1

Topic: Possibility of converting to HTLM code??

It would be nice if the remotexy editor had the option to create code in htlm to be able to create a web server for example in an esp8266.

So what you are seeing in design I pass it to htlm code to paste in arduino ide and then generate a web that can receive data by post or get.

All the best
Fran

2 (edited by Gunner 2021-09-08 21:29:04)

Re: Possibility of converting to HTLM code??

You mean HTML? 

If you need to use RemoteXY app on a desktop, you can run an emulator (I use https://www.bignox.com/ )... perhaps future Windows 11 will allow the same in it's "android" mode?

If you want a webpage, you may be better off using something actually designed for that, Node-Red perhaps?  There are some simple nodes for basic controls with RemoteXY - http://forum.remotexy.com/viewtopic.php?id=1340

"And voila, which is French for.......'and then I found out.'" - Ready Player One

3

Re: Possibility of converting to HTLM code??

Hi Yes. I mean converting the screens that you build to htlm code to put an esp8266 for example in AP mode and serve a web without the need for additional applications.

4 (edited by Gunner 2021-09-09 07:01:59)

Re: Possibility of converting to HTLM code??

No need to repeat the question.

I am sure there are better HTML creation and editing options for DIY HMI out there.  A quick search found at least two already available.

https://www.google.com/search?q=WYSIWYG+HTML+for+HMI

"And voila, which is French for.......'and then I found out.'" - Ready Player One

5

Re: Possibility of converting to HTLM code??

Yes, the goal of RemoteXY is to manage small controllers, in which there is not enough memory to keep a HTTP server and pages. There are other solutions and editors for HTML.