LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of step (by Teststand) with LabView

I created a sequence with TestStand, I would like to insert a step in it but with labview.
The problem occurs on the level from the NewStep method and its StepTypeName parameter.
This parameter is of type String, I tried to enter several string but unless result.
The error appearing is "Step type not found in type list".
In the help file of TestStand, it is said that "the step type must already be in memory",
but I don't more understand it.


Can you help me?

Thanks
0 Kudos
Message 1 of 2
(2,560 Views)
Hi,

I think you have to load the TypePaletteFiles first.

Please take a look at the example from the link below.

http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DEA556A4E034080020E74861&p_node=DZ52238

This is what you need. Tested it, works fine.

Regards.

JorisV
0 Kudos
Message 2 of 2
(2,548 Views)