Called FB

randy

Supporting Member
Join Date
Apr 2002
Posts
158
Inside the called FB the inputs #MANMSG_0 and #MANMSG_1 are being used. But I’m not sure on how they are being triggered since they are not triggered in the logic outside the called block with the real inputs.

I have attached two files, one show the how the FB is being called and the called block logic.

Thanks

rmonroe
 
It is not uncommon that some functionality that is programmed into a standard function block isn't used. The values of inputs that are not assigned actual addresses when the FB is called gets the initial values from the declaration of the inputs.

Apart from that, the small snippets you posted doesn't really tell anything.
 
Or it's triggered directly in the instance db
Example:
Code:
A M0.0
= relative address of #MANMSG_0 into Instance DB 
A M0.1
= relative address of #MANMSG_1 into Instance DB
 

Similar Topics

hi everyone i have this simple program using HSC i set the NEW_RV to 1000 when rotating the encoder and when reaching 1000 the counting restart...
Replies
3
Views
1,572
An Airbus 380 is on its way across the Atlantic. It flies at 800 km/h in 30,000 feet . Suddenly a Eurofighter with Tempo Mach 2 appears. The pilot...
Replies
5
Views
2,408
I am using Studio 5000. I know the AOIs are being called and setup properly but when I open the AOI the green bar on the left and right that show...
Replies
9
Views
3,384
Hello, I am programming a ladder routine that finds a part on a conveyor that has a given part number. I am having no problem finding the part and...
Replies
1
Views
1,906
Hello, There are master with decentral perephery IO module which comprises SI module, and one slave hanging on the bus. I faced with a phenomenon...
Replies
24
Views
9,928
Back
Top Bottom