[?+]: problem with an old simatic s5 program

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
Post Reply
FLETCHER
Posts: 9
Joined: Fri Oct 17, 2008 11:52 am
Location: Europe

[?+]: problem with an old simatic s5 program

Post by FLETCHER » Mon Apr 12, 2010 9:39 am

Hello.
I'm editing an old simatic s5 program and I have one problem.
In the programming there's a safety in the fb.
Part of the code is hidden, and I want to change this for see the complete code.
The structure is something like this.

Code: Select all

FB 

CODE
SPA XX    
BE          
XX:
HIDDEN CODE
The problem is i cannot see after the BE instruction, i want to change the BE instruction for see the hidden code.
Anyone know how to change this.

Thanks

centipede
Posts: 59
Joined: Mon Feb 05, 2007 1:24 pm
Location: Europe

Re: Question about S5 Program

Post by centipede » Mon Apr 12, 2010 10:33 am


FLETCHER
Posts: 9
Joined: Fri Oct 17, 2008 11:52 am
Location: Europe

Re: [?]: problem with an old simatic s5 program

Post by FLETCHER » Mon Apr 12, 2010 11:27 am

Thanks a Lot.
It works Ok.

Belev
Posts: 5
Joined: Thu Feb 28, 2008 3:45 pm
Location: Bulgaria
Contact:

Re: [?+]: problem with an old simatic s5 program

Post by Belev » Mon Apr 26, 2010 10:40 am

FB

Code: Select all

SPA XX   
NOP 0    //BE       
XX:
HIDDEN

Post Reply