12-19-2012 03:56 PM
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
12-20-2012 05:32 PM
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