Hello,
The equipments I'm using have the following specifications:
Computer:
-Desktop PC with Windows 7 64-bit
- Labview 2015 (32-bit) with Vision Acquisition
- Labview 2014 (32-bit) with Vision Acquisition
- LabVIEW 2014 Real Time Module
- LINX 3.0
Raspberry:
-Pi 3 Model B
- OS: 2017-04-10-raspbian-jessie
I am currently running a VI on my computer that acquires both Image and a Spectrogram and it's called "Image and Data.vi", this VI was created using Labview 2015, and has some specific Vision resources for the 2015 version on one of its SubVI's.
What I want to do is build this VI as a Stand Alone Application on my Raspberry so it doesn't need to be connected to my computer all the time.
I know that in order to connect the Labview to the Raspberry I must use the 2014 version, so I saved my VI using the command "Save for Previous Version" in which I chose the following options:
- Labview Version 14.0
- Toolkit Version LV 2012
- Picture Control v2
Now a folder has been created for the "Previous Version VI", and I add it to my Raspberry on a project as follows:
(I don't know what is the difference between the 2 options of Add Folder Snapshot and Auto-populate, in this case I used Snapshot)
![image.png image.png]()
I can see these folders include all the VI's involved in "Image and Data.vi" and also some files for the driver of my Spectrophotometer (Ocean Optics s2000+).
Now when I try to execute the "Image and Data.vi" (in this case "Image and Data alt.vi") it does not find the files related to Vision, that is "IMAQdx.ctl", "IMAQdx Snap2.vi", "IMAQ Rotate.vi", "IMAQdx Open Camera.vi", "IMAQdx Close Camera.vi" and etc.
If I try to select these files manually it shows this message:
So I wonder, is there a way I can make Vision Acquisition work on my 2014 version of the vi?
The Vision Resource I use that is specific of the 2015 version is the "IMAQ Rotate", is there some way of transforming it to a 2014 version?
Please help me ! (:
Thanks in advance,
Oscar