type

CurStatus

CurStatus : Enum

Status of point's current value reading. The curVal is only available when curStatus is "ok" or "stale". However a "stale" value should be used with caution since the local system does not have a fresh value. It is recommended that the curVal tag is removed from a point when the curStatus is not "ok" nor "stale".

meta sealed valok slots ok

all is okay

stale

the point's curVal is not fresh data

fault

a configuration or hardware problem - see curErr

down

a communication or network problem - see curErr

disabled

manual disable of the point or connector

unknown

we don't know anything (usually boot state)

remoteFault

point in remote system is fault

remoteDown

point in remote system is down

remoteDisabled

point in remote system is disabled

remoteUnknown

point in remote system is unknown

ok CurStatus

all is okay

stale CurStatus

the point's curVal is not fresh data

fault CurStatus

a configuration or hardware problem - see curErr

down CurStatus

a communication or network problem - see curErr

disabled CurStatus

manual disable of the point or connector

unknown CurStatus

we don't know anything (usually boot state)

remoteFault CurStatus

point in remote system is fault

remoteDown CurStatus

point in remote system is down

remoteDisabled CurStatus

point in remote system is disabled

remoteUnknown CurStatus

point in remote system is unknown

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST