PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

6674T - how to pragmatically use in VB

Hi:

 

We have a PXIe 1062 with a 6363 (slot 3) and a 6674T (slot 4).  We want to use the more accurate clock OSC on the 6674T with the 6363's data collection (ie connect that OSC to the PXI_10IN).  We are using measurement studio (VB) not labview.

 

NIMax does it but as soon as you leave the 6674T test panel it gets reset.  So as long as we do that "add" in the test panel for OSC to the PXI_10IN we are fine, but this gets reset upon exit.  Is there an option to make this permanent or something?

 

I suspect I can't do this in VB  ("/PXISlot4:ConnectMyNewClock::PXI_10IN" or something) but if there is I would like it!!!

 

Thanks

www.certtech.com
0 Kudos
Message 1 of 2
(4,770 Views)

Hello abales,

 

Are you using VB .NET or VB 6.0?

 

The call in VB .NET for exporting a signal is:

 

   Public Sub ExportHardwareSignal ( _
signal As ExportSignal, _
outputTerminal As String _
)

 

Detailed information about this call can be found in the DAQmx text based support help under Start > National Instruments > NI-DAQ > Text-Based Code Support

 

Thanks,

Joel C

National Instruments

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