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.

Siemens PXC controller and LM bacnet client for Visu
#1
Hi there,

I am looking for a tool to visualize Siemens PXC4/5/7 controllers with LM communicating the data points via Bacnet/IP. 
If I understand correctly in this case I would need to use the bacnet client library of LM.  I tried looking into the capabilities of the bacnet client and I have found older forum posts stating that it's limited in the number of data points it can handle and also lacks discovery features.
Would there be a viable solution to read and write a few hundreds of data points with the bacnet client of LM? If not, could you recommend any other solutions with LM?

Thank you for your answer in anticipation!
Reply
#2
If you use direct connection mode
https://kb.logicmachine.net/libraries/ba...ction-mode
Then you can read all points by single resident script and write by using event based scripts. This is the most efficient way. For scaning and discovery use YABE it is the easiest. You may need to slow down the reading if you have too many points.
------------------------------
Ctrl+F5
Reply
#3
Hey Daniel,
Thank you for the quick answer!
Would I need to run the read script with a scheduler every X minutes so the values update on the LM side?
Also I would need to create an event based script for every bacnet object, so the bacnet client writes it to the controller when the user updates a value via the visualization?
Reply
#4
Single resident script for reading and yes one event script per object for write.
------------------------------
Ctrl+F5
Reply
#5
Your devices should also support Modbus TCP. That can be an alternative to BACnet. LM supports both master mode via profiles and slave mode via scripts.
Reply
#6
(Yesterday, 13:37)admin Wrote: Your devices should also support Modbus TCP. That can be an alternative to BACnet. LM supports both master mode via profiles and slave mode via scripts.

Unfortunately these controllers can't act as modbus slave, only as master. Do I understand correctly, that slave mode would be needed on the controller side?
Reply
#7
See this: https://kb.logicmachine.net/integration/...tcp-slave/
Reply


Forum Jump: