You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently in the process of creating a config file for my Wolf CHA-10 and am stuck at a problem on how to handle bit fields.
There is one message that returns on/off information for various items like pumps, valves...
In the value returned i.e. Bit 0 shows if pump 1 is running, Bit 1 is for pump 2, Bit 11 is for one of the electric heaters...
How would I define this message in my config?
I tried it with this but i noticed that I can only use BI0-7 as data types.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I'm currently in the process of creating a config file for my Wolf CHA-10 and am stuck at a problem on how to handle bit fields.
There is one message that returns on/off information for various items like pumps, valves...
In the value returned i.e. Bit 0 shows if pump 1 is running, Bit 1 is for pump 2, Bit 11 is for one of the electric heaters...
How would I define this message in my config?
I tried it with this but i noticed that I can only use BI0-7 as data types.
So would i rather expand the number of fields to 16, re-sort the fields according to the position in the bit field and use BI7 as data type?
Beta Was this translation helpful? Give feedback.
All reactions