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
Moving code using Net.Logix to use libPlcTag.NET instead.
Net.Logix has two special tags $CPU_STATE and $CPU_INFO that access system data usually accessed in the PLC program using GSV eg accessing the ControllerDevice attributes.
I have found info to use @raw to read the wall clock time but no examples to read other class/attribute combinations. @tags does not list the system tag data.
The rawPayload for reading the wall clock time is not obvious.
Any help would be useful.
Thanks
The text was updated successfully, but these errors were encountered:
Hmm, we should probably set up a wiki page with common class/instance/attribute data for raw tags to use to get/set common things like time and these CPU states.
Any chance you can use Wireshark and capture what the Net.Logix library does when it gets those special tags?
Moving code using Net.Logix to use libPlcTag.NET instead.
Net.Logix has two special tags $CPU_STATE and $CPU_INFO that access system data usually accessed in the PLC program using GSV eg accessing the ControllerDevice attributes.
I have found info to use @raw to read the wall clock time but no examples to read other class/attribute combinations.
@tags does not list the system tag data.
The rawPayload for reading the wall clock time is not obvious.
Any help would be useful.
Thanks
The text was updated successfully, but these errors were encountered: