-
Posts
1,991 -
Joined
-
Last visited
-
Days Won
38
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Ton Plomp
-
Different LV versions of CR code
Ton Plomp replied to JDave's topic in Application Builder, Installers and code distribution
QUOTE(dsaunders @ Sep 7 2007, 01:01 AM) http://forums.ni.com/ni/board/message?board.id=BreakPoint&message.id=3851#M3851' target="_blank">Here I show how to have multiple Typefs for multiple versions. The OpenG packager, is just an advanced copy function. It tells VIPM (via the OGP file) which files should be copied where. And the possibilities are endless, you can include OS specific VIs/dll/libs. You can include labview version specific help documentation. Using OpenG packager can be hard, and documentation is on the to-do-list but might take a while. Ton -
QUOTE(jpdrolet @ Sep 12 2005, 08:16 PM) JP, I don't know if you noticed but this functionality is coverd in my CR submission http://forums.lavag.org/downloads-file89.html' target="_blank">Variant to Control Ton
-
reentrant:which user pressed button
Ton Plomp replied to Mindstormer's topic in Remote Control, Monitoring and the Internet
QUOTE(Mindstormer @ Sep 3 2007, 10:05 AM) Could you tell us how you initiate the connection. But LV 8.2.1 has some special Remote panel application properties. EDIT: Also look at this http://thinkinging.com/2007/03/29/reentrant-vi-clone-name/' target="_blank">post on Jim Krings blog Ton -
QUOTE(yen @ Sep 1 2007, 10:25 PM) Yen you limit yourself way too much What about the current discussions on using http://forums.lavag.org/index.php?showtopic=8739' target="_blank">custom shortcuts for tools options. What about a 'Update SCC'/Check out/Run VI analyzer A lot of things come to mind. A probable event driven approach to 'key down' is added. I've looked at your code but haven't studied it... (sorry) Ton
-
create user defined property node?
Ton Plomp replied to jccorreu's topic in Development Environment (IDE)
QUOTE(NormKirchner @ Aug 28 2007, 05:30 AM) I've written a tool to extend the properties of an XControl to include the properties of the parts fo the XControl: http://forums.lavag.org/downloads-file74.html' target="_blank">XControl Inheritance Editor Ton -
One day while sniffing cleaning products....
Ton Plomp replied to LAVA 1.0 Content's topic in LAVA Lounge
Norm, put off your 3D glasses. -
New Windows 386 supports multitasking, cool
Ton Plomp replied to Michael Aivaliotis's topic in LAVA Lounge
QUOTE(Jeffrey Habets @ Aug 26 2007, 12:49 PM) Mrs. MC Hammer -
QUOTE(daro @ Aug 26 2007, 04:47 PM) Download the evaluation version from NI? Only valid for the last release. Do you have a torrent client at home? utorrent allows you to create your own torrent you can send by email and contact to get the contents (this is pure theoretically since I've never tried it) Ton
-
need help with speeding up a VI i built...
Ton Plomp replied to p27182's topic in Application Design & Architecture
QUOTE(p27182 @ Aug 26 2007, 03:13 PM) Well first I was gonna should Use a wait statement, but at the very last moment I saw the 5 ms Ton -
need help with speeding up a VI i built...
Ton Plomp replied to p27182's topic in Application Design & Architecture
I'm not really and expert on this, but maybe you should lower the speed of your calculations to 25 Hz instead of 200 Hz (no-one can see that anyway). So gather you data at the current speed (200 Hz), and do the calculations and displahy at 25 Hz, or at a even lower speed. Ton PS your format string implicits 14 bytes, but you read 18 why? -
Dan welcome! May your comments be as harsh and warm as Crelf's and Mballa's ! Good luck, and expect some more stuff from me Ton
-
Your problem seems to be the effect that when yhou hit the scrollbar you change the marking of the item at that height. In LabVIEW (8.x?) there's a method to convert a coordinate to a tag, and you get to know if the coordinate is on the symbol or on the [+] sign. You have even semi-marked items: http://forums.lavag.org/index.php?act=attach&type=post&id=6767 But unfortunately the coordinate to tag-method is not available in 7.1, I suggest you just ignore clicks in the rigtmost 12 pixels (normally the width of a scrollbar) or make your own scrollbar. Ton
-
QUOTE(orko @ Aug 24 2007, 07:39 PM) IMHO IT department is a service department, supporting you in your job. Providing you with the tools. Convince your manager that your hours are more expensive than theirs, or find a new job. Right now I just buy the stuff that I need and find some project to load the costs on, I don't go to IT anymore. Getting the second most valuable piece of software (Total Commander) took 8 months! :headbang: Filling in just one fax paper Ton Who is glad his manager supports him
-
How to write SCC Plugin for LabVIEW project
Ton Plomp replied to Abdullah R's topic in Source Code Control
QUOTE(tcplomp @ Aug 24 2007, 11:46 AM) It works! I can browse my own repository with LabVIEW :thumbup: There's a trial license for a period of time (which I don't know) So that's great news! Only the 'Show Differences' doesn't work. Does anyone have used this with an SCC? Maybe I can try it with the LabVIEW VI to do the diff. QUOTE(gmart @ Aug 24 2007, 02:06 PM) After some searching, I found this article - So, since this plugin exists, in theory, you should be able to hook into it from within LabVIEW. Give that a try and let us know how it worked for you. As my post shows it will most likely work! Ton -
How to write SCC Plugin for LabVIEW project
Ton Plomp replied to Abdullah R's topic in Source Code Control
QUOTE(rolfk @ Aug 24 2007, 10:44 AM) I like the SCC in LabVIEW. The project gives you a good view of what the status of the files are. PushOK has a tool to create a http://www.pushok.com/soft_svn.php' target="_blank">MS SCC proxy interface to SVN haven't figured out if there's a trial license, but will try it tonight. (a license costs just €19) Ton -
QUOTE(ASTDan @ Aug 23 2007, 03:56 PM) NI DAQmx help part number 370466J-01. Ton
-
Receiving unknown xml data
Ton Plomp replied to Daklu's topic in Remote Control, Monitoring and the Internet
QUOTE(Daklu @ Aug 23 2007, 04:05 AM) Well that's because LabVIEW is early binding, meaning that it needs to know every datatype before compiling. And I believe XML doesn't store the datatype inside the XML file (it can sometimes, like NI does). Ton -
QUOTE(yen @ Aug 22 2007, 09:46 PM) You shouldn't use it on a daily basis :laugh: Continous is a much better Ton
-
Yes, but not when the task is running, you will get an error in that case. I don't have DAQmx at my current station, but I suspect you can set the 'channels' property of a DAQmx task. (I assume you use DAQmx) Ton
-
QUOTE(brian175 @ Aug 22 2007, 01:37 PM) So you should create a library of Probes for a lot of datatypes! It shouldn't be to much work to get all numerics (+1D and 2D arrays) + some clusters + Enums + Variant+..... Ton
-
QUOTE(Jim Kring @ Aug 22 2007, 05:11 AM) Uhm scripting? Ton
-
QUOTE(bbean @ Aug 21 2007, 01:15 PM) Uhm, it's private, and I don't know anything about it.... :ninja: But you might check this out EDIT: checked those bu they won't work... Ton
-
QUOTE(Val Brown @ Aug 21 2007, 05:42 AM) He who is colour blind and won't recognize an integer under the floats will rise to dashed and dash-dotted wires! Revolt Revolt. LabVIEW 8.5.1 for the colourdly impaired Ton PS http://en.wikipedia.org/wiki/Let_them_eat_cake' target="_blank">let them eat cake