Posted 13 January I want to send tcp/ip socket directly from 3rd party device to Mitsubishi PLC. The data is in json format as attached example. Is this possible? I'm totally new to the PLC world Share this post Link to post Share on other sites
Posted 13 January JSON is just a text string so yes it should be possible however you would have to decode the string in your PLC program. Share this post Link to post Share on other sites
Posted Monday at 3:49 AM Thanks so much for your reply. Do you have detail instruction how to configure TCP/IP interface on the Q series PLC ? Share this post Link to post Share on other sites
Posted Monday at 7:35 AM what is not clear ? From the manual take a look at Fixed buffer communication. Share this post Link to post Share on other sites