Page 1 of 1

Eikos 2 preset via TCPsend

PostPosted: Thu Mar 22, 2018 12:07 am
by patxi
Hi, we´re looking to manage the presets of the Analog Way´s Eikos 2. This hardware has the posibility to create 64 presets, from it´s software. How can we recall them by TCPsend with Widget Designer 6.0.3. Thanks

Re: Eikos 2 preset via TCPsend

PostPosted: Thu Mar 22, 2018 1:47 am
by Dennis Kuypers
Hello,

what does its manual say you have to send?

Regards
Dennis

Re: Eikos 2 preset via TCPsend

PostPosted: Thu Mar 22, 2018 3:25 pm
by patxi
Hi, the manual give us the next path "0,7,0,1,2,1GClrp", where 0 means origin screen 1, the 7, the number of the preset we wantto recall, 0 for the destination screen, 1 means preview, the 2 allow us to filter or obviate the source, and finally 1GClrp execute an load recuest preset.
But I can get the correct result in Eikos. I close the operation with a button with the next script to execute the take command "TCPSend,1,0,1GCtak". In this last command the 0 means the screen that´s Program and the 1GCtak to execute the Take.
Thanks Dennis

Re: Eikos 2 preset via TCPsend

PostPosted: Thu Mar 22, 2018 8:03 pm
by patxi
Hi, Dennis solved. The script was perfect.