I have 2 Leitz that are running the same programs over the network. I want to identify the CMM serial number on the report and print to the local printer based on the serial number, so something like;
CMM 001 > variable/string to text "inspected on CMM001" > GOTO printer A
CMM 002 > variable/string to text "inspected on CMM002" > GOTO printer B
I am guessing that reading a text file saved at the same location on each PC would be the best way to this?
Can anyone point me in the right direction on this, commands etc.