Communication between virtual objects from different lms - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: Communication between virtual objects from different lms (/showthread.php?tid=5478) |
Communication between virtual objects from different lms - balatis - 21.06.2024 Hello everyone, Assuming that we have more than one lm in a project, is it possible to communicate between their virtual objects ? If yes, how is this possible? Thank you in advance. RE: Communication between virtual objects from different lms - Daniel - 21.06.2024 Not via KNX IP but you can use Webservices, bacnet, modbus IP, MQTT. RE: Communication between virtual objects from different lms - balatis - 21.06.2024 (21.06.2024, 08:51)Daniel Wrote: Not via KNX IP but you can use Webservices, bacnet, modbus IP, MQTT. Could you give us an example with bacnet or modbus IP, please? Thank you in advance. RE: Communication between virtual objects from different lms - Daniel - 21.06.2024 With bacnet, one device must be a server and second a client. https://kb.logicmachine.net/libraries/bacnet-client/ https://kb.logicmachine.net/integration/bacnet-server/ For modbus one device must be modbus tcp slave https://kb.logicmachine.net/integration/modbus-rtu-tcp-slave/ and on second create a profile for it under Modbbus tab https://kb.logicmachine.net/misc/modbus-profile/ |