ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help. The Vi not executable. Thanks

Solved!
Go to solution

(1) I can run this vi individual without any problem.

(2) after I build test sequence, it can not run.

(3) I checked all the vi at 2013 version.

Thanks for help.

see attached files.

 

0 Kudos
Message 1 of 8
(5,680 Views)

Can you explain clearly which is your main vi and which vi has the problem and what your application does?

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
Message 2 of 8
(5,645 Views)

Hi:

 (1) IRobot test engine is main vi

(2) Initailize DAQ_CMD_PERBR is try init the DAQ.

this vi is running fine when I run it individual.

but after build , it can not run .

Thanks for help.

 

 

0 Kudos
Message 3 of 8
(5,623 Views)

Did you build and run an installer to install the needed runtime drivers?


"Should be" isn't "Is" -Jay
Message 4 of 8
(5,618 Views)

Hi:

 do you mean 2013 labview runtime engine ?

 I have development 2013 labview version.

it should not need run time engine, is it right?

Thanks

 

0 Kudos
Message 5 of 8
(5,607 Views)

So you can run the VIs, what do you mean then by "after I build test sequence, it can not run." or "but after build , it can not run"

You are making them into an executable and then they can't run in your development machine, is that right?

Message 6 of 8
(5,582 Views)

If this is the case you may be missing adding the dynamic VIs dependencies when building the executable:

https://forums.ni.com/t5/LabVIEW/Executable-with-Dynamic-VIs/td-p/937434
https://forums.ni.com/t5/LabVIEW/Error-1003-when-dynamically-calling-VI-within-an-executable/td-p/29...

 

 

Do you call any VI dynamically? Are you using any toolkit/module?

Message 7 of 8
(5,580 Views)
Solution
Accepted by topic author zy6

Hi zy6,

 

the error message says: "DAQ_CMD_PERBR.vi is not executable when you try to open its VI reference in SeqUUTCmd.vi"…

 

This DAQ_CMD_PERBR contains a lot DAQAssistent calls: I "heard" that they have a tendency to get broken in executables.

Replace those DAQAssistent calls by plain DAQmx function calls and see, how far you get!

 

Edit: Please don't put "Help" and "Thanks" in the title of all your threads! It is clear you need help when you create a thread and you can thank by giving Kudos…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 8 of 8
(5,577 Views)