480 x480 Wallpanel with UDP

Place your projects here
Post Reply
Helmut_number_one
Posts: 163
Joined: Fri Dec 09, 2022 10:03 am
Location: Flensburg Deutschland
Has thanked: 114 times
Been thanked: 25 times

480 x480 Wallpanel with UDP

Post by Helmut_number_one »

Even though I did a lot of copy and paste, a useful application was created.
You also have to change the address I provided in your application.
192.168.0.17_root.zip
In PHP in IP-Symcon a example to write into Display:

Code: [Local Link Removed for Guests]

<?php
$BadEG= GetValueFloat(59947);// from real temp from termostat
//echo $BadEG;
USCK_SendText(39372, "TXT12= ".$BadEG." Grad"); // in Display nr1
USCK_SendText(40426, "TXT12= ".$BadEG." Grad"); // in Display nr2
USCK_SendText(20501, "TXT12= ".$BadEG." Grad"); // in Display nr3 
But you should assign different UDP ports to the displays when you respond to them, otherwise the things will react with flickering.
You do not have the required permissions to view the files attached to this post.
Post Reply