s5 help

catalin78

Member
Join Date
Feb 2005
Location
Constanta
Posts
115
hello i posted a problem with power failure and s5 not working after power came back ... so i made an overall reset , from the switches of the plc after this the stop led start flashing.
i borrowed from someone a pg720p with step 5v70 and i conect to the plc and delete all internal memory (plc uses an eprom)
after that the stop led is lit and plc wont go in run mode
in step 7 i have istack to debug the program but i don`t understand what that flags mean

i have an x at the following flags or whatever they are : erab traf
reman stozus stoanz batpuf aspnep
i see these flags in istack debug ,
in ob001
i see this instruction :c db 200 what it means?
problem that i can't find db200 in db's downloaded from eprom


heeeeeeelp
 
Last edited:
C DB 200 --> open the data block DB 200.
TRAF --> Transfer error

The CPU try to open a block wich doesn't exist.

May be your program needs a DB200 in RAM for variable data. You can create a DB in RAM by PG on-line:

Editor -> Data block -> in the PLC ->
Block DB200
input KH then 00000000... until the row 255. Then F7 Enter
Restart the CPU.
 
CPU can't write into Eprom area, it can write in the RAM area only.
No CPU instruction delete the Eprom.
You only can delete all the eprom by an U.V. lamp.

This "TRAF" trouble was very frequent in the S5 systems.
 
C DB 200 is the instruction wich caused the TRAF error, because Eprom hasn't this DB.
 
s5

i created the db but stil traf maybe i made something wrong
istack is giving following info :
opreg 3200
blk-stpeb0b
sac 4c0c
fb-no 200
rel-sac 000e
db-add 0000
db no .

condition code : erab marked

cause of inter : traf marked
 
I think this is another trouble.

BLK-STP (stack pointer of the block)
SAC (Step address counter)
REL-SAC (relative step address counter)
DB-ADD (data block address)
FB no 200 ?? FB200 ??

ERAB (first scan)

I can't understand. Does the program has an FB200?, can you display It?
 
s5

plc in run mode :)

the software was created in 95 by other's hands , it was a power failure and when i put the eprom inside i got these errors i'm telling you about rgua how can i test to see if it works? in step 5 v7 is there some feture to watch execution ...?
 
list the OB1; should be the blocks directory.
Test block by block in online mode: TEST --> Block status. Good luck
 

Similar Topics

I'm fairly new to Rockwell software, I've had some basic training in the past but nothing too advanced. My company and I use Reliable products for...
Replies
10
Views
247
Hi all I need help on this As in my project used Schneider TM241 controller. Now I want to communicate Elite energy meter with controller by...
Replies
3
Views
148
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
156
Good day all! Can someone help me with the procedure to update Beijers E700 firmware? The Panel I am working on is firmware 2.04v and I would...
Replies
1
Views
62
Back
Top Bottom