LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Air flow Direction VI

Hello to all members ,

 

here is another problem for me

 

i want to move an object first some position towards left then towards top .

is any way to programtically do it(using property node ----> position )

here is attached VI please see and help me

thanks in advanceSmiley Surprised

0 Kudos
Message 1 of 11
(5,341 Views)

Your forgot to attach the subVI.

0 Kudos
Message 2 of 11
(5,333 Views)

oh sorry

here is complete

Download All
0 Kudos
Message 3 of 11
(5,320 Views)

It's not clear what you actually want to do, but why don't you simply use a picture indicator?

 

 

  • Why is there no loop in the toplevel VI? Are you using continuous run?
  • The sequence structure in the subVI is useless. Dataflow already determines the execution order.
  • Why is there a disconnected control over a diagram constant?
  • Changing the boolean from true to false make no difference if both states look the same.
  • The positions control needs to go outside the for loop. It will not change during the duration of the loop, so reading it once is enough.
  • What is the purpose of the hidden air indicator of the subVI?
  • Why the stop button and case structure in the subVI?

 

0 Kudos
Message 4 of 11
(5,311 Views)

 

ok

 

here is the reasons

 

  • i am using  while loop in my main VI ,its not orignal one
  • ok well suggestion
  • there is no usless controll on the Block D,its just for passing some reference to top level VI
  • yes its just for air Animation Pic, in true case its visible and False case unvisble(its my Requirement)
  • ok well suggestion
  • there is no specific reason ,it can be un hide
  • its can be removed its just for testing purpose
0 Kudos
Message 5 of 11
(5,303 Views)

are you online ?

waiting

0 Kudos
Message 6 of 11
(5,302 Views)

You have a control called 'Subtract' that is useless since it is not wired to anything and is above a constant. You have an indicator called 'air' that is useless (along with the reference) since it is not wired to anything. Setting the value of the Boolean does nothing to change the appearance so your requirement is not met.

 

And, you did not answer the question about using a picture control which would make everything a lot simpler.

Message 7 of 11
(5,265 Views)

did you mean PicRing Controll OR Active X .net Control OR 3D pic?

if you are asking about PicRing

its not full fill my Reqiurement becoz its Pic frame  Resolution etc

 

 

0 Kudos
Message 8 of 11
(5,233 Views)

ok see the following without common error

 

and please come to the ponit, my Question is how to move this object first towards Left then Upwards using this(Programatically ) position controll

is it possible ?

OR what i will have to do for this case

 

Download All
0 Kudos
Message 9 of 11
(5,220 Views)

What does "see the following without common error" mean?

 

You already have a good start having the arrow move up.  If you want to move in another direction, put in another loop after the first that handles the X movements in updating the position.

0 Kudos
Message 10 of 11
(5,215 Views)