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
As the title says, does anybody know or ever try to read/write plc time on Allen-Bradley ControlLogix/CompactLogix? Searched the API document but did not find anything related
The text was updated successfully, but these errors were encountered:
I'm very sorry, there is currently no built-in API to read and write time data, but you can read raw byte data, and you can parse it into time type data yourself.
Appreciate your quick reply! But I want to know more about raw byte data? Is by reading raw byte data I can read the plc local time, which is displayed here? How am I reading that?
Use DEMO to browse the node content of PLC, there is a special CIP protocol node browsing interface. Check to see if there is a system node or the like, the system node may have been blocked, and the success rate of this method is not high.
If your PLC program can access the time variable, assign the variable data to the common node, and then access the common node variable.
As the title says, does anybody know or ever try to read/write plc time on Allen-Bradley ControlLogix/CompactLogix? Searched the API document but did not find anything related
The text was updated successfully, but these errors were encountered: