T
Here's an interesting one...
I've got an old InTouch 6.0b application (that I can't upgrade for now), talking to a SCADAPack over Wonderware's MODBUS driver.
SCADAPack has internal addresses as follows: 49780(integer), 49781-49782(float),and 49783-49784(float).
I can poll the integer using an item name of "49780 I" and get correct results, but for the float registers it seems I need to offset the register to -1. So, if I poll the second float set using "49782 F" (for 49783-49784) the correct results come in, however that means that for the first set, I'm using "49780 F" (for 49781-49782) and I'm getting results that seem to have all three registers combined.
If anyone has had similar past experiences I would greatly appreciate some input on this as I am at an impasse.
I've got an old InTouch 6.0b application (that I can't upgrade for now), talking to a SCADAPack over Wonderware's MODBUS driver.
SCADAPack has internal addresses as follows: 49780(integer), 49781-49782(float),and 49783-49784(float).
I can poll the integer using an item name of "49780 I" and get correct results, but for the float registers it seems I need to offset the register to -1. So, if I poll the second float set using "49782 F" (for 49783-49784) the correct results come in, however that means that for the first set, I'm using "49780 F" (for 49781-49782) and I'm getting results that seem to have all three registers combined.
If anyone has had similar past experiences I would greatly appreciate some input on this as I am at an impasse.
