Set active controllers using scripting
Posted: Thu Nov 08, 2012 10:32 am
Hi
I am looking to set active controllers in script from what i have read it is possible but i dont know how to get to the right class for the name of controller.
eg. I can use the following to get to tag value property and set value.
Globals.Tags.Tags1.Value = 42;
I would like to set the active property of the controller
..............Controller1.Active = true;
Kind regards
I am looking to set active controllers in script from what i have read it is possible but i dont know how to get to the right class for the name of controller.
eg. I can use the following to get to tag value property and set value.
Globals.Tags.Tags1.Value = 42;
I would like to set the active property of the controller
..............Controller1.Active = true;
Kind regards