70 likes | 286 Views
Controller Status Info in PLC5. Controller Status Info in RSLogix 5000. GSV & SSV. The GSV/SSV instructions get and set controller system data that is stored in objects. Available Class Objects. MOTIONGROUP PROGRAM ROUTINE SERIALPORT TASK WALLCLOCKTIME. CONTROLLER
E N D
GSV & SSV The GSV/SSV instructions get and set controller system data that is stored in objects.
Available Class Objects • MOTIONGROUP • PROGRAM • ROUTINE • SERIALPORT • TASK • WALLCLOCKTIME • CONTROLLER • CONTROLLERDEVICE • CST • DF1 • FAULTLOG • MESSAGE • MODULE • CONTROLLER • CONTROLLERDEVICE • CST • DF1 • FAULTLOG • MESSAGE • MODULE
Instance Objects When you enter a GSV/SSV instruction, you specify the Class object (parameter) and its attribute (characteristic) that you want to access. In some cases, there will be more than one instance of the same type of object, so you might also have to specify the object name. Example, there can be several tasks in your application. Each task has its own TASK object that you access by the task name.