02-01-2020 12:14 AM - edited 02-01-2020 12:16 AM
Dear all,
The attached VI (static_image.vi) has run in the LabVIEW 2019 simulation environment (windows 10, 64 bit) and displaying the static image. When we are trying to create and simulate the same VI program in the NI CompactRIO 9039 Controller with Real-Time Processor environment, we are not able displaying the same static image from the NI cRIO environment. The corresponding VI (compactRIO_static_image.vi) program in the NI cRIO also been attached here.
Any suggestions and help would be greatly appreciated. Please consider any static image.
Thanks & regards
Sukumar
04-13-2020 11:31 PM
Hello,
The cRIO can access files and folder present in its own local drive.
By this I mean, you need to transfer the file from your Host PC to the cRIO in order to access your intended image.
There are few methods using which file transfers are done, one of which is WebDAV.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019PlESAU&l=en-US
Thanks.