Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

display data from 2 codesys plc on one web browser

2019-03-13
2019-03-14
  • mos89@yahoo.com - 2019-03-13

    Hi ,
    I would like to know if it is possible to display the data from 2 codesys PLC on one web browser HMI ?

     
  • tvm - 2019-03-14

    I've done something similar. Create a custom html file, call it twoplcs.htm or whatever, and place it in the same folder as the web visualization files.
    In that file should be a couple of iframes, one for each PLC, which embed the two webvisu.htm files
    <iframe src="webvisu.htm"></iframe> //local web visualization
    <iframe src="plc2address/webvisu.htm"></iframe> //remote web visualization

    Then you'll have to point directly to http://plc1address/twoplcs.htm in order to call up your custom page instead of the default web visualizations

     
  • mos89@yahoo.com - 2019-03-14

    thanks

     

Log in to post a comment.