-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi, I was trying to help a colleague read the FPOS using your very useful ACSpy.
The function given in the read real example did not work for him ( at least on ACS 6.72 or ACS 7.0.0 ).
print(acsc.readReal(hc, acsc.NONE, "FPOS(0)"))
This returns 0.00 regardless of the value for FPOS(0).
I tried this instead , which does work :
print( acsc.readReal(hc, acsc.NONE, "FPOS", 0, 0 ) )
Also might be worth mentioning somewhere that on some PCs using openCommEthernetTCP requires an '.encode()' on the
IP address, but on others using .encode() does not work. This might be across different Python versions , not sure.
Hope this helps, my colleague uses your library quite a bit ( I use the C++ stuff from ACS myself so knew how to help him ).
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels