07.07.2022, 06:47
(06.07.2022, 07:43)admin Wrote: The scada package might not work correctly if the BACnet app is installed. Uninstall the app and try again. You can also run a basic scan of all BACnet devices from a script:
You should get a list of device IDs and respective IP addresses.Code:res = io.readproc('bacwi')
log(res)
Hi,
Yes I got the list ,
string: 1200 192.168.10.11
1889 192.168.10.121
1888 192.168.10.122
2107393 192.168.10.115
When I deleted bacnet client app the object appeared in the scada package , but when I do the opposite I can't see the objects from bacnet client app,
I have to see the objects from the app because it's easier to map them from it.