AdvancedHMI Software

General Category => Support Questions => Topic started by: hsezgen on September 10, 2015, 03:44:07 AM

Title: schneider plc modbus rtu with advanced hmi problem
Post by: hsezgen on September 10, 2015, 03:44:07 AM
 hello
i need some help about this
m241 schneider plc %mx bits registery is 0x
how to activate this bit with a button
i m new user in advanced hmi please need help
Title: Re: schneider plc modbus rtu with advanced hmi problem
Post by: Archie on September 10, 2015, 06:49:57 AM
- Add a ModbusRTUCom from the ToolBox to the MainForm
- Set the driver properties (Baud Rate, Com port, etc.)
- Add a BasicButton to the form
- Set PLCAddressClick to 000001
- Run the application and click the button
Title: Re: schneider plc modbus rtu with advanced hmi problem
Post by: hsezgen on September 10, 2015, 11:16:22 AM
this picture is m241 registery adress map
i want to activate (%mx0.0 bit)
i can write or read anything on %mw
so how can i activate tis bit please help me
Title: Re: schneider plc modbus rtu with advanced hmi problem
Post by: Archie on September 10, 2015, 11:29:46 AM
You will need to find the address correlation from the %MXx.x to the corresponding Modbus address of 0xxxxx. This may not be fixed and require configuration. I do not know the Schneider software, so I am not able to give you exact information.