From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ortec Labview drivers

Hi!,I'm looking for a labview driver for a MCA trump card produced by ortec.
Do they exist? or can they be only used with there supplied software?
0 Kudos
Message 1 of 5
(5,119 Views)
Sorry, I don't have a driver for the Ortec MCA but while you're on the
subject of MCAs I thought I would mention a couple of things I've been
working on.

1. I helped a company develop a very sophisticated software package for
analyzing MCA data from reports generated by Canberra, Ortec, and other
MCAs. I used LabVIEW and the application builder to create this package.

2. I've also been working on an automated MCA system that controls and
retrieves data from a Canberra MCA and Genie2k. Canberra's Genie2k supports
Active-X and this made it very easy to control from LabVIEW.

3. One final thing that I am beginning to work on is the development of my
own MCA package that will use a National Instruments DAQ card as the
digitizer. This comes out of frustration with the sof
tware packages that
the other MCA manufacturers provide.

Best Regards,

Neal Pederson, President, VI Control Systems
1923 Mendius Lane, Los Alamos, NM 87544
TEL: (505) 662-1461, FAX: (603) 388-4969
np@vicontrols.com, www.vicontrols.com

Keith Cairns wrote in message
news:39f68a3e@newsgroups.ni.com...
>
> Hi!,I'm looking for a labview driver for a MCA trump card produced by
ortec.
> Do they exist? or can they be only used with there supplied software?
>
0 Kudos
Message 2 of 5
(5,119 Views)

If this thread is still alive---

  Dear TNT News,

 Can you please guide me through the initial part of controlling Genie2K using ActiveX? I understand that you are doing it commercially and its alright if you rather not do it.

saurabh

0 Kudos
Message 3 of 5
(4,309 Views)

Ametek, Inc. ORTEC multi-channel analyzer product drivers are available [for purchase] from http://www.ortec-online.com. If you use the product Maestro (32-bit or very recently also 64-bit), a driver CD comes bundled with the package: "Connections" with a CD volume name like UMCBI [version].

 

When the driver product is installed so are ActiveX components, e.g. c:\Windows\SysWOW64\UMCBI.ocx [Win7 x64] or c:\Windows\system32\UMCBI.ocx [XP/2000] depending on the product version and OS in use.

 

I found it necessary to register the ActiveX components manually (http://support.microsoft.com/kb/146219) from the command-line: regsvr32 UMCBI.ocx. Then the components were visible to import into LabVIEW (currently using 11.0.1) via the LabVIEW development environment menu: Tools > Import > ActiveX Controls.

 

The product A11-B32 "Connections Programmer's Toolkit with ActiveX Controls" provides documentation for the driver layer methods and the ActiveX controls. Also provides a typically older (LabVIEW 5.1) set of example VIs wrappering the ActiveX components.

0 Kudos
Message 4 of 5
(4,182 Views)

Ametek, Inc. ORTEC multi-channel analyzer product drivers are available [for purchase] from http://www.ortec-online.com. If you use the product Maestro (32-bit or very recently also 64-bit), a driver CD comes bundled with the package: "Connections" with a CD volume name like UMCBI [version].

 

When the driver product is installed so are ActiveX components, e.g. c:\Windows\SysWOW64\UMCBI.ocx [Win7 x64] or c:\Windows\system32\UMCBI.ocx [XP/2000] depending on the product version and OS in use.

 

I found it necessary to register the ActiveX components manually (http://support.microsoft.com/kb/146219) from the command-line: regsvr32 UMCBI.ocx. Then the components were visible to import into LabVIEW (currently using 11.0.1) via the LabVIEW development environment menu: Tools > Import > ActiveX Controls.

 

The product A11-B32 "Connections Programmer's Toolkit with ActiveX Controls" provides documentation for the driver layer methods and the ActiveX controls. Also provides a typically older (LabVIEW 5.1) set of example VIs wrappering the ActiveX components.

0 Kudos
Message 5 of 5
(4,182 Views)