beautypg.com

Micromod Micro-DCI: 53MT6000 Micro-Tools User Manual

Page 88

background image

53MT6000 INSTRUCTION MANUAL

72 Database Editor

The following example will read C50 from instrument 15 every 3 seconds and store the value in location
C100 of the local controller.

REMOTE PT.. LOCAL PORT SCAN MODE

15C50 C100 3 READ

ENTRY

EXPLANATION

Remote Point:

Name of the parameter to be accessed. SOURCE must be of the
form iaTnum where:

ia is the instrument address 0 - 32,
T is the data type: L, B, C, H, A, or F, and
num is the data number

Example: 1L1500

Local Port:

Name of local parameter to be accessed. The Local point must be
of the form Tnum where:

T is the data type: L, B ,C, H, A, or F

num is the data number

Example: L900

Scan Rate:

Interval in seconds between updates.

Mode:

The mode is used to select the direction of the information
exchange.
None = Do nothing.
Read = Reads the data from the Remote point and stores
it in the Local point.
Write = Reads the data from the Local point and writes it to the
Remote point.
Read/Write = Reads the data from the Remote point and stores
it in the Local point and writes changes made to the Local
point back to the Remote point.

Status:

Each table entry has a corresponding status, Valid or Invalid
depending on the success of the transaction.

Access:

None = Do nothing.
Read = Get data.