-
Posts
1,991 -
Joined
-
Last visited
-
Days Won
38
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Ton Plomp
-
Open file and Read file may occur at same time
Ton Plomp replied to BrokenArrow's topic in Database and File IO
QUOTE(BrokenArrow @ Jun 19 2007, 03:03 PM) A better solution is the fileinfo primitive: http://zone.ni.com/reference/en-XX/help/371361B-01/glang/file_directory_info/' target="_blank">Link If I were you I'd use a messaging system, but since you are debugging most likely you inherited the code :headbang: Ton -
problem when editing sub pallet icons with non standard vi editor
Ton Plomp replied to Mark Balla's topic in LabVIEW Bugs
QUOTE(mballa @ May 7 2007, 09:43 PM) The same issue arises when the icon is edited from the VI properties... Ton -
Read data at a specific time from TDMS
Ton Plomp replied to Thang Nguyen's topic in Database and File IO
QUOTE(Thang Nguyen @ Jun 15 2007, 06:04 PM) I think Michael limited that to a few extensions. If I look at your file with DIADem I see the same as you... Can you verify that LabVIEW stores the data correct in the array. Ton -
Read data at a specific time from TDMS
Ton Plomp replied to Thang Nguyen's topic in Database and File IO
QUOTE(Thang Nguyen @ Jun 15 2007, 01:19 AM) Can you post a short TDMS? And maybe the code of the saving? Ton -
Read data at a specific time from TDMS
Ton Plomp replied to Thang Nguyen's topic in Database and File IO
QUOTE(Thang Nguyen @ Jun 14 2007, 07:22 PM) Most likely you are storing arrays and not waveforms, sadly. Ton -
QUOTE(pallen @ Jun 14 2007, 04:48 PM) Yes I can sort by message, but that way I would miss new threads fast. The screenshot shown by me shows that the Thinkinging and expresseionflow feeds are seperated by 'tags' or something. It would be nice if the different forums of LAVA would be distingable. Ton PS I like the 'snap' preview function!
-
I recently started using NewsFox for my RSS reading. It looks great and is better than my previous one WizzRSS. One great feature is exposed by Thinkinging and expressionflow: Where the RSS feed is divided into folders, it would be nice if the LAVA feed can be divided into seperate forums or seperate threads I don't know if IP board provides this but it would be nice! Ton
-
NI-IMAQ for USB Camera in LABVIEW 8.2
Ton Plomp replied to Ich's topic in Machine Vision and Imaging
QUOTE(Ich @ Jun 13 2007, 05:32 PM) Hi Ich, what version of IMAQ do you have installed? Ton -
QUOTE(pallen @ Jun 13 2007, 04:07 PM) None, but I have some experience in the lab, were a USB 6221 took quite some time to get started with analog output (3-4 seconds) vs. semingly direct on PCI. Ton
-
QUOTE(Gary Rubin @ Jun 13 2007, 03:03 PM) Yes! Perfmon :thumbup: Ton
-
I know there is some tool in Windows XP that allows you to track the CPU load and memory usage of a certain process. Does anyone know what I am talking about? Thanks, Ton
-
Outline mode links not working properly
Ton Plomp replied to LAVA 1.0 Content's topic in Site Feedback & Support
QUOTE(PJM_labview @ Jun 12 2007, 08:01 AM) ditto! -
QUOTE(alukindo @ Jun 9 2007, 09:51 PM) Thanks, since your post didn't include a version reference I was looking at the version mentioned in your profile (please update). Since it's a bug in the current version please inform NI, via your local representative or via the web. Ton
-
QUOTE(Michael_Aivaliotis @ Jun 9 2007, 07:28 PM) How long would it take before: Tomi says LVOOP Aristos says LVOOP Herbert says TDMS ..... Do a search for a thread called 'http://forums.lavag.org/So-many-binary-file-options-t5506.html' target="_blank">so many binary options' Ton
-
QUOTE(alukindo @ Jun 9 2007, 02:20 AM) I assume this is in 7.1.1, could you post the VI so we can test if this is fixed? Ton
-
Experimenting with XControls and drag 'n drop
Ton Plomp replied to phuzionz's topic in User Interface
Hi Jeroen, one example. I recently had an application were we wanted to know the 2nd order polynomial fit, but also showing the data as points in an graph, showing the polynomial fit in a graph and showing the fit in a string indicator. Wasn't that hard, but then the custumor wanted 4 of these fits! Copy paste, creating new terminal for everything with very logical names. If I had done an XControl in the first place I only had to copy the XControl terminal. I believe the new mixed signal graph is an XControl+Xnode in one, this shows the strengths and weaknesses of the system. Ton -
"Required" terminals are more efficient?
Ton Plomp replied to crelf's topic in Development Environment (IDE)
QUOTE(Ben @ Jun 7 2007, 10:54 PM) QUOTE(crelf @ Jun 8 2007, 03:14 AM) What does that mean? I think Ben means that is you want to make good (and) fast use of in place work on data that goes in and out (like an +1 operation) it is best to set the terminals on the bare block diagram. Meaning not inside any structure (like an error testing case structure). Ton -
"Required" terminals are more efficient?
Ton Plomp replied to crelf's topic in Development Environment (IDE)
QUOTE(Tomi Maila @ Jun 7 2007, 11:11 PM) Tomi, could you explain what you mean here? 'block diagram environment'? Ton -
Hi ZZZZZ, yes you can install all these, first install LabVIEW from low to high, then read this it shows how to support daq from multiple LabVIEW versions. Ton
-
The search still sucks! I was looking for this post the term toolbar did not return the post, I had to browse my attachment list to get there. Recently I was looking for this post the term gem did not return this post while the word is actual in the post! Looking for this discussion (Lava search SUCKS) with sucks or SUCKS both did not work the term should have been "LAVA search" :headbang: Ton
-
This shouldn't be a problem, make sure you have backup copies of the code since saving 8.0 will be very hard to open in 5.1. What is the problem you experience? Could you post the VI with the problem? Ton
-
QUOTE(phuzionz @ Jun 5 2007, 11:01 AM) Right click on you listbox and deselect 'allow multiple selections' Each element in your array represents one selection. If you need multiple selection you can XOR the old and new array to find the changed element. Ton
-
QUOTE(Gary Rubin @ Jun 4 2007, 02:08 PM) That is a good example of compiler optimization, if you change the constant to a control, the code should not run with the same speed. In LabVIEW 8 you can see this with 'constant folding' Ton
-
Doh.... :beer: Amstel, :beer: Heineken, :beer: Grolsch, :beer: Hertog Jan? Thanks Dirk, Ton
-
Save the lvlib before you add the VI (this makes it less complicated) Load the VI into memory before you add it to the library, and save it after the lvlib has been saved. Now here's my Q: Does anyone know how to set the 'private' state of a lvlib-member? Or detect the state of such a member. I only get to this: http://forums.lavag.org/index.php?act=attach&type=post&id=6003 Someone? Ton