Categories

  • Questions about REXYGEN Studio, REXYGEN HMI Designer, ...

    207 Topics
    734 Posts
    N

    Hi Mike, I think Jan’s explanation makes sense here. This kind of issue usually happens when the data type changes somewhere in the program flow. If the value is being stored as an integer, the decimal part will get removed automatically. I would check the variable definitions and block settings to make sure they are using the correct data type.

    Cheers,
    Nichole

  • 143 Topics
    505 Posts
    M

    @Jan-Reitinger Hi Jan,

    Thanks for clearign that up.

    I'm not sure what happened with the slave device, it hasn't been changed at all, a mystery! If I find the issue I'll le you know.

    Cheers,
    Mike

  • Any other thoughts on REXYGEN or automation and control systems in general?

    98 Topics
    153 Posts
    E

    ’m working on a Python task that requires generating Base64-encoded data from user input and converting it to a readable PDF.

    Before I implement my own solution, I’ve been testing conversions with a simple Base64-to-PDF tool to verify that the encoded strings I’m producing are valid.

    Has anyone here dealt with converting Base64-encoded content into PDFs directly within Python? I’m wondering whether to use built-in libraries like base64 and fpdf, or if there’s a more efficient way to handle larger files.

  • Found a bug? Missing some feature? Let us know!

    27 Topics
    93 Posts
    M

    @Jan-Reitinger Thank you Jan. I will try it. Martin