17 lines
227 B
SQL
Executable File
17 lines
227 B
SQL
Executable File
service ca {
|
|
tags { PV }
|
|
}
|
|
|
|
/* All items share these verbs and attributes */
|
|
class Basic {
|
|
verbs { get, set, monitorOn, monitorOff }
|
|
|
|
attributes {
|
|
value ca {PV=<>.VAL};
|
|
}
|
|
}
|
|
|
|
Basic :
|
|
diag1 { t10a:sad:test }
|
|
;
|