When setting up an import, export, or link, you need to provide a data source and the format of the data.
Your data source can be entered as:
C:\Data\Tags.csv
)127.0.0.1\HMI_Scada
)http://www.abicom.com.au/main/scada
)\\coms\data\scada
)The database type field specifies the format of the external data source. When CitectSCADA attempts to read from this data source, it will use the mechanism specified by the database type. The supported database types are:
To configure the external data source as a file
The example uses a CSV file, in this case an RSLOGIX database driver
In the Import/Export or Links dialog box, enter details as follows:
To configure the external data source using a specialized driver
Note: This example uses the supplied OPC driver.
In the Import/Export or Links dialog, enter details as follows:
For Branch, OPC data can be either a tree (hierarchical) or a flat structure. The OPC driver supports access to both types of storage. If the data is in a tree structure, it can be accessed to the first branch level down from the root node, by entering the name of the branch. For example:
Deeper levels of branching might be supported in the future.
Note: This example uses the supplied Mitsubishi Driver
In the Import/Export or Links dialog box, enter details as follows:
The Connection String needs to be in the format which the specialized driver (in this case Mitsubishi FastLinx) expects; otherwise it might be ignored.
Note: Tags in your external data source need to conform to the CitectSCADA standard. Tag names that are longer than 79 characters are truncated. If this truncation results in duplicate tags, you are informed when you compile your project. Characters other than (a to z, A to Z, and 0 to 9) and the underscore character "_", are removed on import/link (and before any truncation).
See Also