11-28-2018 02:14 PM
This camera uses User Sets to store specific configurations. In MAX I set it up so User Set 2 is Image mode and User Set 3 is COG mode. Switching between the two sets involves selecting a user set and then pressing "Execute".
Now I'm trying to make this switch programmatically. I'm using Property Nodes to write the attributes I need, but I can't see how to Execute. I write the attribute as shown below, but there's no option for a Command, which is what I think is needed. (So far I've left it at "Description" which clearly isn't right.) Suggestions?
Solved! Go to Solution.
11-28-2018 02:22 PM
Hello,
The equivalent of "Execute" for a command in LabVIEW is writing a boolean value of True (see attached).
Hope this helps,
Katie
11-28-2018 03:23 PM
Thank you Katie.