Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,196
  • Joined

  • Last visited

  • Days Won

    104

Posts posted by Michael Aivaliotis

  1. Ok, The merging of posts is normal. It's to prevent multiple consecutive posts by the same author in a short period of time. Actually, it can be used to your advantage if you need to quote multiple posts in the same thread. Just reply to each post and your replies will be concatenated... neat. There is a time limit for merging 60minutes. I'm not changing this.

    Now the issue of removing line feeds and spaces, now that's a real issue, it should not happen of course. Any clue to how to make it repeatable? I'll report it when we can narrow it down.

  2. QUOTE(wevanarsdale @ Nov 9 2007, 12:01 PM)

    I agree. A client's desires are not always in full evidence at the start of a project. The key for me is expandability.

    I strongly agree with this comment. It really depends on what the code is for. For all customer projects I use a full (event structure inside case inside loop) state machine. The main reason is that ALL code I write changes in such drastic ways due to customer requirements that in the end it makes sense to start on the right foot. Customers come up to me after a project is full under way and ask to add several features. When I respond with: "Sure, just give me an hour and it's done" They are pleasantly surprised. I program with the expectation of that all the time. Expecting otherwise is foolish. Having said all that, there are places where a more simple approach is ok. Only you can be the judge of that.

    To comment on User Events. I too am a fond user of them when it comes to interprocess messaging. They have many benefits but I don't think they should be use everywhere (Justin!).

    Admin Note: neB Enough with the blank lines already. There are no points for the most use of screen space. :P

  3. This thread is to announce new pages on the LabVIEW Wiki that have substantial content (ignoring the stubs for now). Chris Relf suggested this and i think it's a good idea. As new pages are added, I will post an announcement here. I suggest others do the same.

    Added recently:

  4. QUOTE(Justin Goeres @ Nov 6 2007, 09:59 AM)

    ...Of course, I'm sure this would probably be wickedly complicated on the back end, to handle all the different datatypes in anything approaching a sane way. But I can dream... :)

    Since when did you start working for NI? Implementation is not our problem.

    Another thing. Why, when I have my cursor in a text box can I not use ctrl+A to select all the text? Give me a break.

  5. QUOTE(Yen @ Nov 1 2007, 09:03 AM)

    It seems you've made some changes, but they didn't really help.

    Is there any chance of asking the IPB people about this?

    Unfortunatly you can only assign one character encoding per forum installation. So I'm afraid it's not possible. The other option is to change the translation to use a non-encoded format. I don't have that translation. In other words, it may be possible with some effort to get a solution but I don't have time.

  6. I haven't been following all the posts so forgive me if this has been mentioned already. One use-case I have is when using the "create sub-VI" function. I don't know about y'all but this feature sucks b***s. Issues:

    • LabVIEW gives you a con-pane that matches exactly the number of inputs and outputs you have. For example, if you have 2 inputs and 2 outputs it gives you a con-pane with 4 terminals. I would like to see a standard con-pane and it use only some of the inputs and outputs.
    • If you have an error in and an error out I would like it to position the error in and error out in the right place AND name the error in to "Error IN" NOT something stupid like error out.

    So perhaps this cleanup tool in progress can run automatically after a "create sub-VI" action or something? Like a "disconnect all and reconnect correctly" function.

  7. QUOTE(crelf @ Oct 30 2007, 03:21 PM)

    Not really a bug per se, but has the LAVA site slowed down dramatically in the last week or so? I thought it was the link at my hotel, but it seems to take ages, irrespetive of my link speed. The banner seems to load okay (takes 4 - 5 seconds), but then the rest takes anywhere between 15 and 45 seconds.

    It's fast for me. It might depend on the time of day. No idea. I haven't noticed this. Any others?

  8. Try changing the Color quality of your windows display properties from 32bit to 16bit.

    Also, LVOOP is a hog. Are you using LVOOP?

    Also, you state that it's an upgrade from 8.2. Have you saved all your VI's??? Silly question but some people don't save (upcovert) all the VI's. A lot of unsaved changes in memory cause this too.

  9. Hmm, high-speed streaming to database. Never been down that path, however I haven't been using the database toolkit either. I just use optimized SQL statements for the task at hand. I call the ADO functions to execute a query. I think there is some overhead in the database toolkit but can't check what the the VI you are calling does at the moment. I thought I had the toolkit installed but it appears to be gone now from my palette.

  10. I just added a new forum, see: Code Repository Code In-Development. This forum can be used by anyone who wants to present some code and evolve a discussion and review where the final product will be a submission to the Code Repository (CR).

    There is currently no requirement to start a discussion in this forum in order to have code approved for the CR. Also, just because code is discussed in this forum does not necessarily mean that it will end up in the CR. The current CR requirements have not changed, See: Code repository support forum.

    Some other use-cases:

    • You can start discussions in this forum and present completed Code Repository code when you need to get feedback from the community (or the CR review committee) before you submit it to the Code Repository.
    • You have some cool code but don't have time to evolve it into a proper submission. Others in the community can take it over (giving proper credit) and evolve it into a CR submission.
    • You have an idea and really need some help from the community to get it implemented.
    • You have finished code and need the community to do some Beta testing before an official CR release. This can also be for existing CR code that has a new upcomming version release.
    • The list can go on...

    To get the forum started I moved some existing threads there. I know there are several others I missed. Send me a PM to let me know which others you want moved.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.