LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Recording actions like Macro ?

Hi,
Does labview has option to record actions like how we do it in Excel application?
 
Regards
Gopal
0 Kudos
Message 1 of 4
(2,838 Views)
 
 

You can maintain a revision history for vi's in LabVIEW ( if this is what you were asking for)

Here are options available in revision history

Message Edited by devchander on 11-02-2006 05:51 AM

0 Kudos
Message 2 of 4
(2,835 Views)
Hey DEV I think what he is talking about is will labview allow me to create a macro so that I can do the same thing over and over again. The answer is no. however i have seen some software on the Internet that will record repetive macro's (keystrokes really) so that you can do some of the functionality of a macro. But nothing to the caliber of what excel or word does. LV will run macro's for other applications such as excel or word but it does not have a built in way to do it on its' self. 



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 3 of 4
(2,818 Views)

What kind of macros?

You can write code in LV which will monitor the mouse movement and clicks and replay them later by calling some of the OS API functions, but it won't know what it's clicking on.


___________________
Try to take over the world!
0 Kudos
Message 4 of 4
(2,809 Views)