-
Posts
6,217 -
Joined
-
Last visited
-
Days Won
120
Everything posted by Michael Aivaliotis
-
Read a Files in a folder dynamically
Michael Aivaliotis replied to DARTHWOD's topic in LabVIEW Community Edition
The simple answer is, just wrap all this code in a while loop.- 2 replies
-
- list folder
- path control
-
(and 1 more)
Tagged with:
-
All the videos for VIWeek are live: https://labviewwiki.org/wiki/VIWeek
-
Installation Failed Raspberry Pi 3b (and 4)
Michael Aivaliotis replied to Jordan Kuehn's topic in LabVIEW Community Edition
Right, if running LV community, you have everything you need. No need to install anything from VIPM. In fact it will make it worse. The reason why the log message states Raspberry Pi 2 B (I stated elsewhere), is because the LINX toolkit has an old hardcoded message internally that does not trigger off the actual board model. @Darren, this should be fixed becasue it's confusing. -
Communicate with hardware using USB HID?
Michael Aivaliotis replied to rharmon@sandia.gov's topic in Hardware
What is the goal of the communications? Is this a DUT? Or are you just wanting to know when windows is on battery? -
OpenG / Polymorphic & Malleable VI's?
Michael Aivaliotis replied to Wouter's topic in LabVIEW Community Edition
Send an email to: jim.kring@jki.net -
OpenG / Polymorphic & Malleable VI's?
Michael Aivaliotis replied to Wouter's topic in LabVIEW Community Edition
Well it kinda does apply to both considering NIPM should manage both CG and NXG. I've heard through a reliable source that NI is seriously intent in solving this problem in NIPM for both CG and NXG. -
Suggestions for open sourcing an application
Michael Aivaliotis replied to Neil Pate's topic in LabVIEW General
Was this developed for a customer, with the understanding that you would make it open-source? If it was done under a "work for hire" agreement then there might be a problem of ownership. -
-
Curious, does this change your choice in using them or is it purely academic?
-
My understanding is that Maps are the same as variant attributes. Except with maps, obviously you don't have the overhead of VariantToData or DataToVariant, when inserting data or looking up data. That can be a huge overhead in some cases. Plus you need support code to prevent variant conversion errors when using the wrong typecast. Variant attributes are slightly more powerful than Maps because you can insert any type. However, one could argue that this is a characteristic that leads to messy designs. The same variant wire could contain mixed values types within it. Each with its' own type conversion VIs. I think if you've been using variant attributes and it works for you, I don't think you need to rewrite everything. But they definitely need to be considered in new designs. Because you don't have the overhead of creating all the glue VIs for the data conversion, they are frictionless to use and start using out of the box.
-
Lack of NIWeek content has prompted @Steve Watts, to start VIWeek. See his post here: https://forums.ni.com/t5/Random-Ramblings-on-LabVIEW/VIWeek-Making-Trouble-Again/ba-p/4044162 LabVIEWWiki Page.
-
LabVIEW Community Edition Announced
Michael Aivaliotis replied to hooovahh's topic in LabVIEW Community Edition
@Rolf Kalbermatter, PM me your address and I will send some your way. -
Inconsistent to a post i made 10 years ago? Besides, that was related to CG. I'm not advocating for removing an engrained CG feature. I thought we were discussing NXG. My assumption is this feature hasn't even beed implemented in NXG. There is a lot more work required in NXG to make it even barely usable. Lack of continuous run is not a problem in NXG. Lack of everything, is a problem.
-
I can't live without them.