Navigation

    REXYGEN Community Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Mkrupicka
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Groups 0

    Mkrupicka

    @Mkrupicka

    0
    Reputation
    50
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Mkrupicka Follow

    Latest posts made by Mkrupicka

    • JSON string parsing issue

      Hello all in REXYGEN!

      I have issue with parsing JSON object through PJSOCT block.
      The input to the PJSOCT block is string, the output is also suppost to be a string but it is somehow interpretted as number and moreover represented in exp format. This destroyes long integer variables that I receive from communication partner and need to process in REXYGEN executive.

      In the enclosed example a simple JSON object is parsed with integer id parameter:

      {
         "status":"success",
         "id": 456877932143130020
      }
      

      but PJSOCT outputs the id parameter as 4.5687793214313e+17

      PJSOCT problem.png

      Could you help, please?

      Thanks and Regards,
      Michal

      posted in REXYGEN Studio
      M
      Mkrupicka
    • TREND object in HMI in v2.50.9

      After upgrade from version 2.50.8 to 2.50.9 the TREND objects created by HMI Designer are no longer transparent but have greyish background color. The chart then looks a bit ugly with fading colors.
      Do you know how to revert it back to the original look, please?

      Note: all runtime, studio and designer are upgraded to the newest version 2.50.9

      Thanks and Regards,
      Michal

      0_1573567481193_Trend 2-50-9.png

      posted in REXYGEN HMI Designer
      M
      Mkrupicka