You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple clients are connected to a PLC, and the "bit write" method is accomplished at the application layer, by doing "Read-Modify-Write" operation, then there is a good possibility the PLC bit write register will become corrupted, as there are no lock semaphore across connected clients.
Thus the low-level-driver (LLD) needs to support the AB bit write.
Question: Does pycomm support device bit write ?
The text was updated successfully, but these errors were encountered:
Read Modify Write Tag Service
The Read Modify Write Tag Service provides a means to modify Tag data with
individual bit resolution. Within ControlLogix, the Tag data is read, the logical
or modification masks, or both, are applied, and finally the data is written back to
the Tag. It can be used to modify a single bit within a Tag without disturbing
other data. Its purpose is similar to the PLC-5 style Read Modify Write PCCC
command described in Chapter 5
gman8a yes you are right Read Modify Tag Service is not implemented yet; I will take a look, but at the moment I'm focusing more to handle STRING datatype correctly
See Wiki page for my "Read-Modify-Write" code.
When multiple clients are connected to a PLC, and the "bit write" method is accomplished at the application layer, by doing "Read-Modify-Write" operation, then there is a good possibility the PLC bit write register will become corrupted, as there are no lock semaphore across connected clients.
Thus the low-level-driver (LLD) needs to support the AB bit write.
Question: Does pycomm support device bit write ?
The text was updated successfully, but these errors were encountered: