LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create a not User Event

Hi ,

I would like to create an event generated by a not user event,

here is my example but it it doesn't work, it doesn't show the message "value changed"

Help 

Simone

 

ps: I do not want to use "signaling" method

0 Kudos
Message 1 of 21
(3,821 Views)

Well, an indicator can only generate an event through value(signal), else you'll have to use user event. So you're out of luck trying to dodge both. 🙂

However user event are quite easy to use, look at attached file.

/Y

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

Qestit Systems
Certified-LabVIEW-Developer
Message 2 of 21
(3,811 Views)

Value change applies to controls, not indicators.

 

What are you actually trying to do? Maybe someone can suggest an option for you.

 

Lynn

0 Kudos
Message 3 of 21
(3,805 Views)

@johnsold wrote:

Value change applies to controls, not indicators.

 

What are you actually trying to do? Maybe someone can suggest an option for you.

 

Lynn


The property works on indicators as well. 🙂

/Y

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 21
(3,798 Views)

Yamaeda,

 

Do you mean the Value (Signaling) property or the Value Changed event? I agree that Value (Signaling) works on indicators. I cannot get a Value Chaged event work on an indicator.

 

Lynn

0 Kudos
Message 5 of 21
(3,790 Views)

I wanted to take only the events that have changed in daqmx

0 Kudos
Message 6 of 21
(3,783 Views)

The attached file is what i meant.

/Y

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 7 of 21
(3,779 Views)

There should be a DaqMx event-example which should help you.

/Y

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 8 of 21
(3,776 Views)

where is the example?

thanks

 

0 Kudos
Message 9 of 21
(3,773 Views)

Since i dont have daqmx installed i dont have those specific examples, but Help->Find examples->hardware input/output if memory serves.

/Y

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 10 of 21
(3,764 Views)