-
Posts
1,991 -
Joined
-
Last visited
-
Days Won
38
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Ton Plomp
-
Sounds like homework. The examples shipped with LabVIEW have some input for this (look for dynamic mouse). The first thing to do is create your rules and some code to store the different modes the game can be in. Ton
-
Also posted here, and I have no idea what this has to do with hardware. Ton
-
Hi Karthik, check your keyboard, it looks like the shift key is stuck. On topic, go deep inside the Office Toolkit to find out which method is used to load the data from Excel into LabVIEW, perhaps there is a Uni-code aware method you can use. Keep us posted, Ton
-
Make sure that the DLL is run as thread safe (or not), I never dealt with such an issue but it sounds like both processes run in the UI thread. Ton
-
Add a wait of 100 ms to the while loop. Be glad you have a dual core, on a single core this would take 100% Ton
-
If you are going to make your own copy VI, the following should be the fastest: Read original file size Create target file Set target file size to original file size Read chunks in multiples of Sectors (1024?) write these chunks to the target file (this is only neccesary if you want a queue). As far as I'm concerned there is no copy.vi, there is only a copy primitive (or am I absolutly mistaken) Ton
-
Anyone using Mercurial for source code control in LabVIEW?
Ton Plomp replied to Jim Kring's topic in Source Code Control
I did some digging and first I converted my large SVN repo (60 folders) into a large Mercurial Repo. Then I found out I could not get a single folder with clone or pull. Using the convert command and some LabVIEW voodoo I converted this into 60 subrepos in one main repository. Works much faster and I can check out a single project. Ton -
Hi Prince, I find this a very good approach, for such a task, looking up some help for a direction, good idea . What course are you in and at what level (please describe the level, since I'm from the netherlands I'll propably have a hard time understanding non-dutch school systems). What direction are you studying? -computer sciences -physics -chemistry -..... It might be usefull to post the assignment text you got from your profressor so we help you decide what kind of task you need. Do you have some hardware and sensors you must or may use? Perhaps you can help with some open source labview projects! Ton
-
Yes you should, or you need some valid internet DNS address. However when I try to go to 82.210.125.150 I get nothing, if you are connected through a switch you should use port-forwarding to get the incoming port 80 on your computer. Contact you sysadmin, or if you are the sysadmin read your switch documentation. Be aware that you should not open unnessecary ports. Ton
-
How to make self referencing objects?
Ton Plomp replied to Black Pearl's topic in Object-Oriented Programming
Try getting your hands on 'Head first design patterns' bol.com. It leans heavenly on the Java design patterns but is written quite good, and a lot of design patterns are covered. Ton -
I finally found a use for the 'View unread content' due to this RSS behaviour change. Ton
-
What type do you use? and is there some online documentation? Ton
-
If I was about to resize programmatically I would stop auto-resizing. TOn
-
Do by chance resize the graph in multiple locations? What code do you have, does our snippet work? Ton
-
I tried it in 8.6 with a graph, xy-graph and chart and in all cases the PlotAreaSize property resizes the bounds as well. Ton
-
Strange, it works for me (LV 2009 and with a graph): <object id="scPlayer" width="741" height="503"> <param name="movie" value="http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/jingswfplayer.swf"></param>'>http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/jingswfplayer.swf"></param> <param name="quality" value="high"></param> <param name="bgcolor" value="#FFFFFF"></param> <param name="flashVars" value="thumb=http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/FirstFrame.jpg&containerwidth=741&containerheight=503&content=http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/2010-05-20_2145.swf"></param> <param name="allowFullScreen" value="true"></param> <param name="scale" value="showall"></param> <param name="allowScriptAccess" value="always"></param> <param name="base" value="http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/"></param>'>http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/"></param> <embed src="http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/jingswfplayer.swf" quality="high" bgcolor="#FFFFFF" width="741" height="503" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="thumb=http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/FirstFrame.jpg&containerwidth=741&containerheight=503&content=http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/2010-05-20_2145.swf" allowFullScreen="true" base="http://content.screencast.com/users/TonPlomp/folders/Jing/media/9ae3148f-d7a9-4255-91d8-ee0e1c48dfac/" scale="showall"></embed> </object> Ton
-
I think you are looking for the 'PlorAreaSize' and 'PlotAreaPosition' these seem to do what you want: <Plug>: have you looked at my Resize/Align/Distribute toolset? </plug> Ton
-
Strict Variant <-> Numeric conversion
Ton Plomp replied to mike5's topic in Application Design & Architecture
-
X Control Distribution (Bug?)
Ton Plomp replied to jgcode's topic in Application Builder, Installers and code distribution
What info is returned on the broken XControl. What is listed in your dependencies? I have had this once in 8.5 with the Variant Probe Ton -
How to strech image in the image control?
Ton Plomp replied to lovemachinez's topic in Machine Vision and Imaging
-
The hypertext is the bug. The image being appended is a feature of the forum software. Any attached image that is not used in the post is automagically shown. Ton
-
What style were those indicators? 3D (modern) and were they overlaying other indicators/controls/GUI elements? I think the latter is most likely the cause of your slowdown. Ton
-
Manipulate an event refnum?
Ton Plomp replied to Aitor Solar's topic in Application Design & Architecture
Could you provide more info on this bug? What are the exact limitations? ton -
Cannot embed an image from NI forums
Ton Plomp replied to Ton Plomp's topic in Site Feedback & Support
It's defenitley an image, because a simple HTTP GET returns a datastream that can be saved to disc and read by LabVIEW PNG routines. It's probably bad form by NI not to include an extension at all. Ton