• Export archive data via HMI Display

    6
    0 Votes
    6 Posts
    2k 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

  • Checkbox

    2
    0 Votes
    2 Posts
    933 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

  • Popup screen

    2
    0 Votes
    2 Posts
    1k 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

  • Javascript

    12
    0 Votes
    12 Posts
    3k 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

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

    13
    0 Votes
    13 Posts
    7k 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.

  • 0 Votes
    4 Posts
    1k 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

  • Centering a HMI string

    Moved
    2
    0 Votes
    2 Posts
    1k 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

  • responsive design

    4
    0 Votes
    4 Posts
    1k 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

  • Switch to different HMI webpage in case of Alarm

    8
    0 Votes
    8 Posts
    3k 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

  • Multiscreen application

    2
    0 Votes
    2 Posts
    1k 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

  • TREND object in HMI in v2.50.9

    2
    0 Votes
    2 Posts
    1k 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

  • HMI and Subsystem Mask

    3
    0 Votes
    3 Posts
    2k Views
    M

    Hi Jaroslav,

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

    Cheers

    Mike

  • REX.HMI.WebBuDi

    2
    0 Votes
    2 Posts
    1k 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

  • Displaying a Text in HMI by digital signal

    3
    0 Votes
    3 Posts
    2k 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

  • dygraphOptions adding additional Y-axis

    3
    0 Votes
    3 Posts
    4k Views
    R

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

    Peter

  • dygraphOptions dateWindows

    5
    0 Votes
    5 Posts
    2k Views
    R

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

    Best regards,
    Peter

  • Changing font of display in REXYGEN HMI Designer

    Moved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • dygraphOptions in REXYGEN HMI Designer

    Moved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Custom component in REXYGEN HMI Designer

    Moved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied