LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

interactive execution mode in FPGA

hi ,

i have a problem that when in run my fpga vi, then after compilation it start running in interactive execution mode and meanwhile it is running in this mode i cant run my host vi because as soon as i run my host vi there comes an error displaying "Error occured" and the possible reasons are :"labview fpga:the operation could not be performed because fpga is busy n interactive mode.stop all activities on fpga before requesting this operation"

 

 

plz help me because i am stucked....

 

 

regards

aqib

college of aeronautical engineering

risalpur

0 Kudos
Message 1 of 13
(5,106 Views)

hai friend sometimes this error will occured.... shutdown the icon of FPGA compilation in your tray icon... then close the corresponds content Project Explorer... reopen and compile again...it will work

0 Kudos
Message 2 of 13
(5,096 Views)

i have reopened it again and again bt every time i run, the same error is occuring........

by the way thnx a lot for help

 

if you can do any more then plz let me know

0 Kudos
Message 3 of 13
(5,092 Views)

Could you send me your VI which shows Error while Running ,so that i try to rectify that...

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

you can not have the FPGA running interactively while trying to access it with a host VI.

the host vi is supposed to open a reference, run the VI and programatically interact with the FPGA VI.

Stu
0 Kudos
Message 5 of 13
(5,080 Views)

hi,

here is my vi which i am trying to run

i want to implement QPSK modulation while using analog input and output.lvproj but what i have seen that my fpga vi is accepting 5000 samples but is unable to transmit any data

 moreover still i am having the same problm which i have discussed above

 

attached is my code..plz have a look at that and help me

 

regards

Aqib

college of aeronautical engineering

risalpur

0 Kudos
Message 6 of 13
(5,070 Views)

islamabad,

 

I am having trouble opening this project as it requests several subVI's that are missing as well as an NI library. Could you please include these or send a simple VI where you think the problem may be isolated to?

 

Daniel

Applications Engineer
National Instruments
0 Kudos
Message 7 of 13
(5,049 Views)

hi, here is complete code i am using...i want to use QPSK modulation on the transmitter and demodulation on the receiver

there is another problem which appears pretty simple but i cant be able to resolve...if u have a look on the constellation diagram in the host vi, the way i am plotting at the transmitter side(dots in red) , i cant be able to plot the same points on exactly same position(dots in white) and the problem which i understand is that "analog input and output" is not processing integers....it is considering all numbers as unsigned, thats why all the points are being plotted in the first quadrant(where both x and y are 1),

 

plz help me out with these two problems..

regards

Aqib ali

undergrad student

college of aeronautical engineering

risalpur

0 Kudos
Message 8 of 13
(5,035 Views)

islamabad,

 

Are you using the modulation toolkit for the QPSK modulation or did you produce your own using fundamental VI's?

 

Also, you may be able to typecast these values to the appropriate values for plotting.

 

Daniel

Applications Engineer
National Instruments
0 Kudos
Message 9 of 13
(5,019 Views)

hi,

i am producing my own variables for QPSK modulation.you can see this in the tag given in my last reply.you can also find in host vi the constellation diagram used for plotting

 

regards

aqib ali

college of aeronautical engineering

risalpur

0 Kudos
Message 10 of 13
(5,007 Views)