Motorola - Sample MDLC_Type.CFG file

Motorola ACE features will be available only if your VTScada license includes this option.

The following is an example of a Motorola MDLC_Type.CFG file. It cannot be used without modifications unique to the configuration of your RTU.

When modifying the configuration file, you need only setup the tables that are in use for your RTU. The number following the name of the configuration is the number of tables defined below it. Data types available for use are as follows (note that these are named differently than in the device programming software): Bit, Val, Long and Float.

; File Type & Version
;--------------------------
FILE_TYPE   RTU_TYPE
VERSION     1.0

; The number of RTU types defined within this file:

Number_of_Types 2

; Definition of RTU Types
;--------------------------
; Type name Number of tables

Type ExampleConfig2 9

; Table_no N_cols Col_0 Col_1 Col_2 Col_3 Col_4 Col_5 Col_6 Col_7

Table  0   1  Val
Table  1   3  Bit    Long  Long
Table  2   1  Float
Table  3   3  Bit    Long  Long
Table  4   1  Val
Table  5   2  Bit    val
Table  6   1  Val
Table  7   6  Bit    Bit   Val    Float  Bit   Bit
Table  8   6  Float  Float Float  Val     Val   Bit

Type ExampleConfig2 2

; Table_no N_cols Col_0 Col_1 Col_2 Col_3 Col_4 Col_5 Col_6 Col_7

Table  1   3  Bit    Long  Long
Table  3   1  Val