I have a mill control and I read the last tool from the last tool path. I need to read the next tool paths tool number. the problem is the mom_next_tool is not the tool in the next tool path it would be path5 in the example below, the mill control is in the middle of several tool paths using...
I want to output a string Example mom_output_literal "Test strin[g]$ma_sendto"
In this example it is an error due to the [] but I need to output them as text, and I also want the "$ma_sendto" to output as just that not a variable because it's not, is there a way to send this to the post as...
I have a mill control and I want to force a tool change/start of operation regardless if the mill control is between two tool paths with the same tool. basically go through the operations start sequences as if its a new tool out putting everything. I'm assuming there's some flags to set to get...