Quote:
Originally Posted by willson.thomas
I thought you had to change the development environment using the cRIO imaging tool before loading a program from the other development environment. Wouldn't this some how prevent the above from happening? If not, shouldn't it?
|
Changing the development environment is really only necessary to get the debugging systems fully functional. It is possible to run LV on a C system, C on a LV system, and yes, both at once. After all the LV system is just a C program that is making calls into generated LV code, so the OS doesn't know the difference.
The debugging differences have to do with how exceptions are caught, or something like that. I have never looked at the details. I normally run the tool.
Greg McKaskle