Posted 29 Nov 2022 Hello, Is there any easy way to make "HMI like webserver" for omron? I did not even found any examples how to make one. wago have very easy way to make webserver for your project. ( https://www.youtube.com/watch?v=xjK9UNWqeEA ) Engineers need to use Hmi rarely, so webserver would save money. Every service engineer have laptops, but are not familar with plc, so we can't give them sysmac studio. Feels stupid to change brand because we have allready used NX1p2 in many other applications. Is there any 3rd party options for webservers? Thanks for answers! Share this post Link to post Share on other sites
Posted 29 Nov 2022 Check out Ignition hmi from inductiveautomation.com . I have heard good things about it's cost to benefit ratio from folks I respect. And it has drivers for Omron PLC. 1 person likes this Share this post Link to post Share on other sites
Posted 29 Nov 2022 The NX1P2 can serve webpages yes. They are a bit rudimentary but for basic data back and forth they work(See attached). You can also serve more elaborate pages from the SD Card with images etc but there is no interaction with actual variables. There is a project underway which will drastically improve this experience but I'll have to look into it WebServer NJ_NX.slr WebServer_NJ_NX_E.pdf Share this post Link to post Share on other sites
Posted 13 January On 29/11/2022 at 8:40 PM, photovoltaic said: The NX1P2 can serve webpages yes. They are a bit rudimentary but for basic data back and forth they work(See attached). You can also serve more elaborate pages from the SD Card with images etc but there is no interaction with actual variables. There is a project underway which will drastically improve this experience but I'll have to look into it WebServer NJ_NX.slr WebServer_NJ_NX_E.pdf Hello! Is there any updates about the webserver update? I Will install first system without webserver for testing system and improving it while running. Plan was to have product for next year, so i am not in hurry about webserver but it is still in mind to complite the system. Share this post Link to post Share on other sites
Posted 13 January A little library can help you implement HTTP server on the controller : https://www.support-omron.fr/details/librairie.php?id=2021-02-24%20-%2016-51-09%20-%202086348523 Only 2 FB : HTTP_GET and HTTP_POST You can implement a little web server using REST API. Share this post Link to post Share on other sites