Jump to content

Ton Plomp

Members
  • Posts

    1,991
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Ton Plomp

  1. You have to get inside the array control: http://forums.lavag.org/index.php?act=attach&type=post&id=6001 Ton http://forums.lavag.org/index.php?act=attach&type=post&id=6002
  2. on the NI forums a NI developer has posted a VI to change the control state: http://forums.lavag.org/index.php?act=attach&type=post&id=5996 http://forums.lavag.org/index.php?act=attach&type=post&id=5997 Ton
  3. QUOTE(Mike Ashe @ May 31 2007, 04:30 PM) You program while you stand? Ton
  4. QUOTE(Jim Kring @ May 31 2007, 06:47 PM) Jim, We're not that colour/color blind. Ton
  5. QUOTE(frentzen @ May 30 2007, 02:13 PM) That is 'index array': That adapts to the number of dimensions. Ton
  6. QUOTE(tcplomp @ May 29 2007, 06:27 AM) And my coffee just got bad. Hink (or hinksky) if you do crosspost please provide a link of the cross-post http://forums.ni.com/ni/board/message?board.id=170&message.id=249710#M249710' target="_blank">NI forums post Ton
  7. QUOTE(hink @ May 29 2007, 01:46 AM) Hi hink, LabVIEW can create the GUI shown (LV 8 intoduced splitter bars), however dynamic splitter bars are a problem. I can think of several solutions: Picture control, in that case you draw every pixel yourself seperate windows, each control has it's own window, that you move around from some controller VI Ton
  8. Maybe an option, if you don't get a valid VI reference (path check or something) you could maximize the window yourself? Ton
  9. QUOTE(Thang Nguyen @ May 24 2007, 07:24 PM) Make your customer clear that you want to do a short test (5 mins) or something without the firewall, or try to open the firewall for your executable. Also what make is your firewall off? Ton
  10. QUOTE(Aitor Solar @ May 24 2007, 12:24 PM) Not fixed, Ton
  11. Yesterday I discussed with a colleague of mine the need of an array XControl. Currently editing an array is very cumbersome, for instance a cluster with several elements in an array is not editable with just the keyboard... But AFAIK has the XControl no polymorphic abilities Ton
  12. QUOTE(Michael_Aivaliotis @ Nov 17 2006, 07:57 AM) And I'm http://community.ni.com/examples/palette-api/' target="_blank">waking up Qizhen Ruan has released a beta version of a .mnu editor! Looks very promising Ton
  13. Hi Phil, In LV 8 you can add an image in front of the plotted data in graphs, I don't know if this goes for XY as well, but I think so. Maybe that is your way to got (and I think it can reduce your code as well). Ton
  14. QUOTE(Eugen Graf @ May 19 2007, 11:53 PM) Sorry, I didn't really read the thread thoroughly. QUOTE(Michael_Aivaliotis @ May 20 2007, 03:06 AM) Some code in the timeout case of the bottom loop that sends a read command with a timer should do it. I would add a high-speed (10 ms) seperate loop, and use the OpenG trigger VI to trigger the read action. In this way you can add easily multiple speed triggers Ton
  15. QUOTE(pattousai @ May 18 2007, 10:21 PM) Hi Pattousai, if you crosspost, please note us of the cross-posting and submit a link. http://forums.ni.com/ni/board/message?board.id=170&message.id=248184#M248184' target="_blank">ni forums Ton
  16. Have your analog trigger set to the digital line you use as a trigger. Look into the LabVIEW examples, they probably have something you need Ton
  17. Hi Eugen, you can do event driven data acquisition. Register for the DAQmx event 'number of samples' acquired! Ton
  18. My VI was a little bit overwhelming because I used it to store Tree data... But here is a slimmed version: http://forums.lavag.org/index.php?act=attach&type=post&id=5891 It looks a bit like the array approach you were going for, but you use the variant to store your data in, it behaves like a Database. Thanks to Tomi for giving the info. Good luck, Ton
  19. QUOTE(tcplomp @ May 16 2007, 02:33 PM) Here it is, as a LV2 global. You'll probably miss one VI and some Typedefs, but the idea should be clear. Ton
  20. QUOTE(ragglefrock @ May 16 2007, 06:21 AM) I believe I've seen somewhere that you can force the compiler to use the same memory by adding a case structure inside the loop and have at least one case that just connects the tunnels. Ton
  21. Michael, what is in your 'help' folder, probably not a one-single file .chm? If so you could just add the .chm to your installer. Else you could use some project-scripting that adds all your files to a .lvlib and make a build of the .lvlib and include that build into your installer. The lvlib functions as a container to your help folder and the linker info on a lvlib will force the builder to include it's files. The other option would be editing programmatically your build setup but that is something I looked at but ran away from. When I think of it I think you can include an additional installer in the same way. Ton
  22. Hi, What about a variant with properties (or so called sets) Looks like just the right thing (automatic lookup) Ton
  23. iHungOver illNeverDrinkAgain
×
×
  • Create New...

Important Information

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