mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
active-backup supervisor setups are no longer planned
This commit is contained in:
@ -1,15 +1,10 @@
|
||||
PROTOCOLS = {
|
||||
MODBUS_TCP = 0, -- our "MODBUS TCP"-esque protocol
|
||||
RPLC = 1, -- reactor PLC protocol
|
||||
SCADA_MGMT = 2, -- SCADA supervisor intercommunication, device advertisements, etc
|
||||
SCADA_MGMT = 2, -- SCADA supervisor management, device advertisements, etc
|
||||
COORD_DATA = 3 -- data packets for coordinators to/from supervisory controller
|
||||
}
|
||||
|
||||
SCADA_SV_MODES = {
|
||||
ACTIVE = 0, -- supervisor running as primary
|
||||
BACKUP = 1 -- supervisor running as hot backup
|
||||
}
|
||||
|
||||
RPLC_TYPES = {
|
||||
KEEP_ALIVE = 0, -- keep alive packets
|
||||
LINK_REQ = 1, -- linking requests
|
||||
|
Reference in New Issue
Block a user