Jump to content

Ton Plomp

Members
  • Posts

    1,991
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Ton Plomp

  1. QUOTE(i2dx @ Jul 8 2007, 09:23 AM) That's not necesary, the link from Michael shows this: QUOTE To repair the simulation.msi component manually: First, shut down LabVIEW. Locate and run simulation.msi from the installation distribution (i.e. the CD you used to install LabVIEW). You can find simulation.msi in \Products\LabVIEW_Simulation_Core_Shared\simulation.msi. Choose to Repair and proceed through repairing this component. Restart LabVIEW and the problem should be corrected. To repair the simulation.msi component programmatically: First, shut down LabVIEW. Download and run LabVIEW 8.2.1 Repair_Simulation_MSI.exe (attached below). This executable contains and repairs the simulation.msi component so you will not need to locate your installation distribution. Restart LabVIEW and the problem should be corrected. It worked for us. Ton
  2. QUOTE(tcplomp @ Jul 5 2007, 07:25 PM) Slow thursday night.... Only missing the Linux and Mac part. So here's the rest of the dialog: http://forums.lavag.org/index.php?act=attach&type=post&id=6315''>http://forums.lavag.org/index.php?act=attach&type=post&id=6315'>http://forums.lavag.org/index.php?act=attach&type=post&id=6315 Ton
  3. I want to build a general font dialog, I have code to get the Windows fonts. Can someone expand this for Linux and Mac, besides that I'm hoping anyone can test the code on Windows Vista! Code is in 8.2.1 so. Ton
  4. QUOTE(tcplomp @ Jun 21 2007, 11:27 AM) And there's a solution! Endevo places a license file in the LabVIEW temp folder, which by default is the same as the Windows Temp folder (run %temp% to see yours). Mine is flushed on every boot. By moving the LabVIEW temp folder from the settings myh license file survives a reboot. Ton
  5. QUOTE(alukindo @ Jul 5 2007, 08:45 AM) Good idea, there is already some action to open both Frontpanel and blockdiagram of a SubVI, the same should be done here. Another trick is to search for some text that is present on the block diagram! Or build a tiny VI that opens the block diagram if <ctrl-e> is hit. :ninja: Ton
  6. QUOTE(ptit bras @ Jul 4 2007, 04:59 PM) Hi ptit bras, There have been some issues with XControls which got better with every release, I don't think drag and drop is one of those, could you post some code? What do you mean by simple graph? That's just a plain graph in a normal VI? Ton
  7. QUOTE(prayami @ Jul 5 2007, 02:12 AM) Good question, I think it depends on the OS on the device. It looks like you are using LabVIEW Embedded. I don't know if that has support for the web-server. I would highly doubt that. If the device is running LabVIEW Real Time, Linux, Mac OS or Windows it shouldn't be a problem. Ton
  8. Somehow I expecte the following code to set the VI to be the active window: http://forums.lavag.org/index.php?act=attach&type=post&id=6302 But the Frontpanel is not the active window. I set my Front panel to be floating: http://forums.lavag.org/index.php?act=attach&type=post&id=6303 Does anyone know a solution? This is all in LV 8.2.1, in LV 8.0.1 it works as expected Ton
  9. QUOTE(brianafischer @ Jul 3 2007, 04:02 AM) XControls, an example is posted http://forums.lavag.org/XControls-as-ChildWindows-t7205.html#' target="_blank">here Ton
  10. QUOTE(ASTDan @ Jun 30 2007, 04:22 PM) Not to get your hopes high, but I am working on a Boolean XControl with a configurable picture and text, it should be ready for first release in 2 weeks. Ton
  11. QUOTE(orko @ Jun 28 2007, 11:21 PM) DEBUG==TRUE Ton
  12. Recently I use the tango set from freedesktop They inspired Ubuntu and the GIMP http://forums.lavag.org/index.php?act=attach&type=post&id=6280 Ton
  13. QUOTE(MTM @ Jun 28 2007, 08:49 PM) A (new) feature of 8.x is the http://zone.ni.com/reference/en-XX/help/371361B-01/glang/diagram_disable_structure/' target="_blank">diagram disable structure Located in the structures palette. Ton
  14. QUOTE(phuzionz @ Jun 28 2007, 08:03 PM) Hi Jeroen, I don't fully get what you want.. Hope this code helps, it tracks the number of time a certain row is clicked: http://forums.lavag.org/index.php?act=attach&type=post&id=6264''>http://forums.lavag.org/index.php?act=attach&type=post&id=6264'>http://forums.lavag.org/index.php?act=attach&type=post&id=6264 Good luck, Ton As long it's not huiswerk
  15. In my previous link, Jim explains how to get to this method. First add the SuperSecretPrivateSpecialStuff=True to you ini file. Then create the App method. Ton (it should be available at least back to 6.1)
  16. There's a LabVIEW scripting method called 'Readd Linker Info'. It will ask for an array of LV files and will return a list of files called by this array of files. In this way you can create a paper trail (without opening the VIs) of the callstack. Ton
  17. QUOTE(Eugen Graf @ Jun 26 2007, 12:04 AM) Looks good! I suggest you check this in into the http://forums.lavag.org/downloads.html' target="_blank">Code Repository. Ton
  18. QUOTE(AndersBjork @ Jun 25 2007, 04:34 PM) I don't fully understand what you want. I think you mean that if one of the array controls it's index changes the other one follows? And most likely this should be event driven. What kind of code do you have? Ton
  19. QUOTE(Tomi Maila @ Jun 21 2007, 11:51 AM) I didn't have that option, but when I restarted LabVIEW a 'internal error' dialog came up and I didn't have to activate anymore. Ton
  20. I have an issue with the Endevo software, I get a lot of times the License Agreement and have to do the whole activation over again, does someone else see that? Ton
  21. QUOTE(BrokenArrow @ Jun 20 2007, 03:15 AM) No, a [wiki]functional_global_variable[/wiki] would be better. A simple bit register (keep high) is this: http://forums.lavag.org/index.php?act=attach&type=post&id=6170''>http://forums.lavag.org/index.php?act=attach&type=post&id=6170'>http://forums.lavag.org/index.php?act=attach&type=post&id=6170 Ton
  22. Moving the calculations of the for loop into one math-node will speed things up as well: http://forums.lavag.org/index.php?act=attach&type=post&id=6169 I was surprised it even took time to calculate, because the compiler knows the answer beforehand! So I changed the constant 5 to a control: http://forums.lavag.org/index.php?act=attach&type=post&id=6168 Things were just a little bit slower. Ton
  23. QUOTE(BrokenArrow @ Jun 19 2007, 03:32 PM) Definitely, it just bypasses flow programming! Ton
  24. QUOTE(LV Punk @ Jun 19 2007, 01:30 PM) Yeah looks great. I think he is currently cleaning his mail box.... Another similar tool is here in sourceforge (pre project) I have upgraded it to include the icon of a VI and have the possibility to change the 'required' setting. Ton
×
×
  • Create New...

Important Information

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