I have to update an old HMI to Ignition. The old tags in the HMI are ModBus RTU using serial port COM1, 9600 bit rate, even parity, and stopbit1. Sample tags are MBUS\14$0571 and MBUS\14$10060 and these go to on/off buttons. This is what is under the old HMI tag. I cant find any information on a breakdown on what is what. When i put wright the tag ad [MBUS]14.HR0571 as an int or like [MBUS]14.C0571 as a Boolean it says bad value. any and all help appreciated. I don't know what the plc is that it is communicating with. all i know is all the tags are for buttons so they would be writing to the plc a 1 or 0.
How is the device connection configured on your gateway? Which device driver are you using? Do you have a license for the Serial Module? (This is required if you are using the Modbus RTU driver on Ignition version 8.1.19 or earlier)
Is the PLC connected to your gateway or to the device that the vision client is on? For the gateway to be able to talk to it the PLC needs to be connected to the gateway.
What have you tried so far for troubleshooting? Is the PLC listing as connected in your list of devices on the gateway? Any errors in your gateway logs?
It's not any more. Once upon a time this was true, but not in recent versions.
The new version of ignition you don't need a license. and I am trying to set up my ignition screens and tags to look in the same location in the plc as the old HMI. i don't have the plc connected but on my opc server i do have the device and and the same parameters set up as the old one did. what i need to know is how to decipher the old tag and turn it into an ignition tag.
If you can't tell us anything about this HMI hardware / software then we're just guessing as much as you are.
As is to be expected then...
sorry i forgot to add that information. it is a parker model: PA210T-133 serial: 140515R0059. and i thought it not being connected was that reason but I'm not sure how i should tag these buttons. if i should use [MBUS]14.HR0571 as an int or [MBUS]14.C0571 as a bool. I'm not sure how ignition writes to the tag in each case.
This is likely the correct method for these, if they are being treated as a bool in the original HMI. The original address seems to indicate that they are coils.
Be aware you cannot use the OPC Item Paths directly in buttons. Buttons needs Ignition tags. So make Ignition OPC tags, with whatever names will be meaningful to you, to point at the OPC Item Paths you determine you need.