214 lines
4.8 KiB
Plaintext
214 lines
4.8 KiB
Plaintext
{
|
|
"dataTypes": {
|
|
"Int1": [
|
|
"ia.display.cylindrical-tank",
|
|
"ia.chart.gauge",
|
|
"ia.display.label",
|
|
"ia.display.led-display",
|
|
"ia.display.progress",
|
|
"ia.chart.simple-gauge",
|
|
"ia.input.slider",
|
|
"ia.display.thermometer",
|
|
"ia.input.oneshotbutton"
|
|
],
|
|
"Int2": [
|
|
"ia.display.cylindrical-tank",
|
|
"ia.chart.gauge",
|
|
"ia.display.label",
|
|
"ia.display.led-display",
|
|
"ia.display.progress",
|
|
"ia.chart.simple-gauge",
|
|
"ia.input.slider",
|
|
"ia.display.thermometer",
|
|
"ia.input.oneshotbutton"
|
|
],
|
|
"Int4": [
|
|
"ia.display.cylindrical-tank",
|
|
"ia.chart.gauge",
|
|
"ia.display.label",
|
|
"ia.display.led-display",
|
|
"ia.display.progress",
|
|
"ia.chart.simple-gauge",
|
|
"ia.input.slider",
|
|
"ia.display.thermometer",
|
|
"ia.input.oneshotbutton"
|
|
],
|
|
"Int8": [
|
|
"ia.display.cylindrical-tank",
|
|
"ia.chart.gauge",
|
|
"ia.display.label",
|
|
"ia.display.led-display",
|
|
"ia.display.progress",
|
|
"ia.chart.simple-gauge",
|
|
"ia.input.slider",
|
|
"ia.display.thermometer",
|
|
"ia.input.oneshotbutton"
|
|
],
|
|
"Float4": [
|
|
"ia.display.cylindrical-tank",
|
|
"ia.chart.gauge",
|
|
"ia.display.label",
|
|
"ia.display.led-display",
|
|
"ia.display.progress",
|
|
"ia.chart.simple-gauge",
|
|
"ia.input.slider",
|
|
"ia.display.thermometer"
|
|
],
|
|
"Float8": [
|
|
"ia.display.cylindrical-tank",
|
|
"ia.chart.gauge",
|
|
"ia.display.label",
|
|
"ia.display.led-display",
|
|
"ia.display.progress",
|
|
"ia.chart.simple-gauge",
|
|
"ia.input.slider",
|
|
"ia.display.thermometer"
|
|
],
|
|
"Boolean": [
|
|
"ia.input.checkbox",
|
|
"ia.input.toggle-switch"
|
|
],
|
|
"String": [
|
|
"ia.display.label",
|
|
"ia.display.markdown"
|
|
],
|
|
"DataSet": [
|
|
"ia.display.table"
|
|
]
|
|
},
|
|
"bindings": {
|
|
"ia.input.oneshotbutton": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.value",
|
|
"bidirectional": true
|
|
}
|
|
],
|
|
"ia.display.table": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.data",
|
|
"bidirectional": false
|
|
}
|
|
],
|
|
"ia.display.markdown": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.source",
|
|
"bidirectional": false
|
|
}
|
|
],
|
|
"ia.chart.simple-gauge": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.value",
|
|
"bidirectional": false
|
|
}
|
|
],
|
|
"ia.display.progress": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.value",
|
|
"bidirectional": false
|
|
}
|
|
],
|
|
"ia.input.numeric-entry-field": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.value",
|
|
"bidirectional": true
|
|
}
|
|
],
|
|
"ia.input.password-field": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.text",
|
|
"bidirectional": true
|
|
}
|
|
],
|
|
"ia.input.toggle-switch": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.selected",
|
|
"bidirectional": true
|
|
}
|
|
],
|
|
"ia.display.label": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.text",
|
|
"bidirectional": false
|
|
}
|
|
],
|
|
"rad.display.messenger": [
|
|
{
|
|
"tagProperty": "jsonValues",
|
|
"propertyPath": "messageConfig",
|
|
"bidirectional": true
|
|
}
|
|
],
|
|
"ia.input.checkbox": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.selected",
|
|
"bidirectional": true
|
|
}
|
|
],
|
|
"ia.display.cylindrical-tank": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.value",
|
|
"bidirectional": false
|
|
}
|
|
],
|
|
"ia.input.text-area": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.text",
|
|
"bidirectional": true
|
|
}
|
|
],
|
|
"ia.display.led-display": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.value",
|
|
"bidirectional": false
|
|
}
|
|
],
|
|
"ia.input.barcodescannerinput": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.data",
|
|
"bidirectional": true
|
|
}
|
|
],
|
|
"ia.chart.gauge": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.value",
|
|
"bidirectional": false
|
|
}
|
|
],
|
|
"ia.display.thermometer": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.value",
|
|
"bidirectional": false
|
|
}
|
|
],
|
|
"ia.input.slider": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.value",
|
|
"bidirectional": true
|
|
}
|
|
],
|
|
"ia.input.text-field": [
|
|
{
|
|
"tagProperty": "value",
|
|
"propertyPath": "props.text",
|
|
"bidirectional": true
|
|
}
|
|
]
|
|
}
|
|
} |