Author Topic: schneider plc modbus rtu with advanced hmi problem  (Read 2732 times)

hsezgen

  • Newbie
  • *
  • Posts: 3
    • View Profile
schneider plc modbus rtu with advanced hmi problem
« 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5360
    • View Profile
    • AdvancedHMI
Re: schneider plc modbus rtu with advanced hmi problem
« Reply #1 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

hsezgen

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: schneider plc modbus rtu with advanced hmi problem
« Reply #2 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
« Last Edit: September 10, 2015, 11:22:12 AM by hsezgen »

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5360
    • View Profile
    • AdvancedHMI
Re: schneider plc modbus rtu with advanced hmi problem
« Reply #3 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.