New Community Ranking System
Our Community ranking system has recently been updated. You may notice changes in user rankings and receive system messages or notifications. If you have questions about how the new ranking works, please refer to the announcement post for more details (click here).
[Imported] Excel Work sheets in SCADA
EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Search in
Improve your search experience:
Exact phrase→Use quotes " "(e.g., "error 404")
Wildcard→Use * for partial words(e.g., build*, *tion)
AND / OR→Combine keywords(e.g., login AND error, login OR sign‑in)
Keep it short→Use 2–3 relevant words, not full sentences
Filters→Narrow results by section(Knowledge Base, Users, Products)
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-2609:00 AM. Last Modified: 2023-05-0312:22 AM
[Imported] Excel Work sheets in SCADA
>>Message imported from previous forum - Category:Scripts and Tips<< User: ROVSCADAENGINEER, originally posted: 2019-07-14 23:30:15 Id:470 Does ClearScada allow an option that opens up or previews an EXCEL worksheet that can be displayed to operators?
For example a mimic page which is a display of an excel worksheet saved locally on the drive.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-2609:01 AM
>>Responses imported from previous forum
Reply From User: adamwoodland, posted: 2019-07-15 00:25:51 Sure. Depends how fancy you want to be. Assuming you have Excel installed on the operator machine then the simplest way would be to configure a pick action to run a system command, pointing to Excel and the file to open, e.g.:
If you want it dynamic you can do it via animations or call it from some mimic script.
This opens up Excel, if you want to open in up within ViewX then you may need to save it as a HTML file, stick it on some webserver and just open that.
Reply From User: BevanWeiss, posted: 2019-07-15 12:32:05 If ViewX supported a nested WebKit instance it would be possible to launch some Google Calc thing too 👅 I really wish WebKit (or other HTML5 browser) stuff was exposed from ViewX. It's obviously using something for the GIS integration in the newer versions, but we still need to use dodgy script hacks to launch IExplore.exe to popup a webbrowser..