|
|
Gateway Configuration Section
Install Enscada.OPC.Srv and open a connection with an OPC client DA to it
- How To Configure OPC DA Server
or
Edit manager.ini in C:\scada\project to activate IEC104 slave
Add the ini file section:
[Process6]
Process = iec104slave.exe -a 127.0.0.1 -c 1 -p 2404
PauseStart= 3000
PauseEnd= 1000
UserInterface = Yes
Restart = Yes
Edit manager.ini in C:\scada\project to activate IEC101 slave
Add the ini file section:
[Process6]
Process = iec101slave.exe -a 1 -c 1 -n COM3 -s 9600 -l 1 -m 1000
PauseStart= 1000
PauseEnd= 1000
UserInterface = Yes
Restart = Yes
Edit manager.ini in C:\scada\project to activate MQTT client publisher
Add the ini file section:
[Process6]
Process = mqtt_client_publisher.exe -a broker.hivemq.com -p command_topics/# -l 1 -t 1883
PauseStart= 1000
PauseEnd= 1000
UserInterface = Yes
Restart = Yes
Edit manager.ini in C:\scada\project to activate Modbus server
Add the ini file section:
[Process6]
Process = modbus_slave.exe -a 127.0.0.1 -p 502
PauseStart= 1000
PauseEnd= 1000
UserInterface = Yes
Restart = Yes
|
|
|