-
Hi, I am trying to use CIPDriver to read a parameter from a connected PowerFlex 525 VFD drive. But I am getting the same output all the time: I tryed with different services and parameters, with the same result. Is anyone using current version succesfully with a VFD? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi, I got it working, by removing a couple of parameters from the example code: def read_pf525_parameter():
read_pf525_parameter() |
Beta Was this translation helpful? Give feedback.
-
I'm new to GitHub. I wish I had found these discussions earlier. After trying lots and much research I was able to get it to work myself. I used class x0F (parameter) instead of x93. I wonder what the difference is.
<edited: took forever to get the formatting down. got it now> |
Beta Was this translation helpful? Give feedback.
-
Hi, This values depend on the VFD family. If you were communicating with the VFD from a ControlLogix PLC you would be using the same values. This makes easy to identify them on some of the messaging examples. Regards, |
Beta Was this translation helpful? Give feedback.
Hi,
I got it working, by removing a couple of parameters from the example code:
def read_pf525_parameter():
drive_path = '172.22.186.70'
read_pf525_parameter()