Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

C interface to Labview FPGA error on Open

I have been able to successfully use the C interface to LabVIEW fpga API in the past. This time however, when i attempt to do the NiFpga_Open() call in VxWorks 6.6 i receive the following:

 

 LOG:
Bitfile::EmptyElemTag
Bitfile::STAG
Bitfile::Content::SEQ::BitfileVersion::EmptyElemTag
Bitfile::Content::SEQ::BitfileVersion::STAG
Bitfile::Content::SEQ::BitfileVersion::Simple Content::element::STAG
Bitfile::Content::SEQ::BitfileVersion::Simple Content::element::EmptyElemTag
Bitfile::Content::SEQ::BitfileVersion::Simple Content::element
Bitfile::Content::SEQ::BitfileVersion::Simple Content
Bitfile::Content::SEQ::BitfileVersion::ETAG
Bitfile::Content::SEQ::BitfileVersion
Bitfile::Content::SEQ::BitstreamEncoding::EmptyElemTag
Bitfile::Content::SEQ::BitstreamEncoding::STAG
Bitfile::Content::SEQ::BitstreamEncoding

 

and it continues on for a bit. At the end as expected, i am unable to open the session. What exactly does this error mean?

 

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

Hello,

 

I've got a few quick questions that might help clarify the problem. What's the difference between the current setup and the one where this worked previously, are you using the same system or program? Also, what are you calling prior to the FPGA open, if anything?

Verne D. // Software R&D // National Instruments
0 Kudos
Message 2 of 4
(3,523 Views)

Thanks for replying. Looks like i found the problem which was addressed in another c api interface to fpga thread. The labview code i was using had several typedefs. Once i disconnected these typedefs on the front panel i stopped receiving the errors.

 

Thanks

0 Kudos
Message 3 of 4
(3,515 Views)
I'm glad you were able to move forward. Take care.
Verne D. // Software R&D // National Instruments
0 Kudos
Message 4 of 4
(3,513 Views)