03-26-2014 11:18 AM
I use the Scope Soft Front Panel from time to time and I like the functionality of the graph much:
Now I want to create a plot which also gives me the possibility to implement the 3 possibilities which I mentioned above.
Unfortunately, I do not have any idea how I could create such a nice plot.
Could somebody give me some hints? I really would be very happy about every help.
03-26-2014 11:42 AM
03-26-2014 04:54 PM
Thanks for your reply.
Yes, I want to create such a plot as used in the NI-Scope with LabVIEW. I already tried to use the context help – but this is not very helpful since only names and functionality of the plots and knobs are described and not how they (the plot) were created/their functionality programmed.
I know how to make some Waveform XY- etc. graphs – that is no problem for me. But unfortunately it is a problem for me to create a plot which is similar to the plot in the NI-Scope. I have never seen such a plot before and they are not mentioned in the basic LabVIEW tutorials – but thanks for the hint.
03-26-2014 05:03 PM
03-26-2014 05:36 PM
Perhaps I should have mentioned in my original question that I spent several hours using one/several plots (embedded on hidden tabs and so on) to create a plot which is similar to the plot of the NI-Scope.
The only thing I recognized is that they use a slider without scale and perhaps some transparency on the left side of the plot to the shift the data – an easy trick (I guess they multiply in the block diagram an array by a number which is controlled by the knob... Anyway, thanks for your useful knob hint ;-).
Unfortunately, I was not able to implement the other functions which I mentioned in my post (the details what I want to do are shown in my attached pictures and are mentioned by the list).
Perhaps other people here recognize which tricks were used to produce the plot of the NI-Scope. I would be happy if they could share them here.
03-26-2014 07:35 PM
03-27-2014 02:09 AM
Oh, I see. It is a pity to read that the soft front panel seems not to be written in LabVIEW. How do you know this?
So, how can I come with LabVIEW close to the nice plot used on the soft front panel?
I especially would love to realize my second item of my list: If there is shown the first plot and I press on a knob to show the second plot, there are two plots below each other whose size can be changed by moving the horizontal bar between them.
I tried to realize this with the Mixed Signal Graph (there you can have several plots below each other whose size can be changed easily by clicking on the bar between them). But I do not know how I can hide/show programmatically the second plot. Do you have experience with this graph and do you know how to show/hide programmatically a plot?