07-26-2012 05:48 AM
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.
Solved! Go to Solution.
07-26-2012 06:27 AM
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/
07-26-2012 09:37 AM
Hi Thoric,
Thank you very much.... Problem got solved.
07-26-2012 09:39 AM - edited 07-26-2012 09:39 AM