Workarounds, Trusted – Rockwell Automation T80018 Application Note Function Block Diagram Program Check User Manual

Page 3

Advertising
background image

Trusted

TM

AN-T80018 FBD Program Check

Issue 2 Jul 08

AN-T80018

3

Workarounds

Issue 1 may be solved by dividing the program into two halves. Check for any Goto and label icons;
Goto will not jump between programs.

1) Using menu option File | Copy in the Programs window of the Toolset, make a second copy of

the program.

2) Open the first program.

3) Select the lower half and delete it.

4) Save and close the program.

5) Open the second program.

6) Select the upper half and delete it.

7) Save and close the program.

An alternative method is to turn off Power Flow Debugging for that program. This removes a significant
section of code from the file.

Issue 2 may be solved using a cut and paste method.

1) Open the program.

2) Use menu option Edit | Select All to select the whole program.

3) Copy the program using Ctrl-C or Edit | Copy.

4) Delete the program by pressing Delete.

5) Save the program and close it.

6) Open the program again.

7) Paste the program using Ctrl-V or Edit | Paste.

8) Save the program and close it.

Advertising