LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cloud compiling project fails

Hi,

I am trying to finish a project. Where I have to send out data to TLC5940-chips (shift-register-led-drivers).
I tried to implement the needed function by using the FPGA-module.  I attached my code.
But if I try to compile the code I get the attached error message, which isn't changing wheter I am compiling localy or using the NIs
I tried disabling different parts of the code but without any change to the log which seems to matter.

Do you have any Idea what is causing this? Bad programming style?

Greetings
Boggy

Download All
0 Kudos
Message 1 of 6
(3,523 Views)

It would be much easier to analyze your VI and problems, if you would provide us with information about your FPGA-target (without having to look in your error file) and also with the project as it includes the definition of your handshakes and block memories...

 

Regards, Jens

 

BTW: Why do you programm:

IF TRUE THEN TRUE ELSE FALSE?

Kudos are welcome...
0 Kudos
Message 2 of 6
(3,477 Views)

I don't know what I was thinking there...

The project is a spherical display ( https://www.youtube.com/watch?v=wyryOee_t4o ). So the Blockmemory is holding the image data
that will be displayed on the surface and the handshakes are there to synchronize the rotation with throughput of imagedata.,
My target is the myRio (I posted it here because I thought it has more to do with the compiler).

0 Kudos
Message 3 of 6
(3,462 Views)

As you stated yourself, you get compile errors locally AND on the compile cloud server.

That would indicate a problem with your FPGA VI.

 

To fully understand this VI it would be helpful to upload your LabVIEW project as it contains the definitions of the block RAM, additional clocks, ..., which we can only guess looking at the (currently) broken VI.

 

Regards, Jens

Kudos are welcome...
0 Kudos
Message 4 of 6
(3,436 Views)

Hi,

 

as Jens already mentioned. When the error occurs locally AND on the compile cloud server there should be an error in the VI.

 

If you could upload the project we might be able to help better.

 

Best wishes

Dennis

--------------------------------------------------------------------------------------------------------
Work with NI Hard- and Software for about 15 years now.

Certified LabVIEW Developer & TestStand Developer/Architect

--------------------------------------------------------------------------------------------------------

There are only two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 5 of 6
(3,417 Views)

Sorry for my delay. 
Here are the Project files. You can ignore the Ausgänge.vi and I haven't changed the dumb IF TRUE THEN TRUE ELSE FALSE-mistake because I 
couldn't access my worklaptop last week.

http://1drv.ms/1x5IHwK


0 Kudos
Message 6 of 6
(3,379 Views)