08-20-2013 07:15 AM
Hello, I have an IP interface KNX. Anybody knows how can I work with this in Labview?
Thanks for comments,
Jenny
08-21-2013 09:41 AM
Hi jein!!
Thank you for using NI Discussion Forums!! While there is no specific Communication API for KNX in LabVIEW, you can use OPC Servers to connect with your device. The OPC Foundation has released three major versions of the OPC specification. LabVIEW currently supports the following versions of the OPC DA Specification:
If you look up the OPC foundation site linked http://www.opcfoundation.org/Products/ProductDetails.aspx?CM=1&RI=8303&CU=1, you will find that this server uses DA 2.0. So you should be able to access it using Datascokets or DSC, although I have not found any tests that prove the compatibility.
Hope this helps!
Regards!
08-21-2013 11:25 AM
Check KNX's web site for the model of your unit. They may have an SDK and .Net dll's you could call from LabVIEW.
-AK2DM