03-30-2016 04:31 PM
I'm trying to determine a couple properties of TestStand 2014 SP1 with respect to the latency of operations:
I'd also appreciate information about the DLL and None adapters as well since we have those in use.
03-31-2016 11:25 AM - edited 03-31-2016 11:28 AM
Any numbers I told you would be wrong for you because it depends on dozens of variables, including hardware, os, cpu load, report options, step settings, adapter settings, number and type of module inputs and output and values being passed, module contents, etc..
Those operations should be in a neighborhood that ranges from tens of microseconds up to tens of milliseconds, but I'd recommend you set up a simple case of how you intend to use it on the machine you intend to use it on, and just time it.
The expression function Seconds() is handy for simple timings. Also useful is the Engine.SecondsSinceStart property.
04-01-2016 12:45 PM
These metrics are non-deterministic (different every single time due to the Operating System) and Teststand does not offer a feature to measure these metrics.