Search found 8 matches

by iaguilera
19 Jul 2024, 18:41
Forum: Titan Web API
Topic: Chases/GoBack API error
Replies: 3
Views: 13370

Re: Chases/GoBack API error

Great, backwards solution is ok for me.

Thanks a lot for your help!!
by iaguilera
19 Jul 2024, 12:19
Forum: Titan Web API
Topic: Chases/GoBack API error
Replies: 3
Views: 13370

Chases/GoBack API error

Hello I'm trying to use the API: /titan/script/2/Chases/GoBack?handle={handle} When trying to use it, I always get the error: "Error: Error executing an Action Script" Other APIs like /titan/script/2/Chases/NextStep work fine. It's a bug? Some workaround to make it work? I have tried using...
by iaguilera
12 Jul 2024, 07:54
Forum: Titan Web API
Topic: Create palette in a new slot with Web API
Replies: 8
Views: 19634

Re: Create palette in a new slot with Web API

Yes of course, you can post it in the wiki if you like it, of course.
by iaguilera
11 Jul 2024, 11:42
Forum: Titan Web API
Topic: Create palette in a new slot with Web API
Replies: 8
Views: 19634

Re: Create palette in a new slot with Web API

Not a problem I have made a very simple html/javascript example, where you can load groups and fixtures in the UI, select some of them, change pan and tilt, and then create a position palette on a free slot. You must follow that sequence of steps. The example is very simple. I don't know how to atta...
by iaguilera
10 Jul 2024, 09:23
Forum: Titan Web API
Topic: Create palette in a new slot with Web API
Replies: 8
Views: 19634

Re: Create palette in a new slot with Web API

Sorry, it worked!!!! Of course I have to select some fixtures and make changes in attributes before setting user number and executing StoreOnButton.

It works fine, thanks a lot Gregory :-)
by iaguilera
10 Jul 2024, 09:18
Forum: Titan Web API
Topic: Create palette in a new slot with Web API
Replies: 8
Views: 19634

Re: Create palette in a new slot with Web API

Sorry Gregory

I have tried to set CurrentPaletteNumber as you said, and after that use the StoreOnButton but it didn't create a palette.

Maybe I have to set any other property?

Thanks
by iaguilera
09 Jul 2024, 19:12
Forum: Titan Web API
Topic: Create palette in a new slot with Web API
Replies: 8
Views: 19634

Re: Create palette in a new slot with Web API

Thanks Gregory!

To get a non used user number, I could get all the palettes handles, so then I have all palettes user numbers, and then choose one that is not in this list? Is this right?
by iaguilera
09 Jul 2024, 11:42
Forum: Titan Web API
Topic: Create palette in a new slot with Web API
Replies: 8
Views: 19634

Create palette in a new slot with Web API

Hello How can create a palette in an empty slot with Web API? I have find that I can create the palette with the API http://[ip]:4430/titan/script/2/Palette/StoreMenu/StoreOnButton?group={string}&index={titanId} But this API only seems to work with port 4431. ¿What's the right way to do it with ...