Categories

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

    207 Topics
    733 Posts
    J

    @MikeyH
    Hi Mike,

    Without seeing the full schema, my guess would be a data type mismatch. It looks like the block with the val0-2 inputs might be expecting an integer (long) data type. If that's the case, any incoming real number would get automatically rounded or truncated, which would explain the lost decimal places.
    4c1bb596-2757-4241-9838-e73fc8ea7611-image.png

    Cheers,
    Jan

  • 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