writing to a 1 or 0 to a bit.

Join Date
Feb 2004
Posts
84
Does anyone know how to search a move, compare, or compute/math statement that would contain a specific address? I have an existing program that is full of data storage and the programmer had written 1's and 0's to the integer files and uses storage bits through out the whole program making it difficult to follow.
 
Right click on an address and choose "Find All". The results will be shown as a list of the locations the address is used it and what instruction it is used it. You can then look at any LES/GRT/MOV/ETC instructions that use that address.

So if you right click on the address N7:10, the results may show up as:

N7:10 in File 2 Rung 17 in LES N7:10
N7:10 in File 2 Rung 18 in GRT N7:10
N7:10 in File 3 Rung 20 in MOV N7:10

Just examples, clicking on a result will bring you to the instruction.
 
You can also open the file from the project tree, right click a bit, and pick cross reference. This will show you everything that writes to the bit or to the word the bit is in.
 

Similar Topics

I have set up an open button and then I would like to press a confirm button before writing the bit. I am new to WinCC and cannot see the...
Replies
1
Views
4,247
Hi, I'm having an issue in crimson 3.0 when I create a programme using a case statement referencing a fault word that each bit needs to change the...
Replies
4
Views
169
Hello all, I'm currently working on a servo motor linear positioning system (ball screw). I'm all set up regarding communication between my HMI...
Replies
1
Views
89
Hello All: I have a Windows 10 PC running a FTView ME Station 10.00. I have a .mer file version 6.00. It has been running well on it for a long...
Replies
1
Views
163
My R55 Ingersollrand is tripping on motor overload and im falling to see the trip history it is writing Acquarring texts
Replies
0
Views
132
Back
Top Bottom