Float error on PanelView 300

ladderlogix

Member
Join Date
May 2004
Posts
26
Hi,
I'm using a logix5550 and a panelview 300.
When trying to read data such as IEEE Float/Real and alarms, I have the following error:
683 File access error.
Does any one know how to fix it?
Many thanks
 
IIRC the "File Access Error" means that the PLC/SLC Compatable File you are referencing doesn't exist, or the element is out of range.

Trying to read F27:100 for example if F27 isn't defined, or if it only goes up to element 99.

Are the file-mappings correct (Logic | Map PLC/SLC Messages...)?

Are you overrunning the bounds of the tag array referenced?


More details please, including the actual tag address as you've defined it in the 300 and in Logix5k :)
 

Similar Topics

Hi, I have a complex database in Crimson 3.0 and in one of the display pages I am trying to get a tag to show the sum of several other tags. The...
Replies
3
Views
173
Hi all, I have tried to move real/float variable constant to Proface Hmi thro' Ladder program & i get the attached error. Can any one give...
Replies
1
Views
2,048
I have the following logic in A/B PLC5 CPT F8:5 (((F8:3 * 86400.0) + (N7:13 * 3600.0)) + (N7:14 * 60.0)) + N7:15 F8:3 = 13936 N7:13 = 16 N7:14 =...
Replies
17
Views
4,893
Hi. I'm using a Modbus ProSoft where I basically map data to a big INT array. Example, where GX_I_63HPU is a REAL, MNETC.DATA.WriteData[200] an...
Replies
21
Views
437
Hi. This is pretty basic but I'm struggling to find an efficient solution. I have a float value of let say 666.555 that I want to move / split...
Replies
3
Views
214
Back
Top Bottom