Posts: 196
	Threads: 93
	Joined: Jul 2015
	
Reputation: 
5
	 
	
	
		Hi When we are using 2017.09 Firmware with LM5Lp , our bacnet scripts was working very well. Here you can find an example below. After upgrade to 2018.08 , these scripts are not working anymore. 
Need help,
Regards,
value = event.getvalue()
require('bacnet')
bacnet.write(9000, 'binary output', 1793, value)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 8413
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
	
	
		Have you installed BACnet client package? All additional packages must be reinstalled after FW upgrade.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 196
	Threads: 93
	Joined: Jul 2015
	
Reputation: 
5
	 
	
		
		
		11.12.2018, 10:54 
(This post was last modified: 11.12.2018, 10:56 by savaskorkmaz.)
		
	 
	
		No , i didn't but when i open package list , i saw a package named
bacnet 2018.03.01
is this bacnet client or something else ? If this is not bacnet lient  can you share latest bacnet client please ?
Also there is error like
User script:2: module 'bacnet' not found:
 no field package.preload['bacnet']
 no file './bacnet'
 no file 'Library bacnet'
 no file 'Library bacnet'
 no file 'Library bacnet.so'
stack traceback:
 [C]: in function 'require'
 User script:2: in main chunk