FB125 single_step_slave delay propagation

jwall

Member
Join Date
May 2005
Posts
43
Hi guys, I am trying to build some scripts in protool to comb through the FB125 db's, to pull a quick list of slaves/modules/channels/ and fails.

There is a bit of lag when you try to jump to the next slave (set single_step_slave). The script seems to run too fast.
Should I..

do while BUSY <>0
Loop

//or

addr_cache = slave_adr
single_step_slave = 1
do while slave_adr = addr_cache
Loop

I don't want to give the HMI a chance to loop continously. but I need ot define a good way to comb the data.
 
I haven't got into scripts in ProTool yet, so I can't help you there, but I would go about this from the other end. I would run FB125 in the CPU on a programmed or continuous basis (depending on requirements ans cycle time) then check the results in the CPU and whenever something changes call up a screen in ProTool where you present the information.
 

Similar Topics

Hi, I'm using the old Siemens DP diagnostic blocks FB125/DB125 in a 20 year old S7-400 and I can't fing any documentation to tell me why the...
Replies
0
Views
1,822
Hi guys! Can I ask you to point me in the right direction... Need to design some Profibus diagnostic screens (from scratch) for 3rd Party SCADA...
Replies
9
Views
3,901
HI,ALL where can find the block FB125?
Replies
2
Views
2,144
Hi all, I am still having the same issue with my HMI systems. Using FB125 Some of the systems allready use DB125 in the safety program. In...
Replies
19
Views
6,354
Hi guys, I wanted to start a new topic, just to help me clarify this. Working on a HMI system right now in protool I am using the FB125 block...
Replies
2
Views
4,914
Back
Top Bottom