Hi!
I have the hex value in the attachment: is it possible for the machine that generates (equipped with a PLC) it to send it to Ignition via an OPC tag?
Thanks
value_sample.txt (16.3 KB)
Hi!
I have the hex value in the attachment: is it possible for the machine that generates (equipped with a PLC) it to send it to Ignition via an OPC tag?
Thanks
value_sample.txt (16.3 KB)
OPC UA supports byte arrays, so I'd think so.
What kind of PLC? What protocol?
You could stuff the value into a String and parse it on the Ignition side.
We're gonna use OPC UA. I don't know the details of the PLC at the moment.
Ok, so I could use a String tag...what's the size limit for this kind of tag?
There's no size limit on an OPC tag.
Ultimately the largest value you can send over OPC would be dictated by the connection details negotiated between client/server, but that usually ends up being multi-megabyte max size.
You wouldn't see any problem in sending a tag with that value then, correct?
Should be okay, only ~17k characters...
Not great if it's changing often but should be okay.
What's this for?
That should be the hexadecimal representation of a set of value the machine (a press) provides as output at the end of every cycle. It then needs to be converted into a readable format so we can use it to generate a chart of the force.