LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Basic program

Hi there, 

I was aksed by friend to write a function (SubVi) which:

-set a tab of integral numbers as its input.

And gives back on its output logical variable TRUE if values of input table are non decreasing (every single element is bigger or equal the previous one). In other way we get FALSE on output. 

Show working of this SubVi in example program which is working till the stop button is pressed. 

I know its pretty simple but i'm completly not into labview. I will be very greatful for every help. 

 

0 Kudos
Message 1 of 11
(3,298 Views)

How much time is your friend giving you to complete this VI?

 

You can try to look through the Intro to LabVIEW to get started.

0 Kudos
Message 2 of 11
(3,284 Views)

I've got a few days. Guess till the end of the week

0 Kudos
Message 3 of 11
(3,275 Views)

Another way to ask this question is: "Is the array sorted in ascending order?" This question is very easier to answer using 2 primitives (these are the functions built into LabVIEW which are used to make other functions).

Message 4 of 11
(3,265 Views)

@sirwoj1 wrote:

I was aksed by friend to write a function (SubVi) which:

...

I know its pretty simple but i'm completly not into labview.


 

Advise your friend that you are not into LabVIEW and he should ask somebody who actually is. Why would he ask you in the first place?

 

 

0 Kudos
Message 5 of 11
(3,221 Views)

That's why i posted this. I know that people here are into Labview and some helpful soul with 10min of free time could do it  🙂 

0 Kudos
Message 6 of 11
(2,985 Views)

Hi sirwoj,

 


@sirwoj1 wrote:

That's why i posted this. I know that people here are into Labview and some helpful soul with 10min of free time could do it  🙂 


And what is the benefit of doing so?

Why do you need to be the "man in the middle", earning the bonus?

 

When your friend needs LabVIEW help (s)he should post on its own in this forum and explain its requirements (or learn LabVIEW)!

(Or the other option: explain why you are forced to play the homework hustle game!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 11
(2,980 Views)

Most likely his "friend" is his instructor and this is a homework assignment.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 8 of 11
(2,942 Views)

@paul_cardinale wrote:

Most likely his "friend" is his instructor and this is a homework assignment.


I assumed it was a group project and this one got a small part assignment as to 'have contributed'.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 9 of 11
(2,919 Views)

The most likely explanation is definition #1, of course. 😄

 

altenbach_0-1576079701952.png

0 Kudos
Message 10 of 11
(2,883 Views)