07-18-2016 02:33 AM
I want to in the case of the program structure does not change, only change from vascr (Vision Assistant), apply the program changes, just update vascr file for program use
07-18-2016 02:40 AM
07-18-2016 02:43 AM
07-18-2016 03:08 AM
When I build a program, just want to change from the outside .vascr, so that the original program without the changes, it has been updated.
In other words, I just want to change the visual parameters from the outside, in order to modify the program
07-18-2016 03:13 AM
07-18-2016 07:24 PM
The closest to what you describe can be done by using the Vision Assistant Express VI.
When you drop the Vision Assistant Express VI, it launches Vision Assistant and you can create your vision processing algorithm.
When you close Vision Assistant, the software will generate the code implementing your algorithm, as well as the vascr file in the Express VI.
To update the vascr file and code generated in the Express VI, just double click on it. You will be able to edit your script in Vision Assistant.
However, there is no way to programatically open a vascr file and run it (ie, you can't have a path to a vascr file on your diagram, open it and run it).
What you describe is possible with another software called Vision Builder AI, and a feature called the Vision Builder AI API.
Hope that makes sense.
Christophe