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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Hi.
I think it's possible.
Element Image have property Bitmap Version:
https://help.codesys.com/webapp/_visu_e ... .14.0#id10
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.