How do i see if Webvisu is active and how to shot down if i dont want webvisu?
To bad. Controller uses Version 9.2 But i dont see a lower version of net bas Service. Maybe i can try a linux command.
What library is that? Is there a version 9.2 ?
How can i ping my computer by name ? My controler uses SysSockPing , But seems only by IP adres, not by name. IP adres changes. So how can i ping by name or know that im connected
This is a version 3.5.9.2. So i cant find webvisu. I dont know if i can use a version 16 to prgramm webvisu and leave the system at 9
For a computerer ther is programm Cerhost for remote display. Simple by ip adres. Is there an android app witch do the same ??
I use one controller to control 5 machines. For that use network variable. What will happen if i set another set of machines with the same software on the same network ? so 1 controlller for 5 and 1 controller for 3 ( Maybe later 5 )
Im back at seriel again. at a timeout of 1000 i get 1024 bytes. But it starts not at the begin. It should start with /XMX5 . The meter is sending every second. should i use Comsettingsex bOutxDSRFlow ? To get the right moment to read ? I cant find any axample ui_Timeout: UINT:=1000; arrDataRec: ARRAY[1.. 1024] OF BYTE ; SysComSetSettings(handle, ADR(Settings), ADR(SettingsEx)); udiDataRead:=SysComRead(handle, ADR(arrDataRec), 1024, ui_Timeout, ADR(ErrorResult)); /