This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

LM5 - BACnet
#9
(07.07.2022, 06:47)Fahd Wrote:
(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:
Code:
res = io.readproc('bacwi')
log(res)
You should get a list of device IDs and respective IP addresses.

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 Smile , 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.

I couldn't see the object because of this script 
res = io.readproc('bacwi')

log(res).

I just deleted it and everything looks fine
Reply


Messages In This Thread
LM5 - BACnet - by Fahd - 05.07.2022, 09:52
RE: LM5 - BACnet - by admin - 05.07.2022, 09:59
RE: LM5 - BACnet - by Fahd - 05.07.2022, 10:04
RE: LM5 - BACnet - by Fahd - 05.07.2022, 11:13
RE: LM5 - BACnet - by admin - 05.07.2022, 11:56
RE: LM5 - BACnet - by Fahd - 06.07.2022, 05:50
RE: LM5 - BACnet - by admin - 06.07.2022, 07:43
RE: LM5 - BACnet - by Fahd - 07.07.2022, 06:47
RE: LM5 - BACnet - by Fahd - 08.07.2022, 07:01

Forum Jump: