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.
ISFD programming[SOLVED]
Re: ISFD programming
Replace the parameter Type I to Type P for all inputs.
Does it work?
Does it work?
Re: ISFD programming
Hello, the modification type I to P has been made, it works perfectly.
Greetings.
Dominique.
// * ISFD
Var 2503, nom EVT_ISFD_HP_IN, statique, lien IOCARD_SW, périphérique 31, entrée 36, type P
Var 2499, nom EVT_ISFD_APP, statique, lien IOCARD_SW, périphérique 31, entrée 37, type P
Var 2505, nom EVT_ISFD_PLUS, statique, lien IOCARD_SW, périphérique 31, entrée 38, type I
Var 2504, nom EVT_ISFD_MINUS, statique, lien IOCARD_SW, périphérique 31, entrée 39, type I
Var 2500, nom EVT_ISFD_RST, statique, lien IOCARD_SW, périphérique 31, Entrée 40, Type I
Greetings.
Dominique.
// * ISFD
Var 2503, nom EVT_ISFD_HP_IN, statique, lien IOCARD_SW, périphérique 31, entrée 36, type P
Var 2499, nom EVT_ISFD_APP, statique, lien IOCARD_SW, périphérique 31, entrée 37, type P
Var 2505, nom EVT_ISFD_PLUS, statique, lien IOCARD_SW, périphérique 31, entrée 38, type I
Var 2504, nom EVT_ISFD_MINUS, statique, lien IOCARD_SW, périphérique 31, entrée 39, type I
Var 2500, nom EVT_ISFD_RST, statique, lien IOCARD_SW, périphérique 31, Entrée 40, Type I
Re: ISFD programming
Fine, I thought so. I mark this topic as SOLVED