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
Question
The Status flag is supposed to be an array of length 4 ( like [0,1,1,0] ), but I only get one 0 ( {"value":[0], "bitsUsed":4} ) when I run the readPropertyMultiple() function on an Analog Value Object. Which flag is it referring to among IN_ALARM, FAULT, OVERRIDDEN and OUT_OF_SERVICE ?
I am trying to make use of the FAULT bit in the Status Flags, how can I achieve this?
The text was updated successfully, but these errors were encountered:
Node Version: 12.18.1
Node BACstack Version: 0.0.6
Question
The Status flag is supposed to be an array of length 4 ( like [0,1,1,0] ), but I only get one 0 (
{"value":[0], "bitsUsed":4}
) when I run the readPropertyMultiple() function on an Analog Value Object. Which flag is it referring to among IN_ALARM, FAULT, OVERRIDDEN and OUT_OF_SERVICE ?I am trying to make use of the FAULT bit in the Status Flags, how can I achieve this?
The text was updated successfully, but these errors were encountered: