Hello,
(I'm using Planet CNC TNG SW, MK3 Controller, Output Board 3/9).
I don't find a way for activate my output relè using code of Expression, for example if i write:
#Loop
if(_hw_input|3, exec("#Input3"));
#Input3
stop();
output(3, 1);
planetcnc say: "Unknown Function 'output'. Line: 'output(3, 1); Expression Function '#Input3 removed!"
Someone know correct syntax/method for activate Output Relè directly from Expression code?
Here i saw some tutorials but it doesn't work:
https://www.cnc.zone/expr/functions/func-output
I've been working on this machine for a while now but some things are still not very clear to me so thankyou for any replace.