|
Re: Do you hate or like labview or want to use c
Labview is good software, the problem is that you have to learn it, and it is extremely hard to learn. By now it is too late to learn because ship date is in three days. I started learning at the beginning of the season, so I am good at it now.
The problem is that labview is not based on any language that you would know. It is completely graphic, and you use the mouse a lot.
It is also a dataflow language, which menas that code is executed when it can, instead of in order (which means you could have three loops executing at once).
|