Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 363513 occurred at niFpgaCompileFarm_UploadFile.vi

 

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.

Capture.PNG

I've put it in a .VI directly under the FPGA target. The rest of the project is straight from the FPGA template.

Capture2.PNG

 

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

0 Kudos
Message 1 of 3
(4,497 Views)

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?

0 Kudos
Message 2 of 3
(4,486 Views)

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!

0 Kudos
Message 3 of 3
(4,484 Views)