09-05-2007 01:48 PM
09-06-2007 10:47 AM - edited 09-06-2007 10:47 AM
Message Edited by Sam R on 09-06-2007 11:46 AM
09-06-2007 11:08 AM
Sam,
The reason you can't find GetRunTimeVariables is that RunTimeVariables is an Execution property. The Get is added by the CVI API wrapper (tsapicvi.*) when it wraps the property-read with a C function.
Search the help for RunTimeVariables or just look at the properties of the Execution class.
09-06-2007 11:48 AM
09-06-2007 01:07 PM
Hey Dave,
My Bad!! I see that function now.
So basically, and I haven't tried this yet, I'm wondering why you wouldn't use the GetValIDispatch function instead of the GetPropertyObject function. This will give you a handle to the execution as opposed to the property object value of the execution.
I got it to work in LabVIEW (I know I'm just not good with CVI 🙂 using the IDispatch. What I did was add a variable and then read that variable's value and send it back to my process model.
Regards,
09-06-2007 01:17 PM