|
|
eWON wiki > eWON Support > Knowledge Base > Questions and Answers > How to extract a bit out of a register using Modbus IOServer
How to extract a bit out of a register using Modbus IOServerFrom $1Table of contentsUnlike other IOServers on the eWON, the Modbus IOserver does not allow to extract a bit of a word. As work around you can use eWON scripting to extract manually the bit of the word. a% = INT(tag_40001@) Rem:
|