09-15-2008 08:35 AM
I’d like to design some test software based upon these things:
(1) Microsoft C# 2008
(2) Microsoft .NET Framework 3.5
(3) National Instruments Measurement Studio 8.5
(4) Absolutely No TestStand
The test will consist of a series of test steps. At times, I’ll have multiple processes going on simultaneously—continuous analog input and a few interdependent state machines performing various combinations of analog, digital, and GPIB I/O.
I’m fairly new to C# and OOP, so here are my questions:
09-16-2008 04:59 PM
Hello bmihura,
May I ask why the test software can't be TestStand? Creating your own test software is certainly no easy task, especially when you want to create it in a programming language that you aren't very familiar with using programming concepts that you aren't very familiar with. The development time and effort for even an experienced programmer to put something like this together is pretty extensive.
09-16-2008 08:04 PM
I've used TestStand in many projects, and it's always more hassle than it's worth. In fact, it has added an overall negative value to my projects which have run very nicely with LabVIEW, LabWindows/CVI, and various .NET platforms with Measurement Studio. Those three languages are very nice.
1. For me, TestStand adds complexity to otherwise simple, elegant test steps. Iterating through test steps and reporting the results has always been the most trivial part of my projects. And for me, it's certainly not worth $3,000 to add a layer of complexity.
2. Part of the aforementioned complexity is that the control logic is spread all throughout TestStand. It's hard to follow the logic and test flow when you have to click numerous tabs and buttons to get to little pieces of code scattered everywhere.
3. It is the flagship of bloatware out of all NI software I've used, thus substantially slowing down the execution and development times my otherwise speedy tests.
4. It crashes too often during the editing AND running process, versus just the editing process.
5. I could go on, but those are the top four reasons.
10-05-2008 02:37 PM
Hi BM
I agree, having purchased Testtand I found it so cranky to use that it was a wast of my time.
The runtime cost are a joke.
Colin
03-07-2013 09:14 PM
We too used TestStand for a project and it is way less efficient than just coding in c#.
I don't know why NI make so much bloatware. 1GB to install a single driver for simple IO card. Very frustrating.
I'm now just installing a PCIe-PXI bridge card to replace a faulty PXI computer, and it's a 600MB download just for the driver for a simple PCIe card.