Hi Jimmi!
In general, Real-Time is absolutely not the same as non-Real-time! In real-time you have some useful functions, and a RT-OS running on your FieldPoint module. An important issue, is that when you develop for a Real-Time target, you can embed your application into the target, for example, it's been a long time I'm developing aplications that resides on compact Field Point cFP-2020 and cFP-2120, that work as stand-alone CPUs (not connected to PCs), i.e. when you feed the system, cFP-2020 boots and start application. You can't do this in non-real-time, to say it simply!
Anyway, if you have Real-Time package, you can execute on your PCs almost the same code you develop for a real-time target (except those architecture-specific functions, of course!). And on the other side, when you develop for a real-time target, you can't use al the functions of LabView. When you target a cFP-2020 (similar to FP-2020), for example, you can't use LabView functions listed in chapter 4-1 of cFP-20xx user guide, namely:
• ActiveX
• Front panel datalogging
• Dialog boxes
• Printing
• Programmatic menus
• Front panel Web publishing
• NI-DAQ
And some other functions seems to have limited behavior, such as front-panel objects references, as I discussed in a former post.
Hope this helps...
Anyway, if you have some specific questions, post them, especially with your code, and problems you encountered.
graziano