Issue
Run to file fails after an upgrade to versions 1.74 and above. You no longer can write to file using the run command.
Environment
Cause
Enable write to file
Resolution
Instructions to enable write to file:
1. Create a workstation program named "Test1":
(Example)
Line Here1
Print "Hello There"
Print PowerUpTime
Stop
Open the configuration and make it a fall thru program
IMPORTANT check the "Run on any workstation box"
The Run on any workstation required is what was changed from prior versions
2.Create another workstation program
(Sample Program)
Line There2
Run test1 to "c:\TestPEOut.txt"
Goto There3
Line There3
If TS > 9 then Goto There2
Line E
Stop