I have a pdm 25+ and 2 blink marine keypads. i have one of the buttons on the keypad dedicated to the fault state. i understand how to set the other buttons to trip the red indicator if there is a fault state
What im wondering is if there is any way to trip the fault state button with things that are activated without a keypad button... such as if something is activated from when the pdm is powered on such as "True and True" if there is a fault with that circuit, is there a way to have the keypad fault state indicate it.
Thanks!
Dimitrios
I have done it with multiple general functions. They can usually only have 5 lines of code each.
eg.
Function 1: On IF
OUT1 Status = 2 (fault)
OR
OUT2 Status = 2
OR
OUT3 Status = 2
OR
OUT4 Status = 2
OR
OUT 5 Status = 2
Function 2: On IF
(As above but OUT 6-10)
Function 3: On IF
(As above but OUT 11-15)
Function 4: On IF
(As above but OUT 16-20)
Function 5: On IF
(As above but OUT 21-25)
Function 6: On IF
Function 1 = TRUE
OR
Function 2 = TRUE
OR
Function 3 = TRUE
OR
Function 4 = TRUE
OR
Function 5 = TRUE
KEYPAD Off State = RED IF Function 6 = TRUE