LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run an audio precision macro

How to run an audio precison macro from Labview 8.?
0 Kudos
Message 1 of 6
(3,635 Views)
Audio Precision software (macros) can be accessed from LabVIEW by using ActiveX. See the Application Note at the AP web site.

http://ap.com/index.php?search=labview&start=0&limit=10
 
0 Kudos
Message 2 of 6
(3,625 Views)

Thank you Philip.

Iam able to access Audio precision from LabVIEW 8.0

How to call a AP macro From LabVIEW 8.0?

Regards,

Rajesh

 

 

 

0 Kudos
Message 3 of 6
(3,611 Views)
Rajesh,
 
What do you mean by Macro?  If you are able to access the AP ActiveX server from LabVIEW, then you should be able to use it to run the macros.  You may need to explore the properties and the methods associated with the AP before you continue.  You may find some new items that will get you closer to your goal.
 
I hope this helps.
Steven T.
0 Kudos
Message 4 of 6
(3,592 Views)

Hi Steven,

Thank you.

For AP , under activeX  two properties were there one is Is Running property and other is Macro name. Both of these properties were only readable.

In Audio precision under WWB(Win Wrap Basic Language) MacroRun command is present.

So i have tried by selecting activex server class as Win Wrap Basic v6.

But iam not able to fine MacroRun property/method.

But i have seen Macro name, run property/methodsm etc.

So Please provide your suggestion.

 

Regards,

Rajesh

 

 

 

 

0 Kudos
Message 5 of 6
(3,583 Views)
Rajesh,
 
I believe that there could be a problem with the ActiveX server you are trying to access.  I noticed that AP provided example programs.  Do they work?  If they work, then you need to model your program after theirs.  It could provide some major hints about what could be wrong.  If these programs also do not work, then I would recommend reinstalling the drivers.
 
I hope this helps.
Steven T.
0 Kudos
Message 6 of 6
(3,564 Views)