I’m not able to edit a signal in the asset builder (e.g. to turn off storage or to set precision). The signal is coming directly from a device. When I try to edit it, the box just spins forever. To work around, I use a Linear Gain of 1, and then edit the resulting signal - but, this is 2x storage and seems unnecessary.
I wonder if this is a config_io problem?
My config_io is:
{
“last_edited”: “2019-11-25”,
“meta”: “Dragino LT-33222”,
“channels”: {
“001”: {
“display_name”: “ACI1”,
“description”: “Current Input 1”,
“properties”: {
“data_type”: “Current”,
“data_unit”: “A”
}
},
“002”: {
“display_name”: “ACI2”,
“description”: “Current Input 2”,
“properties”: {
“data_type”: “Current”,
“data_unit”: “A”
}
},
“003”: {
“display_name”: “AVI1”,
“description”: “Voltage Input 1”,
“properties”: {
“data_type”: “Volts”,
“data_unit”: “V”
}
},
“004”: {
“display_name”: “AVI2”,
“description”: “Voltage Input 2”,
“properties”: {
“data_type”: “Volts”,
“data_unit”: “V”
}
},
“005”: {
“display_name”: “ROI1”,
“description”: “Relay 1: 0=Open”,
“properties”: {
“data_type”: “State”,
“data_unit”: “O/C”
}
},
“006”: {
“display_name”: “ROI2”,
“description”: “Relay 2: 0=Open”,
“properties”: {
“data_type”: “State”,
“data_unit”: “O/C”
}
},
“007”: {
“display_name”: “DI3”,
“description”: “Digital Input 3”,
“properties”: {
“data_type”: “State”,
“data_unit”: “H/L”
}
},
“008”: {
“display_name”: “DI2”,
“description”: “Digital Input 2”,
“properties”: {
“data_type”: “State”,
“data_unit”: “H/L”
}
},
“009”: {
“display_name”: “DI1”,
“description”: “Digital Input 1”,
“properties”: {
“data_type”: “State”,
“data_unit”: “H/L”
}
},
“010”: {
“display_name”: “DO3”,
“description”: “Digital Output 3”,
“properties”: {
“data_type”: “State”,
“data_unit”: “H/L”
}
},
“011”: {
“display_name”: “DO2”,
“description”: “Digital Output 2”,
“properties”: {
“data_type”: “State”,
“data_unit”: “H/L”
}
},
“012”: {
“display_name”: “DO1”,
“description”: “Digital Output 1”,
“properties”: {
“data_type”: “State”,
“data_unit”: “H/L”
}
}
}
}