Can Mendix use Modbus ?

0
  Hello , My Friend  How can  I use modbus protocol in Mendix ?   
asked
2 answers
0

Hi Unity,

No not by default. You should use some sort of connector to transform the Modbus messages to REST or SOAP or other way around.

Wouter

answered
0

Use a java library for modbus communication, call it from some custom java microflow activities as documented here: https://docs.mendix.com/howto/extensibility/howto-connector-kit

answered