We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on
Cloud Connected vs On-Premise Services. Your feedback can
help us shape the future of services. Learn more about the survey
or
Click here to Launch the survey Schneider Electric Services Innovation Team!
[Imported] Problem with read/write variable in Workbench and modbus
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.
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-10-2503:44 PM
[Imported] Problem with read/write variable in Workbench and modbus
>>Message imported from previous forum - Category:SCADAPack RTU<< User: mchartrand, originally posted: 2018-10-18 19:37:10 Id:133 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
-------------------------------
**_Josdn: I'm trying to read and write a variable via modbus to a point in the ScadaPack. In E-configurator I'm configuring a 32bit analog point which is mapped to a Modbus address. This same point is also used in my Workbench application, configured as an IO Device as RTU_RAW_WRITE. The problem I'm having is that the workbench seems to have only read access or write access, not read/write. If I configure a variable to be VarInput then it can't be writen in the program, and if I configure a variable as a VarOutput then the devices that access this point via Modbus can't write on it. How can I configure the point to be read/write?_**
_________________
bevanweiss: In ISaGRAF/SCADAPack Workbench essentially you can't.
For what you want to do, I would recommend the following: a) Configure the IO Device (In SCADAPack Workbench) as an Input (or as an output status) b) Use the OPERATE instruction anytime you want to force change the value
__________________
**_Josdn: Thanks, I'm going to try this solution._**