04-09-2008 08:51 AM
04-17-2008 12:25 PM
04-26-2008 11:04 PM
First of all- thanks for asking.
I do alot of WinXP interfaces with your stuff. Usually slow speed (<1 hz.) [ Ovens, environmental chambers, and the like]. The GUI components all work as advertised -- love the arrays of anything. I always have multiple signal paths and/or instruments.
Histograms are fast. Don't really convey anything-- but my customers love them:)
With several responses from this forum, I have gotten everything running --
BUT - since you asked....
More multi-threaded examples would have helped. Almost all equipment I getted dumped with, fires off some data at a different cycle. Running asynchronous threads seemed like a good idea. Updating the Main GUI(with gorgeous NI graphics) with my asynchronous C# data object(which might or might not also be involved with NI-VISA) is still a longggg, strange, trip.
Not sure how you would shield me from that obnoxious part of Windows - but that would be an excellent part of any component. As in :
MainForm.Label1.Text =clsObject.Method.NIReadMe( "myNewDataFromNID345");
Tom
05-03-2008 09:15 PM
Hi Jonathan
The up-down numeric control need some way to control the buffer update rate.
If used for incrementing with hardware (CAN messages in my case) the buffer can run our of control because of the slownes of what we are controlling.
When this is a test bench or Engine, damage could be the result with a lot of ~?:@~.
Ta
Colin
05-05-2008 12:00 PM
05-28-2008 08:42 AM
Hello Jonathan,
Thank for your questions for making Measurement Studio even better.
Is there any specific functionality currently missing from our WinForms UI controls?
Is there any existing functionality in our WinForms UI controls that you wish was exposed in an easier fashion?
I do not know..
How many of yall use the smart tags associated with our controls in VS 2005?
I just noticed that first time...
Do you spend a great deal of timing customizing the appearance of our UI controls?
If so, what types of customizations do you make (i.e. changing the plot color, backgrounds colors, 3d styles, etc)?
Yes, a little for changing colors, backgrounds, etc for fitting NI’s controls to our UI style and sometimes for adding more functionality. A nice example is a possibility to draw notes by a hand into graphs with a help of touch screen.
For those of yall that are creating DAQ applications, do you find it difficult to take your acquired data and plot that to a graph?
No... it is easy.
Once you plot the data, are there any additional UI customizations you always have to make in order to get the graph "just the way you like it"?
If you can make some smoothing for the graphs. Please see the attached picture where is NI’s ScatterPlot compared to our own plot.
Memory optimizations for the graphs; at the moment panning is working little slowly if there is a lot of data. Please see the attached videos (The first is NI’s ScatterGraph and the second our own old software). In our new product I have changed to NI Scatter Graph; it has still so much more benefits so that there is no idea of playing with own graphics.
Are most of yall trying to plot data to a graph in real-time or do most of you gather the data first and then plot it to a graph?
Both and sometimes we compare old collected data to online measurements in a same graph.
For those of you doing real-time plotting, what are you particulary interested in? what are you particulary interested in when you are viewing the graph?
We want easy finger driven zooming etc.. (please compare to Apple’s iPhone)
Have a nice day,
Ilkka
05-28-2008 08:54 AM
Hello again,
The attachments are not in a right order in the previous post. But you can easily find the right ones...
BR,
Ilkka
05-28-2008 09:59 AM
05-29-2008 01:09 AM
05-30-2008 01:55 AM
Hi Jonathan
You could be right as CAN does have a read/wright buffers hence the need to control the update rate of the up-down numeric control.
Regards
Colin