Page 1 of 1

1.2116 Problem with Clroutpin and Setoutpin in Macros

PostPosted: Sun Dec 17, 2023 4:20 pm
by kim@moltved.dk
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

Re: 1.2116 Problem with Clroutpin and Setoutpin in Macros

PostPosted: Sun Dec 17, 2023 7:26 pm
by dezsoe
Thank you for the report. We already know about the problem. Please, upload your profile, because the other pin settings affect the bug.

Re: 1.2116 Problem with Clroutpin and Setoutpin in Macros

PostPosted: Mon Dec 18, 2023 12:20 am
by kim@moltved.dk
I have delete the files and roleback to 1.2115.
But i made one test before deleting i insert a delay after the outpin command and it make it work.