dsasorin
Automotive
- Jan 23, 2011
- 1
Hi. I use labview 8.6 + dsc module.
I want to read tags from a power analyzer (ion 7650) on modbus rtu protocol. i have the register map of the device. I configured ni opc server and tags needed. The problem is that i don't know how to read the entire value from register. For exemple, U12 is 217.45 Volts. My tag is configured to read a word (16bit) register, but the value that i see with opc client is just 217. I can't see decimals. If it was 21745, then it was an easy job to scale that value (divide by 100).
So, how can i see decimals ? Were should i look for ?
I tried to read the next register, but it is 0.
I tried to format the register to 32bit, but no succes, i have the same issue.
I want to read tags from a power analyzer (ion 7650) on modbus rtu protocol. i have the register map of the device. I configured ni opc server and tags needed. The problem is that i don't know how to read the entire value from register. For exemple, U12 is 217.45 Volts. My tag is configured to read a word (16bit) register, but the value that i see with opc client is just 217. I can't see decimals. If it was 21745, then it was an easy job to scale that value (divide by 100).
So, how can i see decimals ? Were should i look for ?
I tried to read the next register, but it is 0.
I tried to format the register to 32bit, but no succes, i have the same issue.