You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've stood up FUXA SCADA in a lab and I've successfully configured it to poll an Arduino configured to run a ModbusTCP server.
Once FUXA SCADA connects to the Arduino and starts polling, nothing else can connect to the Arduino over tcp/502.
Running a pcap on the SCADA server, it looks like the tcp session is opened and stays open. Regardless of polling interval or whether the device configuration "Socket Reuse" is left blank or set to "reuse".
I have other devices in the lab I wish to have communicate to the PLC. How do I configure FUXA SCADA to close the tcp connection after a poll? (The plan is to poll every 5 to 10 seconds.)
The text was updated successfully, but these errors were encountered:
I've stood up FUXA SCADA in a lab and I've successfully configured it to poll an Arduino configured to run a ModbusTCP server.
Once FUXA SCADA connects to the Arduino and starts polling, nothing else can connect to the Arduino over tcp/502.
Running a pcap on the SCADA server, it looks like the tcp session is opened and stays open. Regardless of polling interval or whether the device configuration "Socket Reuse" is left blank or set to "reuse".
I have other devices in the lab I wish to have communicate to the PLC. How do I configure FUXA SCADA to close the tcp connection after a poll? (The plan is to poll every 5 to 10 seconds.)
The text was updated successfully, but these errors were encountered: