Jump to content


Photo
- - - - -

move control into diagram


  • Please log in to reply
7 replies to this topic

#1 cosmin

cosmin

    More Active

  • Members
  • PipPip
  • 26 posts
  • Location:Romania
  • Version:LabVIEW 8.6
  • Since:2009

Posted 10 February 2006 - 01:43 PM

Hi all,
I use scripting to create a graph control and a while loop in digram.
How can I move in the diagram the graph terminal into the while loop?
thanks

#2 Jim Kring

Jim Kring

    packages everywhere!

  • JKI
  • 1,901 posts
  • Location:Lafayette, CA
  • Version:LabVIEW 2011
  • Since:1995

Posted 10 February 2006 - 04:01 PM

Hi all,
I use scripting to create a graph control and a while loop in digram.
How can I move in the diagram the graph terminal into the while loop?
thanks


Use the Move method.

Posted Image



#3 cosmin

cosmin

    More Active

  • Members
  • PipPip
  • 26 posts
  • Location:Romania
  • Version:LabVIEW 8.6
  • Since:2009

Posted 11 February 2006 - 09:02 AM

Use the Move method.

Posted Image


HI,
Thanks for the reply, figured out myself after 2min from the post :) .
Now I have another question, anything new with scripting and labview 8? it's a great tool and is funny to get stuck in labview 7 just for scripting
thanks

#4 rolfk

rolfk

    LabVIEW Aficionado

  • Premium Member
  • 2,045 posts
  • Location:Netherlands
  • Version:LabVIEW 2011
  • Since:1992

Posted 12 February 2006 - 10:15 AM

HI,
Thanks for the reply, figured out myself after 2min from the post :) .
Now I have another question, anything new with scripting and labview 8? it's a great tool and is funny to get stuck in labview 7 just for scripting
thanks


Yes, scripting is now not anymore controlled with an ini file setting, but through the license manager. (In fact it seems LabVIEW still wants to have an ini file setting but it will only check this setting after you have installed a valid scripting license, and no it is not the same ini file setting as in the past :-(

Rolf Kalbermatter

#5 didierj

didierj

    Extremely Active

  • Members
  • PipPipPipPip
  • 363 posts

Posted 13 February 2006 - 07:25 AM

HI,
Thanks for the reply, figured out myself after 2min from the post :) .
Now I have another question, anything new with scripting and labview 8? it's a great tool and is funny to get stuck in labview 7 just for scripting
thanks


Seems we're getting control back:
Property and Method Selection...
Dynamic Generation of...

#6 Dave Barney

Dave Barney

    One hit wonder!

  • Members
  • 1 posts

Posted 13 February 2006 - 11:33 AM

Use the Move method.

Posted Image


Hi

I must be missing something but I do not find the "Move" method at all for any invoke node. I am using Labview 7.1 - is it only available in higher versions? thanks in advance for any advice.

cheers

Dave

#7 cosmin

cosmin

    More Active

  • Members
  • PipPip
  • 26 posts
  • Location:Romania
  • Version:LabVIEW 8.6
  • Since:2009

Posted 13 February 2006 - 01:16 PM

Hi

I must be missing something but I do not find the "Move" method at all for any invoke node. I am using Labview 7.1 - is it only available in higher versions? thanks in advance for any advice.

cheers

Dave


The "Move" apears as a method for a "Terminal" reference for a control.

We get some new fine tools for Labview 8, but...
how can anyone create a shared variable with scripting, in a BD?
the New control VI ask for "style". Can anyone post the "styles" for Labview 8, or where are located in the Labview folders?
If the Labview 8 is still with the scripting locked, the "vi object class" probably does not show everything.

#8 Jim Kring

Jim Kring

    packages everywhere!

  • JKI
  • 1,901 posts
  • Location:Lafayette, CA
  • Version:LabVIEW 2011
  • Since:1995

Posted 13 February 2006 - 06:55 PM

Hi

I must be missing something but I do not find the "Move" method at all for any invoke node. I am using Labview 7.1 - is it only available in higher versions? thanks in advance for any advice.

cheers

Dave


VI Scripting - Readme First