Hello, we have been using this script to turn the tool on and off during fabrication.(https://i.postimg.cc/445xM8ys/Screenshot-2023-09-06-105953.png)
But we are unable to do this with a new tool. It needs these text commands to switch on and off.
fiSOLD() = OFF
WAIT SEC 2
iniciSOLD() = ON
(https://i.postimg.cc/fW0Vr7Xb/Screenshot-2023-09-06-105550.png)
I am Unable to add these text commands to the PRC command script. Do you know how we can do this?
Regards,
Ojas Mahajan.
Hello,
The Custom KRL component allows you to add any commands to the output KRL file. Just note that those commands won't be simulated.
Best,
Johannes
Found it.
Thanks Johannes