[Solved] RSLogix500 - Indirect Addressing Warning During Copy

Grendizer

Member
Join Date
Apr 2012
Location
Toronto
Posts
88
Hey All,

I have:
COP
Source #L[N60:4]:[N60:2]
Dest #L30:0
Length 4

When I compile the project, I get:
WARNING: File number doesn't point to the correct file type!

I have no idea why it says that, anyone knows what that suppose to mean and how to correct it?

Thanks as always,
 
Last edited:
Check the values of registers N60:4 and N60:2

Plug them in to the address expression and see if you get an address which actually exists.

If you want further help then zip and post your program.

And, as the reference thread states (including my own post), RSLogix500 is just warning that, while offline, the current data table values would give an incorrect address. However, at runtime, the values may be set to something acceptable by the time the instruction is first encountered. If not you'll get a fatal runtime error.

I've seen this if the runtime sequences through values in the indirect addresses, stopping and not executing the instruction again when the value would be invalid, but leaving it that way during an upload.
 
Last edited:

Similar Topics

Hello, once again, CODESYS experts. I have to setup a CODESYS RTE PLC for a customer, and I stumbled with a problem I can not solve:smas:, as per...
Replies
1
Views
396
Hi, I'm just trying to clear data for any type of String. The following results in only the first character being zeroed: tSINT := 0...
Replies
25
Views
8,151
I have VBA code on a FactorTalk View SE v11 project that reads various PLC tags in a FOR loop. All is good if the PLC tag exist. But for a...
Replies
4
Views
3,551
I have ignition running on a PC. There is a barcode scanner app from Sepasoft that allows an PC running ignition to accept barcodes. It costs 500...
Replies
1
Views
2,731
Hi, lets say that wehave one S7-1500 and one ET200S connected through profibus. I remove profibus connection from ET and detect a problem using...
Replies
1
Views
1,973
Back
Top Bottom