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
I'm trying to read a list of drive parameters. The current PLC CIP Generic message structure is this:
Message Type: CIP Generic
Service Type: Custom
Service Code: 4b
Class: 93
Instance: 0
Attribute:0
Source Element: [integer array containing params to be read]
Source length: 60
Destination Element: [integer array to hold store drive data]
I have the "get_attribute_single" working, so I know my system is communicating and generally working, but in the "services" list i dont see anything that is the equivalent to "4b". I've tried to use "get_attribute_list" with "request_data" array of bytes equaling params, but this is not working.
Does anyone know if this is possible and if so, have any sample code? I've looked through references and could not find this one.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm trying to read a list of drive parameters. The current PLC CIP Generic message structure is this:
Message Type: CIP Generic
Service Type: Custom
Service Code: 4b
Class: 93
Instance: 0
Attribute:0
Source Element: [integer array containing params to be read]
Source length: 60
Destination Element: [integer array to hold store drive data]
I have the "get_attribute_single" working, so I know my system is communicating and generally working, but in the "services" list i dont see anything that is the equivalent to "4b". I've tried to use "get_attribute_list" with "request_data" array of bytes equaling params, but this is not working.
Does anyone know if this is possible and if so, have any sample code? I've looked through references and could not find this one.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions