LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

timing violation Labview FPGA

Hi,

 

I sorry i newbee and i must developt an aquisition systeme quickly,

I not understand why my application is a time violation?

 

Someone to help me?

 

 

0 Kudos
Message 1 of 13
(4,333 Views)

What do you mean timing violation? Are you getting the error message while compilation? Can you please show the complete error message?

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 13
(4,313 Views)

HI,

 

Hoops i no save the compilation report file Smiley Embarassed

This message appear at the end of compilation process.

 

0 Kudos
Message 3 of 13
(4,304 Views)

I believe you will have the compilation log saved inside the FPGA directory in C Drive. You can once again perform comiplation and check what happens.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 4 of 13
(4,301 Views)

sure, i lunch compilation, 25min later I must leave office and now I did not have access to computer..

0 Kudos
Message 5 of 13
(4,294 Views)

If you look at the joined screen copy of my VI, can you see something of wrong?

0 Kudos
Message 6 of 13
(4,291 Views)

I am really unclear with the functions since I don't have FPGA toolkit in my personal Laptop, but it seems Ok. Why did you add "Stop" to Stop the acquisition for the module? Also keep the start before the while loop and wire the boolean to it, to make sure that the "Start" executes before the loop starts.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 7 of 13
(4,286 Views)

I'm guessing that WHILE loop is supposed Timed Loop.  That way the loop will execute in a single clock cycle.  But I somehow doubt you want it to update that quickly.

 

How fast are you trying to take these samples and pass them on to your RT?  What device is this FPGA going on?



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 8 of 13
(4,277 Views)

Did I must use start in first to start module?

When VI is start, did loop never stop if I link F to stop loop?

0 Kudos
Message 9 of 13
(4,263 Views)

He sorry for my bad english,

 

Max time sample and pass to RT is 10 ms, FPGA is a Xilinx of a module c-rio

0 Kudos
Message 10 of 13
(4,259 Views)