03-06-2009 05:38 AM
My PCI 7831R card is properly detected by MAX as well as in the LabView dialog box. So there is no problem with its installation as far as i know. However when i try to run any FPGA VI and try to target the card it pops up a dialog box while compiling which says "This is the application template and cannot be run alone". After a few seconds the compiling stops and a dialog box pops up which says:
Error contacting server: localhost
On Port:96
However the program runs correctly in emulation mode.
My software version are
LabView 7.1
LabView FPGA Module 1.1.0
LabView RTS 7.1
NI RIO 2.0.0
03-09-2009 07:02 AM
I think that this error is coming due to the reason that your code is too big to compile and that is why it is not able to find a contiguous bunch of memory and thus giving you this error.
Wat is the size of your code?