Remote Operations Forum
Support forum for Schneider Electric SCADA systems, radios and RTUs. From commissioning integration devices and software, to enhancing existing installations or troubleshooting.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-12-03 04:28 PM
I am new to remoteconnect and SCADAPack 474s, but I am familiar with ControlExpert. Is there a way to create a modbus remoteconnect variable that has an initial value?
Or is there a flag that is only set upon startup of a program - so that a move could be enabled only once - in order to set an initial value?
Thanks in advance
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-12-05 08:57 AM . Last Modified: 2024-12-05 09:37 AM
Hello Tim,
Logic Editor Elementary variables can be easily preset to initial values when writing an application:
These initial values are saved and written to the RTU along with the application.
To write initial values on a power cycle or stop then restart of the logic, you could trigger Writes in logic to the desired variables when system bit %S13 goes true. It goes true only for the first scan of the MAST task.
Here's one way you can set up initial values for RemoteConnect objects:
This presets desired values into all objects quickly. It can be repeated at multiple sites, as the preset values are saved along with the application.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-12-05 08:57 AM . Last Modified: 2024-12-05 09:37 AM
Hello Tim,
Logic Editor Elementary variables can be easily preset to initial values when writing an application:
These initial values are saved and written to the RTU along with the application.
To write initial values on a power cycle or stop then restart of the logic, you could trigger Writes in logic to the desired variables when system bit %S13 goes true. It goes true only for the first scan of the MAST task.
Here's one way you can set up initial values for RemoteConnect objects:
This presets desired values into all objects quickly. It can be repeated at multiple sites, as the preset values are saved along with the application.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.