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
Albert Bofill edited this page Jul 14, 2023
·
3 revisions
Description:
Table that stores scada components related with network nodes.
Fields:
Column name
Data type
Description
Mandatory
Example
scada_id
varchar(30)
Id of SCADA
TRUE
Serial
source
varchar(30)
Name of the source where the scada data comes from.
FALSE
REMOTE CONTROL, ACCESS, ORACLE...
source_id
varchar(30)
Id of the device within the source. For example, in our REMOTE CONTROL this scada device could have id=40. Then this is the value to insert here. There is a UNIQUE constraint between source and source_id. Both fields can't be repeated.
FALSE
Usually an integer but alphabetic values are also allowed