06-14-2012 02:57 PM
06-14-2012 09:02 PM
And remember when LabVIEW was so easy a marketing person could do it.
(Let the Elijah jokes begin)
06-14-2012 09:31 PM - edited 06-14-2012 09:32 PM
@altenbach wrote:
I am curious about the usefulness of more than 63 dimensions. Even if the size of each dimension is only 2, you will break all size limits. This means that at least about half of the dimensions need to be 1. So what's the point?
Oh I don't need them, I was just curious as to how high I could go, (and how thick the lines got)
@PaulG. wrote:
I'm sure some physicist trying to make his math work might need more than 63 dimensions. Just sayin'.
Sounds messy.
@Ben wrote:
The State Diagram Editor.
Ben
Looks pretty useful.
@Ben wrote:
The ability to put a VI in the True case of a case structure with boolean Flase to include a VI in memory and simplify loading it at run time.
Ben
That would have solved the orignal question I posted when I first signed up to these forums.
06-15-2012 02:05 AM
Ben a écrit :
I am going to pis$ myself off posting to this thread but here goes.
The State Diagram Editor.
I still morn the passing of a wonderful tool!
Ben
I fully agree with you Ben and I can't understand why NI stopped to support this very useful tool. The Statechart Module isn't a replacement.
For your information, I'm still using this unsupported tool with LV 2011 SP1. But with every new version of LV I fear it will no longer be compatible.
06-15-2012 08:25 AM
Well this one is more of a DaqMX thing then LabVIEW. I miss being able to create Global Virtual channels and just import them and they work. Now if I do not have a card installed I have to create a simulated card or if I unplug the daq card and plug it in somewhere else I have to delete the old device and retarget. They should make these run off of the serial number not when you plugged them in.
06-15-2012 08:52 AM
@JB wrote:
Ben a écrit :
I am going to pis$ myself off posting to this thread but here goes.
The State Diagram Editor.
I still morn the passing of a wonderful tool!
Ben
I fully agree with you Ben and I can't understand why NI stopped to support this very useful tool. The Statechart Module isn't a replacement.
For your information, I'm still using this unsupported tool with LV 2011 SP1. But with every new version of LV I fear it will no longer be compatible.
I started a new thread in the LV forum found here to see if we can get NI to start supporting the SDE again.
Please reply to that thread to add your support for the SDE.
Thank you!
Ben
06-15-2012 12:29 PM
Out of curiosity - does using a static VI reference not accomplish the same result?
06-15-2012 12:30 PM
(sorry - should have added some context - that was in reference to using a VI inside the "true" case of a case structure)
06-22-2012 09:13 AM
You can also just replace the boolean constant with a boolean control - the VIs will then still be included.
06-22-2012 09:44 AM
@Mads wrote:
You can also just replace the boolean constant with a boolean control - the VIs will then still be included.
old habits die hard.
Ben