Hi,
Sorry for the delay in response to your comment. Been on holiday.
You can view the RunState properties in the Expression Browser. Scroll to the bottom of the Variable/Properties list and you will see the RunState. Expand this to see whats available (statically).
In the User Manual in Chapter 8 (8-4), there is a break down of the individual items.
To find out whats values are held by these properties - for example, the CallStackDepth, in LabVIEW you would use the GetValNumber method passing the lookup string 'RunState.CallStackDepth'. In CVI you would use 'TS_PropertyGetValNumber(propObj, &errorInfo, "RunState.CallStackDepth", 0, &stackdepth);'
Its a good idea to look at the examples supplied of visit NI website. The
re are tutorial and more examples.
Hope this helps
Regards
Ray Farmer
