09-08-2014 08:50 AM
Hello Guys,
Did any one used the blocks "Wait for front panel activity" and "Generate front panel activity". If so would you please provode the code how and when these blocks are used??
09-08-2014 09:14 AM - edited 09-08-2014 09:15 AM
Hi nik,
"Wait for FP activity" was used before the event structure was introduced into LabVIEW (and made available for all versions of LabVIEW).
Now all you need is the event structure to react on any FP activity!
Why do you think you will need this?
09-08-2014 09:24 AM
@GerdW wrote:
Why do you think you will need this?
They are still in the palettes.
As GerdW said, they were needed before there was the event structure. The idea was to prevent the constant polling for a control button being pressed and then you could check to see which button was pressed or input edited, etc. The Generate was basically a way to cancel the Wait. The Event Structure takes care of all of that for you.
09-08-2014 09:36 AM
It would be cool if Generate Front Panel Activity actually moved the mouse so I could make my computer think I was watching it. It behaves better when I'm watching; the faults only occur after I think it's safe to go home for the night...
09-08-2014 09:55 AM - edited 09-08-2014 09:55 AM
Thank you all for the clarification.