How do I read or get notified of the alarm when there is an open load condition?Each output can additionally be configured to detect open load conditions when in high side switch mode and send an alarm to RevPi Core.
Thanks,
Andy
DO module: Detecting open load
How do I read or get notified of the alarm when there is an open load condition?Each output can additionally be configured to detect open load conditions when in high side switch mode and send an alarm to RevPi Core.
Re: DO module: Detecting open load
Re: DO module: Detecting open load
Is this a still a true statement?OutputOpenLoadDetection has not yet been put into practice.
Re: DO module: Detecting open load
Re: DO module: Detecting open load
Re: DO module: Detecting open load
Re: DO module: Detecting open load
Code: Select all
piTest -r Output_Status
Code: Select all
piTest -r Output_Status
2 Byte-Value of Output_Status: 0 dez (=0000 hex)
2 Byte-Value of Output_Status: 0 dez (=0000 hex)
...
Code: Select all
piTest -r Output_Status
2 Byte-Value of Output_Status: 1 dez (=0001 hex)
2 Byte-Value of Output_Status: 1 dez (=0001 hex)
2 Byte-Value of Output_Status: 1 dez (=0001 hex)
...
Re: DO module: Detecting open load
Re: DO module: Detecting open load