Skip to content
Snippets Groups Projects
Commit f3386ce6 authored by Taya Snijder's avatar Taya Snijder
Browse files

updated text CDb files for windows/testing

parent 8b7fc475
No related branches found
No related tags found
1 merge request!27Resolve #2021 "04 16 branched from master apsctl device"
...@@ -19,17 +19,36 @@ ...@@ -19,17 +19,36 @@
"LTS/SDP/1": { "LTS/SDP/1": {
"properties": { "properties": {
"OPC_Server_Name": [ "OPC_Server_Name": [
"DESPi2.astron.nl" "dop36.astron.nl"
] ]
} }
} }
} }
} }
}, },
"example_device": { "APSCTL": {
"1": { "1": {
"example_device": { "APSCTL": {
"LTS/example_device/1": { "LTS/APSCTL/1": {
"properties": {
"OPC_Server_Name": [
"ltspi.astron.nl"
],
"OPC_Server_Port": [
"4844"
],
"OPC_Time_Out": [
"5.0"
]
}
}
}
}
},
"test_device": {
"1": {
"test_device": {
"LTS/test_device/1": {
"attribute_properties": { "attribute_properties": {
"Ant_mask_RW": { "Ant_mask_RW": {
"archive_period": [ "archive_period": [
......
...@@ -26,10 +26,62 @@ ...@@ -26,10 +26,62 @@
} }
} }
}, },
"example_device": { "ini_device": {
"1": { "1": {
"example_device": { "ini_device": {
"LTS/example_device/1": { "LTS/ini_device/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": {
"SNMP_community": [
"public"
],
"SNMP_host": [
"172.22.176.1"
],
"SNMP_timeout": [
"5.0"
]
}
}
}
}
},
"SNMP": {
"1": {
"SNMP": {
"LTS/SNMP/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": {
"SNMP_community": [
"public"
],
"SNMP_host": [
"172.22.176.1"
],
"SNMP_timeout": [
"5.0"
]
}
}
}
}
},
"test_device": {
"1": {
"test_device": {
"LTS/test_device/1": {
"attribute_properties": { "attribute_properties": {
"Ant_mask_RW": { "Ant_mask_RW": {
"archive_period": [ "archive_period": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment