Power ON/OFF Telnet / URL encoded command

Hi,
we want open and shut down an alimentation controleur : extron IPL T PC1
In the manual they say that we can control the power on/off by sending this command :

At this lan adress :
IPL T PC1 IP address: 192.168.254.254
Gateway IP address: 0.0.0.0
Subnet mask: 255.255.0.0
DHCP: Off

But i don’t understand how to send the message.
Any help will be appreciate. Thx

i downloaded the manual for your device, on page 39 there’s a chapter about Query Strings.

It seems you can call a URL on your device like:
192.168.254.254/index.html?cmd=x

Where x is your URL encoded SIS command.

Use the Web DAT in TouchDesigner to GET this url.
It’s probably easier to test if this setup works by using this command:
192.168.254.254/index.html?cmd=1I

which should give the model name as response.

Thx nettoyeur,
Yes this method will work for see the power status.

Do you know how i can send message to Power On the receptacle ?
I don’t know how translate the ASCII code (Escape 1*1PC Enter) or what use in Touch to send the URL code : W1%2A1PC|

please read my answer again, but do it a bit more slowly this time.

find the command you want to use in your manual, in the column URL encoded (web)
place this command instead of the x in my previous reply

Oook,
Sorry, you are right i read to fast…

I will test it monday !
I will give you the result.
Thx for your quick answers.