NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

access to InBuf

I have an Action Step that has the 'testData and testError' arguments in the corresponding C-code. I want to pass a string in to the C-code module into the testData->inBuffer variable. I tried passing it in as 'Step.InBuf', which I saw somewhere (I don't remember where). But TestStand responded with:

Unknown variable or property 'InBuf'

What am I missing/or doing wrong?

Hurst
0 Kudos
Message 1 of 3
(3,015 Views)
Hi,

You would be right in doing what you did, if you had used one of the Test steps such as Pass/Fail or Numeric Limit Test step.

But unfortunately you used an Action Step which doesn't have the property InBuf.

If you right mouse click and select Open Tree View, Then you will be able to see what properties are available for the different step types.

Regards
Ray Farmer
Regards
Ray Farmer
Message 2 of 3
(3,011 Views)
I have a custom version of Action step that I added InBuf to and now it works fine.

Thanks
Hurst
0 Kudos
Message 3 of 3
(2,998 Views)