LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

start event structure with local variable

Hi all...

 

I have many Event structures which runs by user pressing buttons. Now i want to automate these buttons in certain order. I have tryid to automate these buttons with local variables. In this way buttons are pressed, but Event does not run. How i can do this easily?

 

thx again 🙂

0 Kudos
Message 1 of 7
(4,183 Views)

You should use "Property node" -> Value(Signaling) to activate the event structure.

It doesn't works with local variables or just "Value" at "Property node"

 

Regards,

Michael.

_________________________________________________________________________________________________
LV 8.2 at Windows & Linux


0 Kudos
Message 2 of 7
(4,180 Views)

You can also create some dynamic events and launch them where ever applicable..

 

Guru

CLA

Regards
Guru (CLA)
0 Kudos
Message 3 of 7
(4,163 Views)
... or, you could rewrite what you have into a Queued State Machine and get rid of those pesky little Local Variables and Value (Signaling) Property Nodes.
Message Edited by jcarmody on 11-16-2009 05:10 AM
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 4 of 7
(4,159 Views)

Mishklyar,

 

Your user icon shows up as just a red X.  The image file is not accessible.  Instead of hosting it on a 3rd party website, either add it to your image gallery or post it in the Icons Thread as an attachment.  Then have your user icon point to that file location.

0 Kudos
Message 5 of 7
(4,110 Views)

now i am a Cowboy 🙂

_________________________________________________________________________________________________
LV 8.2 at Windows & Linux


0 Kudos
Message 6 of 7
(4,095 Views)

property node - Value (Signalling) is the appropriate one for the query.  Signalling is just equivalent to user manipulating the front panel and henct the event is triggered while using Value (signalling) property node.

 

Post back for queries.

With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
Message 7 of 7
(4,086 Views)