-
Posts
1,991 -
Joined
-
Last visited
-
Days Won
38
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Ton Plomp
-
This is a long shot, but generate a .net callback VI for a file change event. No I don't know which .net event you need, but if you figure it out and share it with us it would be great! Ton
-
(I don't have 8.0 here) Try using the class browser (ctrl-shift-B) and do a search for center. Ton
-
It is usefull to express your (inhouse) problems public, it'll trigger other people. I have the feeling I get some sort of sixth sense for forums, sometimes I read about a bug and stumble upon it the next day (happened twice to me....) I found the Application event friday, said i'd look into it into the weekend, and then remembered Michaels post (just a week old). Now another Application event (VI activation) is kinda buggy... if someone finds a way to make that one usefull, PM me! Ton
-
QUOTE(zero-tolerance @ Mar 4 2007, 07:08 PM) I don't know what the issue is, I only know I can explain your misunderstanding from the first post. The two signals have the same AC components, but a different DC component. FFT'ing the singels isn't usefull in this case Ton
-
Well your datasets just have a DC offset: http://forums.lavag.org/index.php?act=attach&type=post&id=5113 The green line is a substraction of the two data sets, as you can see the difference is minimal but constant. The first element of a FFT indicates the the DC component of the signal so the difference only exists in the first element. Ton
-
<cite>QUOTE(Jim Kring @ Mar 3 2007, 08:00 PM) </a></cite> Allright, who is gonna buy who a beer :question: I figured a little more out, setting the registry with this options: HKEY_CLASSES_ROOT\tonfile\shell\open\command = "d:\tonfile\application.exe" HKEY_CLASSES_ROOT\tonfile\shell\open\ddeexec = open(%1) You don't need the command line arguments, windows will launch the program via command, and will set up a DDE connection with (open(%1)), and the event is triggered! Notice that the open\command does not include %1! The whole code is: <a href='http://forums.lavag.org/index.php?act=attach&type=post&id=5110'>http://forums.lavag.org/index.php?act=attach&type=post&id=5110 Ton
-
QUOTE(Ben @ Mar 3 2007, 04:01 PM) BV????? :question: Ton
-
I recently stumbled upon an application event that looks like this: Application.OS Open Document, it is called when LV tries to open a non-LV document, (link removed) I've tested it, and it works!!! One downside, the first call to the exe will result in an error of LabVIEW claiming it is a non-LV file, consequitive calls work great! Included a project (with exe) that shows the work. You have to register the tonfile.reg file, copy the exe into c:\tonfile, the open one of the two *.ton files, the first will show an error , however clicking the file again will load the path into the VI Ton (link removed)
-
QUOTE(Michael_Aivaliotis @ Mar 3 2007, 08:11 AM) Yes I know that, but I think I've seen the Guidelines a dozen times the last day :laugh: , it almost feels like the palette change from 7 to 8.... Ton
-
QUOTE(Val Brown @ Mar 2 2007, 05:49 PM) EDIT: there is an english section They have a forum with an english section (not that active), the extra options is a configured toolbar with extra buttons (synchronize amongst others), extra plugins (a dir size viewer, some like spacemonger: http://forums.lavag.org/index.php?act=attach&type=post&id=5101 Pre configured favorite places (profile/desktop/my docs/control panel), a lot of new viewers. Just hit the download button on the link page. Ton
-
Micheal, I noticed you removed 'Portal' direct under the LAVA logo next to the 'Guidelines' I used this a lot, now i have to look into the menu bar... Could you reverse this? Ton
-
Total commander is an absolute must have, it is by far the best 'Norton Commander clone'. Does synchronization, FTP (with wildcards), (un)zip, binary views, multiple file pattern renaming. Together with one of the add-on packs from totalcmd.pl (power pack or ultima prime), list extends dramatically and I can refuse to use explorer! :thumbup: The program is shareware, but absolutely worth it's money. Another good program is notepad++, as an XML/text/HTML editor Ton
-
QUOTE(pockey @ Mar 2 2007, 03:44 AM) Why the two reads? Mean.vi? Ton
-
QUOTE(Jeff Plotzke @ Mar 2 2007, 06:32 AM) I doubt this comes throught the CR submission procedure, moreover there are better ways with the OpenG lvData config package , shown here in the CR. Ton
-
QUOTE(Ben @ Mar 1 2007, 02:32 PM) You mean it contains a known issues list? Ton
-
Hi Pokey, remove the second read part, and make the wait longer (500 ms) Ton
-
A personal question for Aristos Queue
Ton Plomp replied to Yair's topic in Object-Oriented Programming
QUOTE(yen @ Feb 28 2007, 08:49 PM) Please not a new version, first get 8.2.1 patch!! The only reason to deploy a new version shoud be extra functions (XNodes?) or improve current features dramatically (XControl in array, LabVOOP by ref) Ton -
Hi Pokey, could you show (in a label) what display type the command string has? What happens in hyperterminal? Tonn
-
QUOTE(alnaimi @ Feb 28 2007, 04:24 PM) Here it is (it should be installed by the DAQmx device driver disk....) And please, once more use http://en.wikipedia.org/wiki/Interpunction' target="_blank">interpunction Ton
-
LabVIEW examples..... (directory structure) DAQmx\Synchronization\Multi-Function.llb\MultiFunction-Synch AI-AO.vi Ton And please don't PM
-
Well the 6062E is a 500 kS/s device eg. 2 us. It will be quite hard to say anything about a 4 us signal. To get exactly the same time, you'll need a simultaneaous sampling device (quite expensive) Ton
-
QUOTE(Jeff Plotzke @ Feb 25 2007, 08:40 PM) QUOTE(alnaimi @ Feb 28 2007, 07:08 AM) this is THE VI , ur help is fully needed and I appreciate it 4 u all ,,, coz i am running out of time and i am new 2 labview Alnaimi, Jeff was right. Right click on the build-XY graph VI and configure click properties, deselect the mark: http://forums.lavag.org/index.php?act=attach&type=post&id=5054 Ton