Quote Originally Posted by djoulsy View Post
Ideally something which would be easy to interface with LabVIEW.
Florian
I can tell you with certainty that LabView isn't a good choice when you have real time constraints in your design. My guess is you have some experience with it so you are hoping to leverage that experience to handle this problem. This is a good place to learn C. It is much better suited to the problem than LabView.

And in fact... You could take the Marlin source code and just start deleting everything that did not pertain to the thermistors and heated bed (which would be 95% of the code) and it would be working for you....