How to break infinite loop on a Pac-Sci SC950 Controller?

W

Thread Starter

W. Scott Hill

I have an SC950 card running a servo. The hard copy of the program I have sets the controller to autostart the program on power up and calls a while (1) ..... wend loop with some code in the middle. The problem is that I don't know how to break the program so I can communicate with the card to make changes to the program. Using RS232C cable and 950IDE software and when I try to upload the program from the card I get "target not responding". The status light reads (0.) which indicates the driver is not enabled, but the program is running. How do I get it out of the infinite loop to display a status (0)?
 
Top