ISFD programming[SOLVED]
Posted: Thu Sep 13, 2018 9:19 am
Hello, just made a circuit board to make active the ISFD. This allows me to have the ISFD active for pushbuttons, all is located in front of a 15 "screen.
I had a first problem during the compilation he did not want to _ATT in the line Var 2500 he wants EVT_ISFD_RST instead of EVT_IFSD_ATT_RST
the second problem is for the buttons HP / IN and APP, by my programming the change of state lasts only the time or I press the button, when I press the button HP / IN I have the switch but if I release it I find myself at the initial value.
Here is my program:
//* ISFD
Var 2503, name EVT_ISFD_HP_IN, static, Link IOCARD_SW, Device 31, Input 36, Type I
Var 2499, name EVT_ISFD_APP, static, Link IOCARD_SW, Device 31, Input 37, Type I
Var 2505, name EVT_ISFD_PLUS, static, Link IOCARD_SW, Device 31, Input 38, Type I
Var 2504, name EVT_ISFD_MINUS, static, Link IOCARD_SW, Device 31, Input 39, Type I
Var 2500, name EVT_ISFD_RST, static, Link IOCARD_SW, Device 31, Input 40, Type I
Waiting for an answer .
Greetings.
Dominique.
I had a first problem during the compilation he did not want to _ATT in the line Var 2500 he wants EVT_ISFD_RST instead of EVT_IFSD_ATT_RST
the second problem is for the buttons HP / IN and APP, by my programming the change of state lasts only the time or I press the button, when I press the button HP / IN I have the switch but if I release it I find myself at the initial value.
Here is my program:
//* ISFD
Var 2503, name EVT_ISFD_HP_IN, static, Link IOCARD_SW, Device 31, Input 36, Type I
Var 2499, name EVT_ISFD_APP, static, Link IOCARD_SW, Device 31, Input 37, Type I
Var 2505, name EVT_ISFD_PLUS, static, Link IOCARD_SW, Device 31, Input 38, Type I
Var 2504, name EVT_ISFD_MINUS, static, Link IOCARD_SW, Device 31, Input 39, Type I
Var 2500, name EVT_ISFD_RST, static, Link IOCARD_SW, Device 31, Input 40, Type I
Waiting for an answer .
Greetings.
Dominique.