REXYGEN Community Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. RexPeter
    3. Topics
    R
    • Profile
    • Following 1
    • Followers 0
    • Topics 14
    • Posts 49
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by RexPeter

    • R

      Change IP address for ModBus TCP/IP from HMI

      REXYGEN HMI Designer
      • • • RexPeter
      3
      1
      Votes
      3
      Posts
      520
      Views

      cechuratC

      @rexpeter Hi Peter,

      I have an update on your Topic. It is possible to change the Slave IP address by configuring "Address" parameter (e.g. GoTo flag "MTM__1_Address" in your case).

      f8a090e9-9a03-4eec-9c12-a64115101392-image.png

      Cheers,
      Tomas

    • R

      Solved Read and Write Modbus register on HMI

      Modbus RTU
      • • • RexPeter
      4
      0
      Votes
      4
      Posts
      697
      Views

      R

      @rexpeter
      Hi Peter,
      no problem. I'm glad, it's works.

      Cheers,
      Jan

    • R

      Subsystem mask Popup control

      REXYGEN Studio
      • • • RexPeter
      3
      0
      Votes
      3
      Posts
      299
      Views

      cechuratC

      Hi Peter,

      yes, this is also one of changes in newest release version - subsystem mask dialog. And you are absolutely right - changing type to Enum does the job.

      Is there anything else you struggle with? Just let us know.

      Cheers,
      Tomas

    • R

      Shutdown Safely command from HMI

      REXYGEN Studio
      • • • RexPeter
      3
      0
      Votes
      3
      Posts
      255
      Views

      R

      Thanks a lot Tomas,

      The OSCALL function block appears just what I needed.
      Thanks for making me aware of this block.

      Kind regards,
      Peter

    • R

      Push notification

      REXYGEN Studio
      • • • RexPeter
      9
      0
      Votes
      9
      Posts
      703
      Views

      R

      I created a "ProwlPushMessage" block (SubSystem) where all properties can be set easily.
      Implemented the conversion from a "space" character towards "%20" in order to get the correct code for the message.

      So this system is ready to be used, only fill in your own APIkey and press the button to send a message to your iPhone.
      Please find the project attached.
      prowl_exec.mdl
      prowl_task.mdl
      998b3e55-a136-4055-9b09-ccfa7f38c786-image.png

      This is how it looks.
      4db243ab-c0d8-4f5d-b534-74a12ac6b81e-image.png

    • R

      Enabling Guest and Operator account

      REXYGEN Studio
      • • • RexPeter
      10
      0
      Votes
      10
      Posts
      894
      Views

      R

      Hi Tomas,

      I tried your proposal, but unfortunately it did not work.
      At the end I decided to simply re-image the SD card and start from scratch. Installed the most recent Rexygen test version and now, all is working fine.
      Thanks for your support.

      Best regards,
      Peter

    • R

      Automatic keeping track of project revision

      REXYGEN Studio
      • • • RexPeter
      7
      0
      Votes
      7
      Posts
      571
      Views

      jaroslav_sobotaJ

      @RexPeter said in Automatic keeping track of project revision:

      Software is in my point of view never "finished"

      Tell us about it 😉

      Your recommendation regarding revision identifier is in our pipeline. Since Monday already. Thanks!

      Jaroslav

    • R

      ESP8266_ESP32_REST_API

      IoT
      • • • RexPeter
      2
      0
      Votes
      2
      Posts
      795
      Views

      jaroslav_sobotaJ

      Hi Peter,
      you can use the MP block for such a purpose. Set the MP:pwidth parameter to e.g. 5 seconds and set the MP:RPTF parameter to ON.

      From your ESP32, you'll periodically write ON to MP:BSTATE parameter (e.g. once per second) via REST API of REXYGEN. As long as the ESP32 keeps communicating, the output MP:Y will be ON. If there is no communication from ESP32 for more than 5 seconds, the MP:Y output will turn OFF.

      In other words, the MP block acts as a communication watchdog in this case.

      Hope it helps, let me know.

      Kind regards,
      Jaroslav

    • R

      Comparing 2 strings

      REXYGEN Studio
      • • • RexPeter
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      cechuratC

      @rexpeter You are welcome 😉 Glad I could help.

      Cheers, Tomas

    • R

      Replacing typed characters for "***" while typing a password

      REXYGEN HMI Designer
      • • • RexPeter
      11
      0
      Votes
      11
      Posts
      1.5k
      Views

      R

      Hi Tomas,

      Great, this works. Thanks a lot for the feedback and to get it going!

      Peter

    • R

      Displaying a Text in HMI by digital signal

      REXYGEN HMI Designer
      • • • RexPeter
      3
      0
      Votes
      3
      Posts
      1.1k
      Views

      R

      Hi Tomáš,
      Excellent, did not thought about doing it in that way, but that is exactly what I was looking for. Thanks a lot!

      Peter

    • R

      dygraphOptions adding additional Y-axis

      REXYGEN HMI Designer
      • • • RexPeter
      3
      0
      Votes
      3
      Posts
      3.4k
      Views

      R

      Thanks for the feedback Tomáš.
      Looking forward for that implementation 🙂

      Peter

    • R

      dygraphOptions dateWindows

      REXYGEN HMI Designer
      • • • RexPeter
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      R

      Thank a lot for explanation Ondrej.
      I will proceed accordingly.

      Best regards,
      Peter

    • R

      0302-11_ESP8266_REST_API_example

      IoT
      • • • RexPeter
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      cechuratC

      Hi Peter,

      thank you for reporting this and also sorry for difficulties. They made some major changes between version 5 and 6 of ArduinoJson library.

      I upgraded the Arduino sketch - see attached one. It can be compiled now however I don't have any ESP8266 around so didn't make any further tests.

      Let me know about your progress.

      Regards, Tomas

      0_1554469564091_REXYGEN_REST_API_example.ino