Details
Description
Now , when DNS start with disconnected bus cable we see:
ulCommunicationState = 0x00000004 Operate
ulCommunicationError = 0xC062002C "24V Network Power missing"
ulErrorCount = 0x00000000
NCF_ERROR flag is ON
Bug Description from Tester:
On that condition , flags 24V_NETWORK_POWER and NETWORK_STATE_ONLINE are False.
DNS State = OFFLINE
Based on the above , it would be more correct following:
ulCommunicationState = 0x00000000 UNKNOWN
NCF_ERROR = True
ulCommunicationError = 0xC062002C
ulErrorCount = one or bigger, if there are more errors
Attachments
Issue Links
- relates to
-
PSDNS-492 Define and implement network state machine
- Closed