06-15-2010 02:57 PM
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?
06-16-2010 03:00 PM
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?
06-17-2010 10:11 AM
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
06-17-2010 10:17 AM