-
Posts
6,203 -
Joined
-
Last visited
-
Days Won
111
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Michael Aivaliotis
-
We don't mind. However be warned, we speak our minds here and the undesirable posts are not removed by NI, so carefull about what hornet's nest you poke a stick at.
-
Custom Controls - Custom Decorations
Michael Aivaliotis replied to dstudwell's topic in User Interface
Here's your solution... Download File:post-2-1143581551.vi -
Yes, I can see the LV angle but I think NI has to make some mods to the exisitng LV. For example in order to wire up an Icon you either need very pointy fingers or a zoom feature to blow up the icon image.
-
Retrieve Language setting of your OS through Labview
Michael Aivaliotis replied to willy's topic in Calling External Code
Usually this language problem\instrument communication issue is solved by adding the following entry to you executable ini file:useLocaleDecimalPt=False -
Share your favorite tips and shortcuts
Michael Aivaliotis replied to m3nth's topic in Development Environment (IDE)
Actually, you don't need to select "Add into Post". You only need to do that if you want to be fancy and position your image somewhere within your text. -
LV 7.1.1 Conditional Probe Question
Michael Aivaliotis replied to Gary Rubin's topic in Application Design & Architecture
Am I missing something? Why not create a custom conditional with any datatype you want? -
Looks like it's time to update the board :)
Michael Aivaliotis replied to crelf's topic in Site Feedback & Support
Yes, this is true. After 500 posts you can customize your "slogan" underneath your avatar. This is available from your control panel. Click on Profile Settings. -
Share your favorite tips and shortcuts
Michael Aivaliotis replied to m3nth's topic in Development Environment (IDE)
OK, so even I can learn a few new tricks... [LV8] By default when you click and drag a block diagram object, you get an outline of the object under you mouse pointer. If you tap the spacebar while you're draging, you will see the actual image of the object under your pointer. Now isn't that cute! -
Happy Birthday to Jim Kring who turns the big 30 today!! We'd all like to thank Jim for his enormous contributions to the LabVIEW community including the founding of OpenG. Keep up the good work Jim and may you enjoy many more years of LabVIEW development time...
-
iddx, if you have assisted this person by posting some VI's somewhere then please put a link to that code here for completeness.
-
http://accessories.us.dell.com/sna/product...uctlisting.aspx
-
Commenting Code (in a condensed fashion)
Michael Aivaliotis replied to lavezza's topic in Application Design & Architecture
OK, people let's get back on track. This is actually a nice feature request. I think it would be very usefull. :thumbup: Somehow to augment this would be the ability to add a comment which acts like a strict-type. For example, I am always wanting to add comments next to enums to list descriptions documentation about what each enum element does and how it ties-in to other processes in the application. If you use an enum for messaging commands then a small description list of each command next to the enum is very helpfull. It would be nice to copy this comment to the recipient VI that handles\parses the command enum. If later you decide to add a command\enum element then you edit the comment in one place and then all other copies of the comment would get updated. -
The behaviour in the VI Error List has changed in LV 8.0 compared to 711 and ALL prior releases. In LV711 the errors in the VI's were sorted reverse hierarchically. This means if you had a broken VI at the very bottom of your hierarchy, you could scroll to the top of the list and doubleclick on the error which would bring you to the broken VI. If you fixed this one VI you would have fixed ALL your errors since this one VI error was essentially propogated. Sorting the VI errors in this fashion helps find and isolate problems FAST! In LV8.0, I have no Idea what the order is. I know there is an order, but who does this order serve? See the attached images reproducing the same error in both LV versions. LV711 LV801 It seems that this Version 8.0 is meant to please the advanced LV developers but it seems to be pissing us off more and more...
-
Hey, just realized you could detach the event data nodes from the event structure. Is this a new feature or a bug?
-
Ok, I feel like a fool, but all of a sudden I don't seem to be able to find the icon on my palette to browse for a VI on my file system and place it on the diagram. I was sure I saw it there before. Maybe this happened after the 801 upgrade? Anyway, I figured out how to add it to the palette myself, but I thought this was standard... Strange.
-
I'll ponder over the ideas raised in this thread... One thing I also want to add. Please everyone (Students and Otherwise), Add a decent title and description to your posts. Would you open an email that had the title: "help needed...please" probably not. Obviously you need help, be more specific. Skimming the title helps everyone weed out the noise. Also, the act of writing a title forces you to organize your thoughts.
-
I think what i2dx means is that most of the regular LAVA members are also visitors of all other LabVIEW forums as well. Sometimes it becomes a decision that a regular has to make and decide in which location they should post a reply. On top of that, after they reply in one location, they must follow up on all other locations with a link to the original reply. If they don't do that then they may give the impression that those other forums are not as important as the one they responded in. In other words, this puts more work on the person responding.Please don't take this as a personal attack . You are welcome to post in the LAVA forums or wherever else you see fit. You should understand that the LabVIEW community is very small compared to other development languages so even if you post to one website, we will all see it right away. As a side note, I find it kind of strange that you would post in English on a German LabVIEW site.
-
Ok, some more patch wierdness... What the hell happened to my icons on my splash?
-
Just send your Invoices for time spent compiling your code to NI corporate. I'm sure they'd love that...
-
ok, let's start a poll... how long did it take you to Mass Compile your code after upgrading to 8.0.1? It took me 1hr:45min... :clock:
-
Download Here: ftp://ftp.ni.com/support/labview/updates/...bview_8.0.1.exe Docs: ftp://ftp.ni.com/support/labview/updates/...adme_8_0_1.html