(U34) Store aborted; Program in folder uses instructions not supported by PLC

rocket1010

Member
Join Date
Jan 2005
Location
Canada
Posts
66
[font=verdana, arial, helvetica]Hey guys, getting this error when i try to download to 9030 CPU 311 with LM90 V9.02

(U34) Store aborted; Program in folder uses instructions not supported by PLC

I know in the past posts this has been chalked up to a W2K issue with a patch fix, but this PC and version of LM90 have always worked OK with any other PLC, any help would be great.

Thanks
[/font]
 
You can get that message if your program contains a reference to a memory location that exceeds the maximum for the CPU model. Check your program for the highest address for each memory type and compare against the limits for a CPU311.

If it's an old revision level of the CPU, it may not support one or more of the instructions in the ladder logic. Instructions added since the very first days of the 90-30 include subroutine CALL statements, the ODFT timer, nested JUMPNs and MCRNs, certain SVC_REQ codes.

I've never tried this myself, but I think if you import the LM90 file into CME and run a validation procedure, you'll get a detailed listing of the rungs that fail to validate.
 
are you saying positively that there is no way to check which instruction is hanging the download in LM90? I find this not only ridiculous but frustrating, not taking it out on you Steve but isn't this insane?
 
I'm not aware of any utility in LM90 that pinpoints the logic element that's incompatible with the CPU model.

Make a backup of the LM90 folder and post it here. I (or Russ or someone else) will take a look at it and see if we can spot the offender.
 

Similar Topics

I'm running into a problem when trying to use the RSLinx Backup Restore Utility where it throws an error when it tries to restore a backup. The...
Replies
6
Views
564
Hi y'all I have a KTP400 connected to a s7-1200. Now i have on my screen the encoder value which comes from my SEW movitrac. under there I have...
Replies
2
Views
387
This was asked in another forum and taken down due to being a 'backdoor', but this has useful info that might be useful to someone in a pinch. I'm...
Replies
6
Views
607
Hello all, I'm using a 5069-L330ER in a project and I need to essentially capture some data that will be shown as a trend on a screen. The data...
Replies
9
Views
962
Hi all, I am working with an IO link sensor (measuring current across motor)and need to read in and store the sensor values for 5 seconds, then...
Replies
13
Views
1,209
Back
Top Bottom