Ok sixty three views so maybe some are interested but have nothing to say. So i will journal my progress here. I now have the JUMO receiver set up and i get probe IDs transferred to the PLC. The temperature of a probe comes across as well, however, it is a 32bit float. This gets dumped into two 16bit consecutive tags on the MCM tag list. The second tags MSB is the signing bit, the next eight bits are the exponent followed by a 23bit (24th bit is inferred, this is a IEEE754 32 bit float) mantissa. I need to extract a decimal to 2 places after the decimal point.. Any suggestions as to what commands to use? Regards Chris