I have problem with Clroutput and Setoutpin in Macro
ex:
in M99998.txt
//This is the Constructor macro which executes once when the application gets loaded
// Other rele on
exec.Setoutpin(3, 1);
exec.Clroutpin(3, 2); //
exec.Clroutpin(3, 3); // Ventilator
exec.Clroutpin(3, 4); // Break set
exec.Clroutpin(3, 5); // Laser off
exec.Clroutpin(3, 6);
exec.Clroutpin(3, 7);
exec.Clroutpin(3, 8);
the first(3,1) is not set to high if the macro look like this but if i only have that line it work! and it is the same in other macros!
I use a UC300ETH_5LPT, win10-64