LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Record& playback option in LabVIEW

Dear All,

 

I am trying to develop a Macro Recorder using labVIEW  in which i need to listdown(record) all the front panel event change(eg.control data change) and aftersome time using the list it must be played back.

 

I have put all front panel controls & indicators in a cluster(*where controls are the commond signa to the external hardware and indicators are the message resulting from the external hardware) and using controls property of cluster i detect the value change and label of the control and listing down in a array as variant since i have mixed data type.

 

Now when the user wants to play back, is there any standard method of doing this

 

kindly help me to resolve the same

 

Thanks

 

chasan

0 Kudos
Message 1 of 4
(2,570 Views)

Hi chasan_2k,

you can use the value(sgl) property and write the value to it. It reacts as real click from the user.

 

Mike

0 Kudos
Message 2 of 4
(2,554 Views)

Are you using an Event Structure? 

 

Tell us more about your code architecture so that we can offer suggestions that are easy to implement with your architecture.

 

R

0 Kudos
Message 3 of 4
(2,543 Views)

Thanks folks for the prompt reply

i m using event structure and value signalling to resolve it and almost working

will let you know if i require any help further

0 Kudos
Message 4 of 4
(2,534 Views)