07-15-2010 11:07 AM
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 advance
07-15-2010 11:32 AM
Your forgot to attach the subVI.
07-15-2010 12:05 PM - edited 07-15-2010 12:06 PM
oh sorry
here is complete
07-15-2010 12:16 PM
It's not clear what you actually want to do, but why don't you simply use a picture indicator?
07-15-2010 12:39 PM
ok
here is the reasons
07-15-2010 12:39 PM
are you online ?
waiting
07-15-2010 01:34 PM
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.
07-15-2010 11:22 PM
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
07-15-2010 11:52 PM
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
07-16-2010 12:10 AM
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.