S5135 U problem

nehe bhimaji

Member
Join Date
Apr 2007
Location
Dadra And Nagar Haveli
Posts
183
Dear all
I am facing the problem in S5 135U system
In system there is main rack with two ET station
CPU is 948
Problem is
1.My clint switch off the power of the central rack
2.Program is erased due to battery low(No eprom in the system)
3.Replace the battery
4.Load the program in the CPU(The program is tested once and it was working)
5.Now CPU is giving BASP fualt
6.Cheked I stack found LZF error(Programing Error)
As check details of I stack by F7 it says error in FB65

7.As we delete FB65 temeparay then I stack gives another FB error

We are confused beause the program that we are loading was working from last 5 year.
Also we have checked hardware on central rack and ET station by forcing the I/O,s it found OK

I stack images are attached
pls help
 
is that the intire FB65 as shown in the attached file?
If so you need to end the block by writing :BE as last command in the block
 
cant look at your program right now dont have that comp here.
Try to remove the jump to FB65 or whatever activates it and see if it works.
 
In step 5 programming package the "Block" tab allow you to select for "FB/FX preheader ..." mode

may be this is your problem.

From step 5 manaual:
FB/FX preheader
Use for file and
PLC
The preheader is also read and written when the block is output from the
PLC and from the program file (*ST.S5D file).
Do not use for
PLC
When editng on the PLC, the preheader is neither read nor written.
Append to FB/FX The information from the preheader is appended to the block (FB or FX).
This makes the block longer. The current information of the preheader is,
however, always available, regardless of whether or not the block is read
from the PLC or from the program file.
Note: If the preheader of an FB or FX was created with STEP 5 =< V7.0, the preheader cannot be read. To delete the preheader, you must edit the
last segment:
1. Change to the last segment (search with key = ’0‘).
2. Append a new segment with the segment end key (***).
3. Enter this segment and the the preheader is deleted.
4. The new segment can now be deleted.
 
The LZF fault indicates a RUNTIME error do to a "called block" not loaded OR Load/Transfer error with a DB OR other runtime error.
The Stack indicates the problem is in FB65 at rel-sac 004E.
004E is a Transfer to DW 100
FB65 uses DB40 & DB50. If you are sure these DB's are Loaded are they Long enough? FB65 References DW146 & DW148 are the DB's longer than this?
 

Similar Topics

Hello, I need to write the following program in Ladder language, but I could not integrate the Fibonacci sequence into the ladder. Can you help...
Replies
22
Views
458
On all pages of my project i have a lot of information, texts and details that should not not be shown. I can remove them for each part apart from...
Replies
0
Views
48
Hi, I have had problem with upgrading some projects from v16 to v18. I tried it on 3 diffrent computers. I want to post this so that anyone that...
Replies
3
Views
204
Hi, I am having a challenge installing a new drive ACS355-03E-44A0-4 as it keeps on displaying Fault code F00018 even when the load is not...
Replies
3
Views
150
I have an issue on my vessel, we have water tight door system created in China, company is no longer operating. We have 7 doors each with their...
Replies
4
Views
161
Back
Top Bottom