Posts: 56
Threads: 17
Joined: Oct 2025
Reputation:
0
Good morning,
We have installed a BMS for remote access. The BMS consists of two Logic Machine 5s with IP addresses 192.168.0.11 and 192.168.0.12. We have also installed a router with a LAN IP address of 192.168.0.1.
However, the person responsible for verifying the installation is unable to connect to the SCADA system remotely or via BACnet.
I am unsure how to properly configure remote access. I have enabled BACnet settings, entered a username and password, and left the port at its default settings.
Posts: 5554
Threads: 30
Joined: Aug 2017
Reputation:
248
Can you drow some architecture? It is not clear for us what is the problem.
------------------------------
Ctrl+F5
Posts: 5554
Threads: 30
Joined: Aug 2017
Reputation:
248
Well there are few problems here.
1. LM will not allow you to connect via bacnet from a public IP. Bancet has zero security and anyone in the world can control your instalation without restrictions.
2. For bacnet to work over different network BBMD server is needed.
3. If you have no internet access in LM, then most likely the gateway is not set in the IP interface in system.
I stronglu suggest to you to completly forget this idea and use more modern and secure way of communication over the internet. Use MQTT, see this example.
https://kb.logicmachine.net/integration/mqtt-cloud/
------------------------------
Ctrl+F5
Posts: 56
Threads: 17
Joined: Oct 2025
Reputation:
0
I have managed to get the logic machines connected to the internet through the router.
I think your solution is complex; the idea is to do a remote test, and the company that will maintain the building will create its own VPN afterwards.
Posts: 5554
Threads: 30
Joined: Aug 2017
Reputation:
248
Still due to point 1 and 2 this will not work. If you use VPN and use priate IP range then it will work if the other side has BBMD server.
And this solution is super simple, you only need LM on the other end.
------------------------------
Ctrl+F5
Posts: 56
Threads: 17
Joined: Oct 2025
Reputation:
0
I need to get back to this issue; I'll explain my problem again. I have two logic machines installed in a building. The purpose of this SCADA system is for a company to control it remotely through their systems.
They've asked us to install a router with a SIM card so they can connect remotely, but we haven't been able to do it yet. I need a solution.
Posts: 8630
Threads: 48
Joined: Jun 2015
Reputation:
490
If you want to use BACnet/IP in different networks you must use a Broadcast Management Device (BBMD). It acts as a router between different networks.
Explain what exactly you need to control remotely and which protocols are supported by the SCADA system.
Posts: 56
Threads: 17
Joined: Oct 2025
Reputation:
0
6 hours ago
(This post was last modified: 6 hours ago by ALEJANDRO.)
SCADA systems are logic machines; they are designed to receive data and issue commands.
SCADA systems are logic machines; they want to be able to receive data and give commands via BACnet.
Posts: 5554
Threads: 30
Joined: Aug 2017
Reputation:
248
LogicMachine does not have BBMD server so this will never work, You better re-consider my earlier proposal.
------------------------------
Ctrl+F5
Posts: 56
Threads: 17
Joined: Oct 2025
Reputation:
0
Can you remind me of your proposal?
Posts: 5554
Threads: 30
Joined: Aug 2017
Reputation:
248
------------------------------
Ctrl+F5
Posts: 56
Threads: 17
Joined: Oct 2025
Reputation:
0
Okay, I've tried the system, but what you're telling me is that I have to send the other person backups of the logic machines, have them install them on their logic machines, and then we configure the HiveMQ file with their logic machines and mine?
Posts: 5554
Threads: 30
Joined: Aug 2017
Reputation:
248
Backup is not needed just the objects which you want to exchange the data must be the same on both LMs. On both you must configure the MQTT cloud app. You must tag all objects you want the data to be send and use it in the MQTT cloud app.
------------------------------
Ctrl+F5
Posts: 56
Threads: 17
Joined: Oct 2025
Reputation:
0
Okay, for some reason, it won't let me connect a third logic machine.
Posts: 5554
Threads: 30
Joined: Aug 2017
Reputation:
248
just maybe you didn't configure IP interface correctly for it to have internet access?
------------------------------
Ctrl+F5