Jump to content

Karissap

Members
  • Posts

    108
  • Joined

  • Last visited

Posts posted by Karissap

  1. QUOTE(crelf @ Jul 16 2007, 03:24 PM)

    Hey thanks, I missed that, woops, I think I had paste on the brain. I think I will submit it to the LAVAcr.

    QUOTE(yen @ Jul 17 2007, 02:53 AM)

    ;)

    Thanks, I love making iconsicon4.gif, I use the tango icons a lot, I found out about them from http://forums.lavag.org/index.php?showtopic=8569&st=0&p=32514&' target="_blank">this thread, the icons score double points with me cause I use Ubuntu at home (so I am all for platform independence). The listbox browser is a really good idea, I didn't think about doing it that way.

  2. If parts of your code will not work on your PC and need the real time target you can use the Conditional Disable Structure to disable parts of you block diagram using the TARGET_TYPE symbol.

    See the "Conditional Disable Structure.lvproj" example in the NI example Finder.

  3. I have a program which allows users to collect data from multiple folders. In the browse options there is an option to select multiple files by dragging over a selection but not multiple folders.

    At the moment I'm using an array and a pop up that asks the user if they want to add another folder to the array but it's a bit slow and tedious for the user. Even typing the paths or dragging and dropping one folder at a time is slow.

    Is there an easier way to select multiple folders even by using something like clipboard or drag and drop?

  4. In the example "Dynamically Register for Events.vi" when the Register Event Callback node gets expanded different types of events were selected, eg Mouse Move, Mouse Down?, Mouse Up.

    When you expanded the node all the event types were the same (Value Change). LabVIEW is probably just only taking the control refs to the first Value Change and ignoring the rest. I agree that this seems a bit counter intuitive and should probably be documented that you can't select the same event twice somewhere if that is the case.

    If you want to register different types of events just expand it and select a different event type like in the example.

    If you want to add more controls to detect a Value change for, I'd suggest instead of expanding the node to select Value Change again try adding control refs to the 1-d array going into the existing Value Change like this:

    http://forums.lavag.org/index.php?act=attach&type=post&id=6300

    (with build array in concatenate mode)

  5. Hi, you only have your buttons connected to the stop terminal of the while loops. If you want to keep continuing until the password is correct use an "AND" Boolean operation with your password equals check to stop the loop.

  6. Hi, I use the parallel port in one of my projects and have had much more success using the "In Port.vi" and "Out Port.vi" to communicate using the parallel port. Using the VISA method to use the parallel port was even more difficult after compiling the executable.

    Look at the example "Parallel Port Read and Write Loop.vi" in the NI Example Finder, I found it really helpful.

    Also check that you have grounded pins 11 and 12 (busy and out of paper) and not left them floating.

×
×
  • Create New...

Important Information

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