REXYGEN Community Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. Development tools
    3. REXYGEN HMI Designer
    Log in to post
    Load new posts
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • jaroslav_sobotaJ

      Default login and password, error -123

      • • jaroslav_sobota
      1
      0
      Votes
      1
      Posts
      753
      Views

      No one has replied

    • cechuratC

      Custom component in REXYGEN HMI Designer

      hmi hmi designer custom • • cechurat
      1
      0
      Votes
      1
      Posts
      937
      Views

      No one has replied

    • cechuratC

      dygraphOptions in REXYGEN HMI Designer

      hmi hmi designer dygraph trend • • cechurat
      1
      0
      Votes
      1
      Posts
      875
      Views

      No one has replied

    • cechuratC

      Changing font of display in REXYGEN HMI Designer

      hmi hmi designer custom • • cechurat
      1
      0
      Votes
      1
      Posts
      924
      Views

      No one has replied

    • R

      dygraphOptions dateWindows

      • • RexPeter
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      R

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

      Best regards,
      Peter

    • R

      dygraphOptions adding additional Y-axis

      • • RexPeter
      3
      0
      Votes
      3
      Posts
      3.4k
      Views

      R

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

      Peter

    • R

      Displaying a Text in HMI by digital signal

      • • 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

    • G

      REX.HMI.WebBuDi

      webbudi webhmi • • GeorgeDumitru
      2
      0
      Votes
      2
      Posts
      821
      Views

      cechuratC

      Hi George,

      thank you for this question.
      In general the described behaviour is possible. Connection between HMI and signal in REXYGEN is always one-by-one. You have to introduce subsystem with mask and change the mask parameter via HMI, where the connection string will be as follows:

      "taskName.SubsystemName:maskParameterName"

      The masked parameter can be used on as many places as desired within the specified subsystem.

      For more information on defining the subsystem mask see:
      https://www.rexygen.com/doc/ENGLISH/MANUALS/RexygenStudio/RexygenStudio_ENG.html#x1-340004.2

      If you need additional information, let me know.

      Regards, Tomas

    • M

      HMI and Subsystem Mask

      • • MikeyH
      3
      0
      Votes
      3
      Posts
      841
      Views

      M

      Hi Jaroslav,

      Thank you for the help. I will give that a go and let you know what happens.

      Cheers

      Mike

    • M

      TREND object in HMI in v2.50.9

      • • Mkrupicka
      2
      0
      Votes
      2
      Posts
      641
      Views

      jaroslav_sobotaJ

      Dear Michal,
      did you run Extensions->REXYGEN HMI->Update components in REXYGEN HMI Designer for your source SVG file?

      After that, the charts should be transparent again.

      If not, please share your SVG file(s) or send them via e-mail for further analysis.

      Kind regards
      Jaroslav

    • C

      Multiscreen application

      • • contactform
      2
      0
      Votes
      2
      Posts
      532
      Views

      jaroslav_sobotaJ

      Hello Juan,
      please have a look at example project 0301-07 which is included in REXYGEN Studio. It includes an application with 3 HMI screens.

      You simply create 3 separate .hmi.svg files in the hmisrc subfolder and create hyperlinks between them.

      Hope this helps, let me know.

      Jaroslav

    • C

      Switch to different HMI webpage in case of Alarm

      hmi designer multiple pages • • contactform
      8
      0
      Votes
      8
      Posts
      1.5k
      Views

      jaroslav_sobotaJ

      Hi Emmanuel,
      thanks for the links, now I understand. You are right, for local HMI you can simply kill Chromium and reload it with a different starting page. For me, this is not appealing at all, but that's not important.

      You can always run a bash script from REXYGEN using the EPC function block, killing and restarting Chromium in case of an event. See example 0202-11 for inspiration.

      Best regards
      Jaroslav

    • M

      responsive design

      • • martijnperdaan
      4
      0
      Votes
      4
      Posts
      612
      Views

      jaroslav_sobotaJ

      Hi Martijn,
      here is an example project which includes a custom Javascript file: 0101-51_Custom_js.zip

      The main trick is to add the CUSTOM "library" in Expert settings in HMI Designer. The GENERAL library must be added as well:
      0_1583833486862_rexygen-hmi-custom-javascript.png

      The "library" CUSTOM is located in the hmisrc folder and it has to have a "js" subfolder which contains your Javascript files. These are then included in the generated HMI files.

      Hope this helps, let me know.

      Best regards
      Jaroslav

    • S

      Centering a HMI string

      • • sadilekivan
      2
      0
      Votes
      2
      Posts
      428
      Views

      cechuratC

      Hi Ivan,

      thanks for question.

      You are right - there is more simple way to center a string than adding variable prefix and suffix.

      All you need is:

      Add a DisplayString into .svg file (Ctrl + L -> GENERAL -> Drag & Drop "DisplayString.svg") Hit F8 (or select Text Tool) Select the DisplayString and center the string:0_1584564636681_6403c868-bfdf-465a-9b80-02571bbdacab-image.png

      Let me know if I can be of any assistance.

      Regards,
      Tomas

    • S

      HMI group animation not hiding/refreshing from the start when used with X, expression type

      • • sadilekivan
      4
      0
      Votes
      4
      Posts
      482
      Views

      cechuratC

      @sadilekivan We always recommend to upgrade both Development Tools and REXYGEN Runtime Core. However, wait for the release of version 2.50.10 first.

      Thank you for understanding.

      Regards, Tomas

    • S

      Any easy way to add a custom .js file to manage components in the HMI

      • • sadilekivan
      13
      0
      Votes
      13
      Posts
      4.0k
      Views

      S

      @cechurat

      I wanted to add that it just works on the correct size sometimes, so I'm still glad and waiting for the fixes in the future version.

    • M

      Javascript

      • • martijnperdaan
      12
      0
      Votes
      12
      Posts
      1.0k
      Views

      jaroslav_sobotaJ

      Hello Martijn,
      here is an example with one CNR and 2 CNB constants which are controlled from web HMI via REST API: 0301-21_REST_API_Webpage_Javascript.zip

      I believe that's all you need. Now it's on you to build upon this concept.

      Btw, what is your motivation for building your very own HMI? From your questions I guess that using the HMI Designer and building the HMI without any hand coding would be much easier and more straightforward for you.

      Let me know.

      Jaroslav

    • M

      Popup screen

      hmi designer popup animation • • martijnperdaan
      2
      0
      Votes
      2
      Posts
      450
      Views

      cechuratC

      Hi Martijn,

      thank you for your question. In current REXYGEN version (2.50.9) there is no such feature as popup window.

      However it can be done by using "hide_by" parameter in HMI component. The background rectangle can be drawn in REXYGEN HMI Designer and animated using "Group Animation - Opacity" (Ctrl + J).

      Regards
      Tomas

    • M

      Checkbox

      • • martijnperdaan
      2
      0
      Votes
      2
      Posts
      425
      Views

      cechuratC

      Hi Martijn,

      this functionality is often called Radio button. This feature is not supported in REXYGEN now.
      As a workaround you can use ComboBox component which does the same with only different representation.

      Regards
      Tomas

    • gninausG

      Export archive data via HMI Display

      • • gninaus
      6
      0
      Votes
      6
      Posts
      854
      Views

      cechuratC

      Hi Mike,

      thanks for your interest in trying out the pre-release version. You can find the instructions here: https://forum.rexygen.com/topic/120/installation-of-rexygen-2-50-10-r5

      If I can be of any assistance, let me know.

      Cheers,
      Tomas

    This is a community forum for REXYGEN users and fans. Detailed information can be found at REXYGEN homepage.

    There is also an outdated REXYGEN community forum.

    Powered by NodeBB.