LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

LM3S8962 Analog Input problem

hi everyone,

i am using a custom made electronic board using LM3S8962. In labview 2012 embedded after creating the new project and selecting the processor type, I add new elemental io, choose the analog input and get an error.

With digital input, I have error too:

"An internal software error has occurred. Contact National Instruments technical support at ni.com/support. Error details:

1003 : Open VI Reference in EIONode_CommonScripter.vi:1->EIONodeCodeGen.vi:3->EIONode.xnode:EIONode_GenerateCode.vi:1->EIONode.xnode:EIONode_GenerateCode.vi.ProxyCaller<APPEND>
VI Path: <b>C:\National Instruments\LabVIEW 2012\Targets\Keil\Embedded\RealView\EK-LM3S8962\eio\EK-LM3S8962_EIOScriptNode_0.vi</b>"

 

What does this mean???

0 Kudos
Message 1 of 3
(6,351 Views)

Error 1003 means a VI being called is not executable or one of its subVIs is unable to be found.  Try checking the file path in the error message and seeing if you can find the VIs it lists. You may have had some kind of installation issue and a dependent VI for LabVIEW Embedded may not have been installed in the correct place.  You could try a reinstall or a force reinstall to make sure the files are all in the correct place.  

Regards,

Eric L.
Applications Engineering Specialist
National Instruments
Message 2 of 3
(6,336 Views)

setde reinstall the tools for microcontrollers ARM would be a good option, and something similar happened to me when performing a new installation was solved, in my case it was a problem with the PWM ports

0 Kudos
Message 3 of 3
(5,903 Views)