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.

bacnet rs485
#1
Hello, Can you communicate in BACNET with port rs485 on Homelynk or spacelynk?
SORRY FOR MY ENGLISH
Reply
#2
Hi,

BACnet MSTP is not supported.

BR,

Erwin
Reply
#3
It is the same thing for logicmachine?
Reply
#4
And is it possible to use the Bacnet Client 
http://openrb.com/logicmachine-as-bacnet-client/

on spacelynk ?
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply
#5
Yes it works, but you will break BTL certification as it is not included in the BTL path.

Make sure to use correct version.

We also don't support it (yet), so questions can only be asked here.

BR,

Erwin
Reply
#6
(28.06.2017, 15:58)Erwin van der Zwart Wrote: Yes it works, but you will break BTL certification as it is not included in the BTL path.

Make sure to use correct version.

We also don't support it (yet), so questions can only be asked here.

BR,

Erwin

ok, but I don't understand:
- why I break BTL certification ? and i's not the case with LM vs spacelynk ?
- how to install package (there is no install package in system menu of spacelynk)
- what ipk package, do you have a link
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply
#7
Hi,

You break BTL certificate because the client is never been part of the BTL certification path and tests.
When you add it you add BACnet options that where never part of this procedure.

The reason we haven't included it is that it would require a re-certification and thats very expensive..

I don't know if LM is also BTL certified, you have to ask Admin.

BR,

Erwin
Reply
#8
ok, understood.

However, you didn't reply to

- how to install package (there is no install package in system menu of spacelynk)
- do you have link for the package ? I found "genohm-scada-bacnet_20170530_mxs.ipk" and "genohm-scada-bacnet_20170530_imx6.ipk"

Thanks for your precious help.
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply
#9
(29.06.2017, 07:14)domotiqa Wrote: ok, understood.

However, you didn't reply to

- how to install package (there is no install package in system menu of spacelynk)
- do you have link for the package ? I found "genohm-scada-bacnet_20170530_mxs.ipk" and "genohm-scada-bacnet_20170530_imx6.ipk"

Thanks for your precious help.
hi
as I know, HL and SL have only imx28 CPU , so you should use this package: "genohm-scada-bacnet_20170530_mxs.ipk"

"- how to install package (there is no install package in system menu of spacelynk)"

I think Erwin could help you
Reply
#10
(30.06.2017, 07:09)AEK Wrote:
(29.06.2017, 07:14)domotiqa Wrote: ok, understood.

However, you didn't reply to

- how to install package (there is no install package in system menu of spacelynk)
- do you have link for the package ? I found "genohm-scada-bacnet_20170530_mxs.ipk" and "genohm-scada-bacnet_20170530_imx6.ipk"

Thanks for your precious help.
hi
as I know, HL and SL have only imx28 CPU , so you should use this package: "genohm-scada-bacnet_20170530_mxs.ipk"

"- how to install package (there is no install package in system menu of spacelynk)"

I think Erwin could help you

I put the lib, www... in the new firmware. I have now the tab, I will test in a close futur
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply
#11
Ok I test and only "analog output" display value....
ANalog input, binay input  don't display value. I tried with script, with same result

   

what I have:
- analog value
- binary output

What I don't have:
- analog input
- binary input

I discuss with a Trend

I tried with Bacnet explorer and it's ok !
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply
#12
Hi,

Values are indeed not showed in the client explorer tab, but they do answer to a request. (admin can you check this)

Code:
require('bacnet')
value = bacnet.readvalue(100, 'binary input', 1)
log(value)

value = bacnet.readvalue(100, 'analog input', 1)
log(value)

   

BR,

Erwin
Reply
#13
(14.07.2017, 09:21)Erwin van der Zwart Wrote: Hi,

Values are indeed not showed in the client explorer tab, but they do answer to a request. (admin can you check this)

Code:
require('bacnet')
value = bacnet.readvalue(100, 'binary input', 1)
log(value)

value = bacnet.readvalue(100, 'analog input', 1)
log(value)



BR,

Erwin
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply


Forum Jump: