- Using the software
- Ladder Editor
- Add-On Instructions
- Instructions
- Instruction set
- Code Editor Domain Specific Language Syntax
Parameter connection examples
These examples show parameter connection syntax in the
FactoryTalk Design Studio
DSL.Connection from one Smart Object to another Smart Object
parameterConnection myAO.program1.inParam anotherAO.program1.outParam;
Connection to a program within a controller application
parameterConnection myAO.program1.inParam controllerApp1.mainProgram.outParam;
Provide Feedback