LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Startup EXE is not running in cRIO-9002 controller

Solved!
Go to solution

Hello all,

 

I have a compactRIO with NI 9002 controller. The controller has following software.

1. Labview real-time 2011

2. NI-RIO 4.0

I have made simple User LED blinking application under RT target using Labview 2011 and build EXE. But, EXE is not running after successful deployment. I have tried troubleshooting the cRIO controller using following NI knowledge base.

http://digital.ni.com/public.nsf/allkb/52E943F7D6E7C0578625720A001DDF6E

 

Kindly help me to solve this issue.

Pradeep Kumar Achu
0 Kudos
Message 1 of 4
(2,944 Views)
Solution
Accepted by topic author Pradeep_Kumar_Achu

You need to disable the SSE2 optimisation option in your build properties as you are running on a cRIO 9002, which is an older model that does not support this feature:

http://zone.ni.com/reference/en-XX/help/371361H-01/lvconcepts/sse2_caution/

Thoric (CLA, CLED, CTD and LabVIEW Champion)


Message 2 of 4
(2,939 Views)

Hi Thoric,

 

Thank you very much.... Problem got solved.

 

Disabling SSE2 Compiler Optimizations

Pradeep Kumar Achu
0 Kudos
Message 3 of 4
(2,929 Views)

You're welcome. And please consider marking my reply as the solution, this will encourage other developers who encounter the same problem as you to read this thread Smiley Happy

Thoric (CLA, CLED, CTD and LabVIEW Champion)


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