13.12.2023, 09:00
(This post was last modified: 13.12.2023, 13:01 by jpnordexpert.)
(04.12.2023, 12:54)admin Wrote: Incorrect spelling: field name must be writable not writeable
Uffff, sorry...Thankyou,,but do the same...imposible to write...some idea?
{
"manufacturer": "Idegis",
"description": "Dom-24",
"mapping": [
{ "name": "Alarma Caudal", "bus_datatype": "bool", "type": "discreteinput", "address": 16 },
{ "name": "Alarma Baja salinidad", "bus_datatype": "bool", "type": "discreteinput", "address": 17 },
{ "name": "Alarma Alta salinidad", "bus_datatype": "bool", "type": "discreteinput", "address": 18 },
{ "name": "Alarma Celula de electrolisis", "bus_datatype": "bool", "type": "discreteinput", "address": 19 },
{ "name": "Alarma pH bajo", "bus_datatype": "bool", "type": "discreteinput", "address": 20 },
{ "name": "Alarma pH alto", "bus_datatype": "bool", "type": "discreteinput", "address": 21 },
{ "name": "Alarma Sobredosis min pH", "bus_datatype": "bool", "type": "discreteinput", "address": 23 },
{ "name": "Alarma Valor ORP bajo", "bus_datatype": "bool", "type": "discreteinput", "address": 24 },
{ "name": "Alarma Valor ORP alto", "bus_datatype": "bool", "type": "discreteinput", "address": 25 },
{ "name": "Alarma Valor Cloro bajo", "bus_datatype": "bool", "type": "discreteinput", "address": 26 },
{ "name": "Alarma Valor Cloro alto", "bus_datatype": "bool", "type": "discreteinput", "address": 27 },
{ "name": "Producción de Cloro", "bus_datatype": "uint16", "type": "inputregister", "address": 5, "units": "g/h" },
{ "name": "Producción", "bus_datatype": "uint16", "type": "inputregister", "address": 6, "units": "%" },
{ "name": "Consigna Producción", "bus_datatype": "uint16", "type": "inputregister", "address": 7, "units": "%" },
{ "name": "Resulta test de sal", "bus_datatype": "uint16", "type": "inputregister", "address": 8, "units": "mV" },
{ "name": "Consigna producción W", "bus_datatype": "uint16", "type": "register", "address": 38, "writable":true, "write_multiple":true}
]
}