Full Blog History

Getting Started with the LabVIEW FPGA IP Export Utility

Okay, so what now? For starters, you should know that LabVIEW 2020 FPGA uses Vivado 2019.1. And we are going to start with the currently available version/mode – IP Export to Netlist.  (The Source Code option requires you to email them to get it unlocked) What does this mean? It means that you can only use … Read more

The Game Changer

Going to investigate what will be the biggest game changer for LabVIEW, FPGA’s and you. Okay, so the National Instruments website (http://www.ni.com) is pretty hard to navigate.  I somehow saw the following under the ‘RELATED PRODUCTS’ section on some page that I have since been unable to find: Then I was finally told by my … Read more

Get your identity right the first time.

When it comes down to your business identity, consistency is a key. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut placerat orci nulla pellentesque dignissim enim sit amet venenatis eget velit aliquet satis id consectetur purus. Pretium fusce id velit ut tortor pretium … Read more

Get your identity right the first time.

When it comes down to your business identity, consistency is a key. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut placerat orci nulla pellentesque dignissim enim sit amet venenatis eget velit aliquet satis id consectetur purus. Pretium fusce id velit ut tortor pretium … Read more

Get your identity right the first time.

When it comes down to your business identity, consistency is a key. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut placerat orci nulla pellentesque dignissim enim sit amet venenatis eget velit aliquet satis id consectetur purus. Pretium fusce id velit ut tortor pretium … Read more

Get your identity right the first time.

When it comes down to your business identity, consistency is a key. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut placerat orci nulla pellentesque dignissim enim sit amet venenatis eget velit aliquet satis id consectetur purus. Pretium fusce id velit ut tortor pretium … Read more

Corona Time

So with the Coronavirus, the markets have been seeing increased volatility, and all the high frequency traders are making a lot of money, or losing a lot of money… I scrolled through the list of repositories on the fpganow github org and found a relevant project that deals with the parsing of market data only … Read more

What Hardware Am I Using?

I received an email from a reader asking me what controller I am using, so I figure I would make a new post with this information: (All links open in a new tab) PXIe-8105 Embedded Controller https://www.ni.com/en-us/support/model.pxie-8105.html PXIe-1062Q https://www.ni.com/en-us/support/model.pxie-1062q.html PXIe-6592R https://www.ni.com/en-us/support/model.pxie-6592.html And a picture (why not?):  

More Details About TCP

So first off, I have merged my code to master, see it here: https://github.com/fpganow/MicroBlaze_lwIP And while I work on updating the README.md file, here are 2 slides for you to look at: So, if you have the appropriate NI hardware, you can clone down this repository and run 1 TCP and 1 UDP session to … Read more

TCP is Now Working as Well!

As I was traversing my mental decision tree using a depth-first search model of digger deeper and deeper in to the lwip TCP/IP source code, I thought to myself that I should go back up the decision tree and take a deeper look at the tcpdump output. It turns out I was setting the source … Read more