Laserdave7 Posted January 28, 2014 Posted January 28, 2014 I'm trying to download a correction file for motor #3 to a Clipper. When I download the included file it causes an "Access Violation" in PCommServer and it shuts down. The table is 65.63 in size (file size ~23k). When I load a smaller table i.e. 30.30 it works fine. Is there some limitation I'm overrunning? Thanks, DaveCompTable.pmc
steve.milici Posted January 29, 2014 Posted January 29, 2014 The posted comp table violates the longest line length (# of characters before the CR) you can have for PMAC and maybe even the application. For PMAC I believe it is 254 characters. Place extra CR to reduce the line lengths. PMAC can even accept one number at a time. It knows to fill up each "row" before filling the next "row".
Recommended Posts