Jump to content

Satype

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Satype

  1. Strange, the link still looks fine from my computer. If you go to ni.com and search for "Using National Instruments Products on 32-bit and 64-bit Windows", you should find the article. It's in the NI Developer Zone articles.
  2. This NI DevZone page really helped me once I eventually found it. I had issues with finding a distinction between 64bit compatible (WoW64) and 64bit native software on NI.com. My team ended up using 32bit LabVIEW in Windows 7 64bit because of the particular modules we needed and still had performance gains from the change of OS, was XP 32bit before... well, a shiny new PC helped out with those performance gains as well.
  3. Well, this may be a good start VDEC1 Video Decoder Board if your camera has an NTSC or PAL component, composite, or S-video output. If your camera is digital, a custom bus may have to be designed but it would probably be something similar to the code used to interface with the A/D on the VDEC1 board. I have seen a camera control used before with an FPGA which used an I2C bus that synced with an 8-bit parallel data port. The cameras in that case were just CMOS image sensors.
  4. 500K, it has been enough gates for anything that I've tried to throw at it. I'm fairly sure that the driver only supports the 500K as I think the 500K is the XUP version. I just checked in the resource specification for the driver, it specifically calls out the 500K version. Just for kicks, I've found that this file is kind of interesting to look at: LabView (version)\targets\ni\fpga\xupspartan3e\resource.xml
  5. If you already have the LabVIEW FPGA module then you will be ready to go! It really is a great setup, the USB cable handles all the traffic and the loading of the bitfile to the FPGA, so you stay in the LabVIEW environment the whole time.
  6. XUP stands for Xilinx University Program. You will most likely be unable to use that board with LabVIEW FPGA except in the off chance that you are a student at a university which participates in the Xilinx University Program. But, just in case you would like some more information on the XUP agreement and Spartan-3E board, visit this site http://digital.ni.com/express.nsf/bycode/spartan3e There is a big agreement process before you are permitted to download the driver which will then let the board be targeted in LabVIEW as an FPGA target device. Personally though, I own that Spartan-3E board just for FPGA experimentation, and it is an excellent choice for getting started with FPGA design. I would also recommend the NEXYS2 board from Digilent Inc. www.digilentinc.com It is very similar to the XUP board (which doesn't require you to be a student to purchase) but without some of the extra bells & whistles, like different RAM choices, 2 line display, rotary encoder, ethernet. It is meant to be used for embedded development with a softcore microprocessor, like Xilinx's Microblaze although the non-free Xilinx EDK will be required to use Microblaze. I don't know much about Altera development, especially with regard to embedded development on their systems, but I think Xilinx has been making steady improvements in their software and their hardware is always top notch.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.