LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveX Examples for PID Controller (or Other)

Hi All,

 

I've read many of the docs on building ActiveX VIs, but a picture is worth a thousand words.  If anyone can post pictures of block diagrams for VIs that set up and execute communications with ActiveX clients via a serial link, I would appreciate it greatly.

 

I am working with an Omega CNi3233-C24 PiD controller, but feel free to post block diagrams of any ActiveX VIs that communicate over a serial link.

 

Unfortunately, I cannot download code at work, so I would not be able to open any VIs that are posted.


Many thanks in advance for your help.

Forbes Black
Lapsed CLAD, LV 5 - LV 2022 (Yeah, I'm that old...)
0 Kudos
Message 1 of 4
(3,007 Views)

diarmaede wrote:

I am working with an Omega CNi3233-C24 PiD controller, but feel free to post block diagrams of any ActiveX VIs that communicate over a serial link.


There's no connection between ActiveX and serial communications.  ActiveX is used to talk to an application running on the local computer.  Serial communications are for exchanging data with a remote device.  What exactly are you asking about here?  If you have an ActiveX component that talks to a serial device, the implementation of the serial communication is up to the designer of the ActiveX component so an example for any device other than yours will not provide much help.  Have you already looked through the ActiveX examples provided with LabVIEW?  Can you provide a link to the component that you want to use, and documentation for its ActiveX interface?

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

You make a very good point.  The Omega software that I will shortly download contains the ActiveX drivers and should take care of the serial communications.  At least, that is how the DCOM driver software at my old company used to work.  So I am just looking to establish the connection to the Omega ActiveX drivers.

Forbes Black
Lapsed CLAD, LV 5 - LV 2022 (Yeah, I'm that old...)
0 Kudos
Message 3 of 4
(3,000 Views)

In that case you'd need to look at the documentation that Omega provides on how to use their ActiveX component. We haven't a clue as to how to use it, and the only thing we can tell you is basically what nathan said, and point you to general ActiveX examples.

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