11-09-2015 04:12 AM
I am quite new to the FPGA programming with cRio and Labview, and I tried my hands on a minimal program which reads out a channel on the NI9403 (digital module). In my program I've connected this up to a Boolean indicator.
I've put it in a .VI directly under the FPGA target. The rest of the project is straight from the FPGA template.
When I compile this program, using a NI compile farm, I get the following error:
Error 363513 occurred at niFpgaCompileFarm_UploadFile.vi
Possible reason(s):
LabVIEW: An error occurred while sending data on the network.
Complete call chain:
niFpgaCompileFarm_UploadFile.vi
niFpgaCompileFarm_UploadFile.vi.ACBRProxyCaller.3CC00086
It happens during, or right after the "Transferring files to the compile server" phase, as far as I can tell.
Any insight on what is happening, and what to do?
cheers,
Arvest
11-09-2015 10:56 AM
Ok, appearently something goes wrong at the server-side (maybe down), because now the same .VI compiles perfectly. This also happened the whole day on last friday, which is stupid because there is no way to compile in that way, and I cannot do my work..
The example though is not working. I have wired up the NI 9403 port 20 through a switch to a 5V source, and connected the source's ground to the COM of the module.
But the LED on my front panel never lights up. What obvious thing can I be doing wrong?
11-09-2015 10:59 AM
Ok, ragarding my second question, that works as well. The 'obvious' thing was that DIO20 does not correspond to pin 20, but to pin 24. I had to check the schematic of the connector a bit better.. d'oh!