Property Transfer definition to a bool variable or SR Flipflop block without any name on the block
Hi all,
I would like to transfer a value from TMAC system to 800xA system through property transfer and know the syntax to write a property definintion bool variable or a Function block without names ex (RS/SR/And/Or etc..)
By the way, I could able to tranfer the value to a fuction block which is having name ex (DO/DI/AO/AI) blocks with the below syntax
$'[Control Structure]Root.Control Network.XXXX_Project.Applications.TAS_Main.50-BRG-002:In'
Answers
Hello,
If i understood your requirement correctly, you want transfer value to functions or function blocks which are not visible in Control Structure?
If you are using functions (AND/OR etc..) in your application then you can't transfer the value directly to these through property transfer. Since they are not visible in control structure.
But Function blocks like SR/RS are shall be defined with name in your application program (Programs/Diagrams/Single Control Modules) since they are function block types. These function block are also not visible in control structure by default.
You can make them visible in control structure by enabling Aspect Object option for these block. To enable this go to control builder --> Right Click on the SR/RS function block --> Properties --> Select Aspect Object.
After enabling Aspect Object, you can transfer that data to those function blocks using Property Transfer.
Hope this helps you.
Add new comment