Remote Operations Forum
Collaborate and share knowledge on the extensive range of remote systems and devices, including SCADA radios and RTUs, on the Schneider Electric Exchange Remote Operations (formerly SCADA & Telemetry) forum. From commissioning SCADA integration devices and software, to enhancing existing installations or troubleshooting, connect with a global community of experts and users. Subscribe today.
Posted: 2022-01-18 10:21 PM
Hi all,
Is it possible to create a add-on/customized block in telepace studio as we do in isagraf ???
Thanks.
Posted: 2022-01-19 03:14 AM
Telepace supports C/C++ execution in parallel with ladder logic.
https://shop.exchange.se.com/en-US/apps/55670/telepace-studio/features#featureSelected/1446923
It's worth having a look through the user manual in regards to how this functionality, and other functionality, of Telepace Studio works.
https://www.se.com/au/en/download/document/Telepace_Studio_User_Manual/
Posted: 2022-01-19 03:14 AM
Telepace supports C/C++ execution in parallel with ladder logic.
https://shop.exchange.se.com/en-US/apps/55670/telepace-studio/features#featureSelected/1446923
It's worth having a look through the user manual in regards to how this functionality, and other functionality, of Telepace Studio works.
https://www.se.com/au/en/download/document/Telepace_Studio_User_Manual/
Posted: 2022-01-19 05:23 AM
Hi Tharun,
Just to elaborate on BevanWeiss' response:
There is no way to create a custom ladder logic function in the ladder logic language of the Telepace Studio application itself. Telepace Studio ladder logic function blocks are fixed.
But as BevanWeiss said, you can create custom C/C++function blocks on a SCADAPack that is using Telepace firmware. One or multiple C/C++ logic apps can be run simultaneously with a Telepace Studio ladder logic project on the SCADAPack.
You would need to do the C/C++ code creation and debugging in a third-party coding app, then compile the code using one of our compilers that is specific for the type of SCADAPack you are using. Then you run the ladder logic and the C/C++ apps together. The ladder logic project and C/C++ app(s) "talk" to each other, i.e. exchange data, using the Modbus database registers. This allows you, for example, to create custom functions in C/C++ that are triggered to operate from the Telepace Studio project, using an internal coil or register value.
Thank you.
Martin
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.