LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB 9263 Internal Errors (7, 1026, 1026, 1055, 1055)

Every time I try to use the USB 9263 with the DAQ assistant, I get Internal Errors 7, 1026, 1026, 1055, 1055 (full error text posted below) when the vi is trying to build. I have a functioning USB 6009 on the same computer and do not get any errors. 

 

Code    Source    Command    Data

7    Open VI Reference in mxwScript_TmpltCache_GetReference.vi->mxwScript_OpenTemplate.vi->mxwScript_ProcessCommandStack.vi->mxwCodeGenScript2.vi->mxwScript2.vi->mxwCGOutRunSilent.vi->DAQmxAssistant_subInitializeBlobandAssistant.vi->ExecuteAssistantExpressVI 4.vi->Configure DAQmx Assistant.vi->Configure DAQmx Assistant.vi.ProxyCaller<APPEND> VI Path: <b>C:\Program Files\National Instruments\MAX\Assistants\DAQ Assistant\codeGen\LVCodeGenTemplates.llb\.vi</b>    openTemplate    <LvVariant>  <Name>data</Name>  <Cluster>  <Name></Name>  <NumElts>2</NumElts>  <String>  <Name></Name>  <Val>C:\Program Files\National Instruments\MAX\Assistants\DAQ Assistant\codeGen\LVCodeGenTemplates.llb\.vi</Val>  </String>  <Array>  <Name></Name>  <Dimsize>0</Dimsize>  <Cluster>  <Name>option</Name>  <NumElts>2</NumElts>  <String>  <Name>option</Name>  <Val></Val>  </String>  <LvVariant>  <Name>data</Name>  </LvVariant>  </Cluster>  </Array>  </Cluster>  </LvVariant> 

1026    Property Node in mxwScript_Unq_UniquifyAllObjects.vi->mxwScript_ProcessCommandStack.vi->mxwCodeGenScript2.vi->mxwScript2.vi->mxwCGOutRunSilent.vi->DAQmxAssistant_subInitializeBlobandAssistant.vi->ExecuteAssistantExpressVI 4.vi->Configure DAQmx Assistant.vi->Configure DAQmx Assistant.vi.ProxyCaller    uniquifyObjects    <LvVariant>  <Name>data</Name>  <Cluster>  <Name>uniqification data</Name>  <NumElts>2</NumElts>  <I32>  <Name>template index</Name>  <Val>2</Val>  </I32>  <EW>  <Name>uniqificationLevel</Name>  <Choice>all</Choice>  <Choice>root</Choice>  <Val>0</Val>  </EW>  </Cluster>  </LvVariant> 

1026    Property Node in mxwScript_FindFilesToSave.vi->mxwScript_DrpTmplt_DropTemplate.vi->mxwScript_ProcessCommandStack.vi->mxwCodeGenScript2.vi->mxwScript2.vi->mxwCGOutRunSilent.vi->DAQmxAssistant_subInitializeBlobandAssistant.vi->ExecuteAssistantExpressVI 4.vi->Configure DAQmx Assistant.vi->Configure DAQmx Assistant.vi.ProxyCaller    dropTemplate    <LvVariant>  <Name>data</Name>  <Array>  <Name></Name>  <Dimsize>0</Dimsize>  <Cluster>  <Name>option</Name>  <NumElts>2</NumElts>  <String>  <Name>option</Name>  <Val></Val>  </String>  <LvVariant>  <Name>data</Name>  </LvVariant>  </Cluster>  </Array>  </LvVariant> 

1055    To More Specific Class in mxwScript_OpenObjectAsControl.vi->mxwScript_OpenTerminalForWiring.vi->mxwScript_Wire_ConnectTwoObjects.vi->mxwScript_ProcessCommandStack.vi->mxwCodeGenScript2.vi->mxwScript2.vi->mxwCGOutRunSilent.vi->DAQmxAssistant_subInitializeBlobandAssistant.vi->ExecuteAssistantExpressVI 4.vi->Configure DAQmx Assistant.vi->Configure DAQmx Assistant.vi.ProxyCaller    connectWire    <LvVariant>  <Name>data</Name>  <Cluster>  <Name>wire connection</Name>  <NumElts>4</NumElts>  <String>  <Name>source</Name>  <Val>task out</Val>  </String>  <I32>  <Name>source index</Name>  <Val>1</Val>  </I32>  <String>  <Name>sink</Name>  <Val>task in</Val>  </String>  <I32>  <Name>sink index</Name>  <Val>2</Val>  </I32>  </Cluster>  </LvVariant> 

1055    To More Specific Class in mxwScript_OpenObjectAsControl.vi->mxwScript_OpenTerminalForWiring.vi->mxwScript_Wire_ConnectTwoObjects.vi->mxwScript_ProcessCommandStack.vi->mxwCodeGenScript2.vi->mxwScript2.vi->mxwCGOutRunSilent.vi->DAQmxAssistant_subInitializeBlobandAssistant.vi->ExecuteAssistantExpressVI 4.vi->Configure DAQmx Assistant.vi->Configure DAQmx Assistant.vi.ProxyCaller    connectWire    <LvVariant>  <Name>data</Name>  <Cluster>  <Name>wire connection</Name>  <NumElts>4</NumElts>  <String>  <Name>source</Name>  <Val>task out</Val>  </String>  <I32>  <Name>source index</Name>  <Val>2</Val>  </I32>  <String>  <Name>sink</Name>  <Val>task in</Val>  </String>  <I32>  <Name>sink index</Name>  <Val>3</Val>  </I32>  </Cluster>  </LvVariant> 
 

 

 

0 Kudos
Message 1 of 4
(3,293 Views)

Hi,

 

Do any of these errors give you further possible explanations?  In your code, are you using object oriented programming?  Do you only see this error come up with DAQ Assistant, and not other vi's?  The error codes you provide each have their own unique situation of happening, and it is odd to see that they are all happening at once.  For example, Error 7 generally occurs with a reference that is incorrect is passed into the vi.  The file could either be missing or not found on your current machine.

Kyle A.
National Instruments
Senior Applications Engineer
0 Kudos
Message 2 of 4
(3,273 Views)

I was able to partly fix the error today by renaming the old "C:\Program Files\National Instruments\MAX\Assistants\DAQ Assistant" directory and copying one from a different computer (not sure why, it was installed from the same labview disk).

 

Now every time the Daq Assistant window pops up when I use the 9263 I get a "Device Type Change" warning that says

 

"This task or global channel contains device specific settings. One or more of these devices have changed in type since you last saved, causing coercion or loss of data. You should check your settings for correctness."

 

Other than the warning, the USB 9263 seems to work fine now.

0 Kudos
Message 3 of 4
(3,254 Views)
To answer your questions:

 

1) No OOP, the error occurrs in a blank vi

2) Only the DAQ Assistant, and only when trying to use the usb 9263, the usb 6009 worked fine with it

3) All of the error codes came up at once

4) The directory that did not work did contain all of the same files, but they were larger. This was also a fresh install of labview.


 

I kind of fixed my problem for my needs (see post above) 

0 Kudos
Message 4 of 4
(3,251 Views)