NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Control Labview VI from TestStand

THis was a slightly confusing thread... 

Do Cet & Akie work together on this?  😉

 

0 Kudos
Message 11 of 19
(1,872 Views)
Yes...We share the same computer.
0 Kudos
Message 12 of 19
(1,848 Views)

That vi is so shocking I just spilt my drink Smiley Surprised

I shudder at the thought of ever having to work with it...

Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 13 of 19
(1,780 Views)
I also felt confused when I first saw that vi...anyway,we don't have time to edit that vi,so I only do some sequences to call that vi.
0 Kudos
Message 14 of 19
(1,764 Views)
Well, Akie, feel free to point those that created the vi at this forum thread - it might enlighten them a little bit.
Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 15 of 19
(1,753 Views)

Well...They have already finished thier intern last year when I started to take over the proj.My mentor said they did not know anything about Labview at that time,so they sent their VI to somewhere and got a lot of help...I am not very sure whether they have NI accounts,but I believe they don't.

Anyway,an intern is just a way to gain AUs for them.Maybe they are not major in such things, and we cannot expect too much,as long as their VI can run,it is considered as no problem...Smiley Indifferent

0 Kudos
Message 16 of 19
(1,751 Views)

...they sent their VI to somewhere and got a lot of help...

This was created with help !? Smiley Surprised

With vi's written in this way, there is far too much room for human error to creep in - if just one of those many repetitive process blocks hasn't been wired up correctly then one of your outputs will be erroneous, but you may never 'see' it. Personally, for my own peace of mind, I'd be wanting to re-write most of that just to be throughly sure that it does work as expected.

Good luck with it! Smiley Happy

Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 17 of 19
(1,748 Views)
Thank you for being willing to spend time on that,I will also try to study more on LabView VIs to fix problems.
0 Kudos
Message 18 of 19
(1,744 Views)

Akie wrote:

as long as their VI can run,it is considered as no problem


An important lesson in any programming language..

 

Being able to build & execute a software (making it run), is not an indication that it is doing what is supposed to do.  Writing a software that simply does what it is supposed to do may not handle exceptions that will be encountered (errors, out of bound values, you-name-it, etc...)

 

Therefore, a software that runs is far from being without problems..  😉

Message 19 of 19
(1,708 Views)