This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Absolute zero Modbus Experience
#8
int16 is signed (-32768..32767), uint16 is unsigned (0..65535). If the documentation specifies value range which can be negative then use int16. Both data types can be used if the actual value range is 0..32767.

You can set custom value for 1 bit values. Use 0 for false/off and 1 for true/on.
Reply


Messages In This Thread
RE: Absolute zero Modbus Experience - by admin - 25.10.2024, 10:30

Forum Jump: