08-14-2009 07:10 PM
Hello all:
I am trying to use ActiveX controls in LabView to access an outside program, RPvdsEx, and change parameters within this circuit from LabView. Labview provides a better GUI options and would make life a lot easier! I am currently trying to use the parameter call to access the program but i am having problems setting the frequency and trial duration within the RPvds program also i want to output the signal from the RPvdsEx circuit to display on a LabView graphs. Any suggestions,comments,solutions are welcomed and Thanks is giving in advance. 🙂
08-17-2009 02:59 AM
Schola wrote:Hello all:
I am trying to use ActiveX controls in LabView to access an outside program, RPvdsEx, and change parameters within this circuit from LabView. Labview provides a better GUI options and would make life a lot easier! I am currently trying to use the parameter call to access the program but i am having problems setting the frequency and trial duration within the RPvds program also i want to output the signal from the RPvdsEx circuit to display on a LabView graphs. Any suggestions,comments,solutions are welcomed and Thanks is giving in advance. 🙂
What is an RPvdsEx device? Where can one find documentation to it? What code have you done so far? Show us what you have and maybe we can help you then.
Rolf Kalbermatter
08-17-2009 07:31 AM
08-17-2009 08:21 AM
Schola wrote:
Real-Time Processor Visual Design Studio is a flexible and easy-to-use environment that allows users to create powerful, custom, DSP programs without writing complex DSP code. It is created by Tucker-Davis Technologies and the cite for documentation is http://www.tdt.com/software/rpvds.htm I am not to familar in attaching codes with Labview so i was looking for some general guidance i have looked at some example codes online but havent came across specific examples that can modulate realtime processing
I'm afraid there is nothing much of a specific ready made solution for your problem. What you want to do is get familiarized with ActiveX in general and with how this is interfaced in LabVIEW. LabVIEW comes with a whole bunch of ActiveX examples and there are many more here on these boards. They should for sure give you an idea about how to do things in respect to ActiveX. As for your particular ActiveX Automation Server component you will have to get familiar with its object hierarchy and its specific intrinsicaties.
A complex ActiveX hierarchy can look intimidating at first but the only way to get it to work is to get your hands dirty and your feet wet and start diving into it head first. There is no other way, as each OOP programmer has his/her own ideas about what is the ideal hierarchy for a particular problem so each ActiveX component follows its own, sometimes more and sometimes less, logical idea about that.
Rolf Kalbermatter
08-17-2009 08:54 AM
09-11-2009 05:59 PM
09-14-2009 10:47 AM