List of Contributions

Colin Love

Contact Details

Colin Love


My Content

1 to 2 of 2 total
Posted By Colin Love Jul 16, 2026 01:32:29 AM
Found In Egroup: FactoryTalk Optix
\ view thread
This seems to be tied up in a bigger question I have. Background: I'm trying to make a DesignTime workflow that automates the generating of setup screens for tags that fit certain criteria (check the list of PLC controller tags, and for each tag called "Recipe_Conveyor1_Speed" create a page called ...
Posted By Colin Love Jul 14, 2026 12:53:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I'm trying to write some designtime netlogic that creates numeric entry boxes for each controller tag whose name fulfills certain criteria. I end up with a List For each one, I create a SpinBox, add it to the screen and then try to set a dynamic link to the tag spinBox.GetVariable("Value").S ...