When I've seen this happen, it usually turns out to be a timing issue. With Hilight Execution turned on, the program executes much slower than it does when running normally.
Try putting some time delay between your steps, or Read/Write functions one at a time to see if that fixes your problem. If you find a problem spot, you can modify your code to compensate for the timing issue. Good Luck Ed
