Hi all,
I'm trying to communicate with a zelio (micro PLC) via the modbus TCP connexion
my zelio is equiped with a SR3NET01BD
it have the following register table
![[Image: FA222023_Zelio_Registre_Modbus.jpg]](http://www.schneider-electric.fr/library/SCHNEIDER_ELECTRIC/SE_LOCAL/FR/FA222023_Zelio_Registre_Modbus.jpg)
so I have created the following profile:
I can import it
I can create a TCP device using this profile (with same IP adress of zelio, default port:502, device adress:1 and default poll intervale)
I can map a knx Address with the correct format...
but in Zelio nothing happen the registers stay blank
do you have an idea ?
I'm trying to communicate with a zelio (micro PLC) via the modbus TCP connexion
my zelio is equiped with a SR3NET01BD
it have the following register table
![[Image: FA222023_Zelio_Registre_Modbus.jpg]](http://www.schneider-electric.fr/library/SCHNEIDER_ELECTRIC/SE_LOCAL/FR/FA222023_Zelio_Registre_Modbus.jpg)
so I have created the following profile:
Code:
{
"manufacturer": "Schneider Electric",
"name": "Zelio",
"description": "Zelio TCP SR3 NET01BD",
"product_code": "SR3NET01BD",
"mapping": [
{
"address": 4017, "bus_datatype": "uint16", "type": "register", "name": "Input 1 XT1", "datatype": "uint16","writable": true
}
]
}
I can import it
I can create a TCP device using this profile (with same IP adress of zelio, default port:502, device adress:1 and default poll intervale)
I can map a knx Address with the correct format...
but in Zelio nothing happen the registers stay blank

do you have an idea ?