NI VeriStand Add-Ons Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom VeriStand Steps for TestStand Feedback

Thanks TylerJ and Kevin.  I took the example and changed the "ToBoolean()" to "ToDouble()" and it works.  Thanks for the example.

0 Kudos
Message 141 of 202
(840 Views)

Kevin,

I'm having a new problem, when I try to run my sequence I get an error with the initialize VS step.  It says that StartVeriStandBundle_Create Reference Locals.vi is broken or can't be found.  I found the VI and it is in the right spot and works.  I attached a picture of what's happening.  When I hover over the exclamation point it says it failed to load the VI in the version 13.0.1f2, and that a version of a subVI might not match the version of the run time engine.  Can you help with this?

0 Kudos
Message 142 of 202
(840 Views)

Hey Tyler,

I haven't seen that before. When you open the VI itself in LabVIEW it is runnable (no broken run arrow)?

Kevin Fort
Principal Software Engineer
NI
0 Kudos
Message 143 of 202
(840 Views)

No broken arrow.  All the subVIs exist and everything looks good.

0 Kudos
Message 144 of 202
(840 Views)

I'm putting 2013 SP1 (and the f2 patch) on my machine to see if that makes a different - I don't think it will but its the only difference between our setups that I can tell.

Kevin Fort
Principal Software Engineer
NI
0 Kudos
Message 145 of 202
(840 Views)

I've tried uninstalling Teststand along with the custom steps, then reinstalled both.  Same problem.  I also have another computer with TS and the custom steps, but it doesn't have the problem at all.  It has an older version of the custom steps though.  I'll try installing the latest version and see if that breaks it.

0 Kudos
Message 146 of 202
(840 Views)

The latest version of the custom steps does not break my other installation.  It has to be something particular to this setup.

0 Kudos
Message 147 of 202
(840 Views)

I just reproduced it after installing SP1 and the f2 patch. Something weird is going on with the run time engine. I'm going to investigate further.

Kevin Fort
Principal Software Engineer
NI
0 Kudos
Message 148 of 202
(840 Views)

Check these settings: http://digital.ni.com/public.nsf/allkb/CE431BA1A3B61953862573540078DAD8

After I installed SP1 and f2 TestStand was defaulting to the wrong LabVIEW version. I closed everything - opened and closed LabVIEW and then opened TestStand and everything was OK - I think its a case of whatever the last thing opened is what is uses as the LabVIEW version.

Kevin Fort
Principal Software Engineer
NI
0 Kudos
Message 149 of 202
(840 Views)

Kevin,

I'm having an issue running sequences again.  When I try to run them with the initialize veristand step in it, it analyzes the sequence and gives me an error.

SeverityRuleCategoryTextFileLocation
ErrorCode modules must be able to loadGeneralModule for Step 'InitializeVeriStand' not Loadable. Failed to load VI 'C:\Users\Public\Documents\National Instruments\TestStand 2013\Components\TypePalettes\StartVeriStandBundle_Create Reference Locals.vi' in the LabVIEW Run-Time Engine version '13.0.1f2'.

LabVIEW:  The VI is not executable.  This error may occur because the VI is either broken or contains a subVI that LabVIEW cannot locate. Select File>>Open to open the VI and verify that you can run it.

VI Path: C:\Users\Public\Documents\National Instruments\TestStand 2013\Components\TypePalettes\StartVeriStandBundle_Create Reference Locals.viBLC 2.seqInitializeVeriStand.Substeps["OnNewStep"].TS.SData

I have located and opened that VI in LV 2013 and it runs just fine.  Thoughts?

Tyler

0 Kudos
Message 150 of 202
(840 Views)