When I try to start PCxLink in auto-upload mode it runs for about a minute and then the green LED indicator goes away. What is happening?
• In auto-upload mode the “Delete files after upload?” box must be checked. Otherwise the same files would re-upload every minute (or at whatever interval the program checks for new data). • Auto-verify does not work with a monthly accession transform. • This problem is caused by a typographical error in routine ^LRZGP1. The same error appears in the original Vista routine ^LRGP1 from which ^LRZGP1 is copied. The error may be easily fixed using a routine editor, or you may download and restore a corrected routine. • To fix this problem manually it is only necessary to change a single character, using a routine editor, and then to save the edited routine. The line to be corrected is ACC+5 in routine ^LRZGP1. This line begins S LRAD=$P(^LRO(68,LRAA,0),U,3),…Careful inspection of line ACC+5 shows the symbol “Q” for Quarterly twice. The first of these should be “M” for Monthly. The corrected part: “M”[LRAD:$E(Y,1,5)_”00”,is located near the middle of this long line. • If you do not wish