I received some image data from a web API in Base64 format. Is there a way to load it into LabVIEW without generating a local file?
There are many images to display, and converting them to local files would be cumbersome.
base64.txt is a simple example of the returned data.
image/jpeg
base64.txt
I want to make the front panel transparent according to the background color to remove the unwanted parts.
When I set the windows behavior of the VI to floating, the program is OK.
But when I set thewindows behavior of the VI to the modal, there is a transparent border, and it is not fully transparent. Is there any good solution?
The VI of the test is in the test1.rar file.
test1.rar
The data in the sub-panel is always at the very top level when refreshed, I don't want that, what should I do?
The picture below is a screenshot of me.
Through Siemens' S7 communication, I got some byte type data, but I didn't know how to convert these data into the corresponding structure data of labview.
It is well known that the bool of struct in TIA occupies one bit, but the bool of struct in labview occupies one byte.
Has anyone dealt with it?