Navigation

    REXYGEN Community Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. cechurat
    • Profile
    • Following 0
    • Followers 1
    • Topics 15
    • Posts 183
    • Best 3
    • Groups 1

    Tomáš Čechura

    @cechurat

    administrators

    3
    Reputation
    437
    Profile views
    183
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Email cechura@rexcontrols.com Website www.rexygen.com Location Pilsen

    cechurat Follow
    administrators

    Best posts made by cechurat

    • RE: Pressure to volume calculation, piecewise-LIN

      @pocket_brewing Hi Emil, thank you for your question. Have a look at FB called CNDR - Nonlinear conditioner (docs: https://www.rexygen.com/doc/PDF/ENGLISH/BRef_ENG.pdf#page=111).
      It should do the job.

      Let us know if it worked for you. Good luck with your project!

      Kind Regards,
      Tomas

      posted in REXYGEN Studio
      cechurat
      cechurat
    • RE: Any easy way to add a custom .js file to manage components in the HMI

      @sadilekivan Hi Ivan,
      thanks for sharing your project files - I was able to get the error as you described. I handed over your source-files to our developers. Once I have some information I will let you know.

      Regards, Tomas

      posted in REXYGEN HMI Designer
      cechurat
      cechurat
    • RE: Centering a HMI string

      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

      posted in REXYGEN HMI Designer
      cechurat
      cechurat

    Latest posts made by cechurat

    • RE: Integer Overflow

      Hi Larry,

      the COUNT:cnt output is of I32 type. Therefore the cnt overflows from 2147483647 -> -2147483648.
      This is standard behaviour all over the REXYGEN Control System.

      Kind Regards,
      Tomas

      posted in General discussion
      cechurat
      cechurat
    • RE: Archive download

      @mikeyh RexArc command line utility is installed along with the REXYGEN Development Tools (see the installation folder - default: C:\Program Files\REX Controls\REXYGEN 2.50.11.13762\Bin\RexArc.exe)

      Kind Regards,
      Tomas

      posted in REXYGEN Studio
      cechurat
      cechurat
    • RE: Archive download

      @mikeyh Hi Mike,

      Thank you for your question! There are two options I'm aware of:

      1. Move the ARC files to different machine with RexArc installed:
      • Download folder /rex/arc/ from your target (e.g. USB flash drive, ssh via local network, ...)
      • Move the folder to different machine with RexArc installed
      • Run RexArc with specified parameters ("RexArc --help" for more details)
      1. Offline installation of RexArc package
      • Download the rexarc and rex-libh packages to your host PC from https://download.rexcontrols.cz/repositories/
        (e.g. https://download.rexcontrols.cz/repositories/debian-rex-2.50.10/pool/non-free/r/rexarc/rexarc_2.50.10-12481~Raspbian~buster_armhf.deb for REXYGEN 2.50.10 and Raspberry Pi OS Buster)
      • Move the package to the target device (e.g. USB flash drive, ssh via local network, ...)
      • Run command dpkg -i PACKAGE_NAME to install the package
      • Run RexArc with specified parameters ("RexArc --help" for more details)

      Let us know if it helped.

      Kind Regards,
      Tomas

      posted in REXYGEN Studio
      cechurat
      cechurat
    • RE: Pressure to volume calculation, piecewise-LIN

      @pocket_brewing Thanks for getting back to us. I'm glad I could help.

      Kind Regards,
      Tomas

      posted in REXYGEN Studio
      cechurat
      cechurat
    • RE: Pressure to volume calculation, piecewise-LIN

      @pocket_brewing Hi Emil, thank you for your question. Have a look at FB called CNDR - Nonlinear conditioner (docs: https://www.rexygen.com/doc/PDF/ENGLISH/BRef_ENG.pdf#page=111).
      It should do the job.

      Let us know if it worked for you. Good luck with your project!

      Kind Regards,
      Tomas

      posted in REXYGEN Studio
      cechurat
      cechurat
    • RE: SMTP Block

      @mtomek Hi Michal,
      thank you for sharing your findings with the community.
      Google uses more secure version of TLS which does not support the SMTP function block. Seznam apparently didn't upgrade the security yet.

      Kind Regards,
      Tomas

      posted in Bug reports
      cechurat
      cechurat
    • RE: Redirecting HMI from studio

      @tcele said in Redirecting HMI from studio:

      There is one last flaw that I would like to work out. The chromium instance allows the user to use gestures and go back and forth in the history of pages. In some cases get to a restricted page this way.
      I googled vigorously to solve this issue, but so far to no avail. Any advice on this topic?

      Hi Ivan,
      I wasn't successful in finding any suitable solution as well. Have a look at xinput command which might help you to disable all the gestures at Linux level. I didn't tried it myself however if you find any working solution our team and the community will be happy to hear about it.

      Cheers,
      Tomas

      posted in REXYGEN Studio
      cechurat
      cechurat
    • RE: Redirecting HMI from studio

      @tcele Hello Ivan,

      thank you for your post. I would suggest to solve this request by means of REXYGEN HMI Designer. Just introduce another layer which will hide/show (Group Animation -> Opacity) according to the key switch digital signal.

      Kind Regards,
      Tomas

      posted in REXYGEN Studio
      cechurat
      cechurat
    • RE: JSON string parsing issue

      @mkrupicka Hello Michal,

      thank you for your post. You are right - the behaviour of PJSOCT function block is not as one would expect. However it is also caused by format of "id" item - since the value is written without quotation marks it represents number by the definition.

      I would use different approach:

      • search the string for substring "id"
      • offset the position (I presume that the message structure is given)
      • extract substring (I presume that the ID length is given)

      cfc11698-ac5b-4527-bb9a-989303ca4380-image.png

      If you need any help just let me know.

      Kind regards,
      Tomas

      posted in REXYGEN Studio
      cechurat
      cechurat
    • RE: HMI with multiple pages

      @mikeyh

      @mikeyh said in HMI with multiple pages:

      Also when ever I place an object down to use as a link it creates a button in the HMI config, is this right?

      Not sure exactly what you mean. You can turn a rectangle into "link button" as written at the beginning of this post.

      What link do you see when you stop above the rectangle with the link on active HMI page? Do you see e.g. YOUR_IP_ADDRESS/hmi/designer-rig1.html?

      Can you share your source files?

      Cheers,
      Tomas

      posted in REXYGEN HMI Designer
      cechurat
      cechurat