Page 1 of 1

selecting fixtures

Posted: 18 Mar 2018, 18:39
by yyy898
Hi,
i want to select a fixture by its position, not the usernumber.
i tried: http://10.0.0.10:4430/titan/script/2/Se ... xtures_1_1
but this doesn't work.

What is the correct syntax for this ?

Re: selecting fixtures

Posted: 19 Mar 2018, 13:11
by Gregory
Assuming that your fixtures are in the Fixtures workspace window you need to use a capital F when specifying the location as it is case-sensitive i.e.:

Code: Select all

http://10.0.0.10:4430/titan/script/2/Selection/Context/Programmer/SelectFixture?handle_location=Fixtures_1_1

If your location is incorrect it does not return an error as it is valid to press on an empty handle even though it does not do anything.