In Niagara there is a point configured which has an alarm extension set to place the point's value in its fault state. When making either a WatchSub or WatchPoll request against this point, the curStatus=fault as expected however both the zinc and json responses come back with a null value as shown below:
Is it expected that nHaystack should return a null curVal when curStatus is in fault? If this is expected behavior what would be the reasoning for not returning the value when the point is in fault?
Posted originally via haystack forums: https://project-haystack.org/forum/topic/886
In Niagara there is a point configured which has an alarm extension set to place the point's value in its
fault
state. When making either a WatchSub or WatchPoll request against this point, thecurStatus=fault
as expected however both the zinc and json responses come back with a null value as shown below:The json reponse:
The zinc response:
Is it expected that nHaystack should return a null
curVal
whencurStatus
is in fault? If this is expected behavior what would be the reasoning for not returning the value when the point is in fault?