Modbus Register List Rules of Thumb

M

Thread Starter

Matt Mihalcin

I am constructing a data output Modbus registery listing.  I have 32-bit floats, and 16-bit ints.  Should I separate them, i.e., put all the floats together and the ints together?  Also, should floats always start on an even register (i.e. 0, 2, 4, etc.)?
 
Top