Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi all,
I am using the Industrial Connectivity with PLC Rockwell and I have some TAGs type REAL/FLOAT already communicate work it.
So when I try communicated a TAG type String (my addrees is data type string on my PLC) happens the follow error:
Here is the page in the Driver's manual that covers addressing string values:
https://www.kepware.com/produc
Hope this helps, thanks
Thanks,
Vibhuti
I just wanted to follow up to see if previous response was helpful for your question?
If so, please indicate the appropriate response as the Accepted Solution for the benefit of other Community members who have the same question. If you are still experiencing issues, please do let us know your questions or concerns.
Thanks,
Vibhuti
Hi @vangne
That manual did not help me.
I need bind a tag (type: string) because I want show in my dashboard one operator name that is into my PLC. I was able of bind others tag's type (e.g float, interger) but type string I could not.
Regards,
Leonardo
@einsfele What version of ThingWorx Industrial Connectivity are you using?
Are you trying to read Strings as an array?
Please note that you cannot read Strings as an array, then address an individual element. Strings can only be read one at a time as in the Allen-Bradley Logix addressing scheme a string, by definition, is a 'Null terminated character array'. It is not possible to read an array of arrays by the driver.
Previously attached manual's link was broken hence attaching it again:
Also, take a look at this article and community post for more info:
https://www.ptc.com/en/support/article?n=CS277918