LogicMachine Forum
Zelio TCP - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: Zelio TCP (/showthread.php?tid=781)



Zelio TCP - gilles38 - 13.05.2017

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]
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 Sad

do you have an idea ?


RE: Zelio TCP - admin - 14.05.2017

Try register address 16


RE: Zelio TCP - gilles38 - 14.05.2017

Thanks it work Smile I will finish it and publish it on the forum to share with others Smile


RE: Zelio TCP - gilles38 - 15.05.2017

Hi all as discussed attached the Zelio pofile