Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Adding picture from USB flash drive to Visualisation

2019-02-25
2019-02-28
  • Slepeckypes - 2019-02-25

    Hi everyone!

    Is it possible to insert a picture to visualisation from USB flash drive and save it to Raspberry Pi 3 Model B+?
    For example: Program is running and Operator put USB flash drive to Raspberry. Load a picture from USB flash drive, choose a picture, save it to Raspberry and a picture will appears on the screen.

    Thanks

     
  • e.kislov - 2019-02-28

    Hi.
    I think it's possible.
    Element Image have property Bitmap Version:
    https://help.codesys.com/webapp/_visu_e ... .14.0#id10

    Variable (integer data type). Contains the version of the image.
    If the variable changes, then the visualization re-reads the image referenced in the Image ID property and displays it.
    The visualization displays animations when the image file on the controller is updated continuously, thus incrementing the version variable. The application must be programmed for this.
    Possible applications
    Displaying graphics that are generated by the application
    Displaying images that are refreshed by a camera
    

    You need to copy picture from USB to folder /visu in Raspberry (use FILE.Copy or SysProcess library, just google it) and replace existing image file with same name.
    Then "refresh" bitmap version.

     

Log in to post a comment.