02-05-2025 07:22 AM
I am currently trying to generate a Sequence with a XML / INI file. NI provides some files (Building a Sequence using API). I had already couple of problems with the provided files so I created some new ones which seems to work.
I first tried it with the XML tool, Once I try to implement a Labview Adapter there is a error code: -17336; invalid adapter name
I already tried naming it LabVIEW, LabVIEW Adapter, LabVIEWAdapter, LabVIEW Module, LabVIEWModule,... but nothing works. If I type in "None Adapter" it expects me to reference toan object of type LabVIEWModule.
I already checked the Labview Adapter Configuration and I use the Labview Development System (If I use Run-Time Engine, there are a couple of errors).
The problem also occurs when I use the INI tool.
I am using LabVIEW 2021 and Teststand 2016.
Did anyone used the LabVIEW adapter for Teststand before and can tell me what to do ?
02-05-2025 07:52 AM - edited 02-05-2025 08:02 AM
Hi NI_JW
Try LVAdapterKeyName
Second thought try G Std Prototype Adapter.
Use the TestStand API String Constant in the LabVIEW TestStand palette.
Regards
Steve
02-05-2025 08:54 AM - edited 02-05-2025 09:00 AM
I tried these words but there are still the errors. With G Std Prototype Adapter I cant even read the file.
I also use the TestStand API String Constant. I dont notice any differences...
Can anyone provide some files with working XML/INI files that are used for buildiung a teststand sequence and use labview VIs?
02-06-2025 03:02 AM
We created a TestStand builder that translates Word Documents into TestStand sequences. It uses the code below to create TestStand steps, including those that use the LabVIEW Adapter.
I guess the source of your errors is elsewhere.