Re: Displaying a custom graph

2004-03-30 Thread JDesRosier
Matt- Since this issue is now a signal coding problem with LabVIEW, I recommend that you submit a new post to the discussion forum under a different title. This way, future users will be able to search for problem answers for LabVIEW signal graphing proramming, and your entry (with answer) will b

Re: Displaying a custom graph

2004-03-30 Thread JDesRosier
Matt, Right-Click on the Convert to Dynamic Data Type icon and choose [Properties], then select "single scalar." This should fix your problem. Good Luck! -Joe Des Rosier- National Instruments

Re: Displaying a custom graph

2004-03-21 Thread JDesRosier
Matt- By all means! As a matter of fact, the "find instantaneous maximum" code that I wrote for you may be added to our list of internal example programs for others to reference in the future. Best Regards, -Joe Des Rosier- National Instruments

Re: Displaying a custom graph

2004-03-15 Thread JDesRosier
Matt- Thanks for getting back with me. I hope your vacation was relaxing. Things have been a bit hectic in the office this past week, but I did look further into your questions and have come up with the following: First, I understand you wish to change the order in which the data is plotted on th

Re: blinking front panel object problem

2004-03-11 Thread JDesRosier
Brett, If your apparatus is already preloaded and you want to use the preloaded value as the initial condition reference point, you will want to use either hardware or software offset nulling. Offset nulling is a method used to offset a series of measurements with respect to an initial condition

Re: (no subject)

2004-03-11 Thread JDesRosier
Hello, Your Discussion Forum post was a link to a previous post that appears to have been answered by users. Do you have a particular question? If so, please repost your question and I will do my best to help you reach a solution. Best Regards, Joe Des Rosier National Instruments

Re: Why does a VI execute differently in step-by-step mode?

2004-03-10 Thread JDesRosier
Germ, Here is the http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=50650008001C3D&ECategory=LabVIEW.LabVIEW+General";> link to the thread that I feel will help you resolve your problem. I'm sorry the search did not work when attempted. I hope this wor

Re: blinking front panel object problem

2004-03-10 Thread JDesRosier
Hello Brett, I understand you're looking to programmatically blink a button between the 'on' and 'off' states. This is a typical request of LabVIEW users, and I have included several answers to this question in the links below. http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQ

Re: I need timed data logging with continuous graphing

2004-03-03 Thread JDesRosier
Hello, In order to log the measurements every hour, you will want to implement a "Wait (ms)" function. This function can be added to the block diagram by [right-clicking] and selecting the following: [All Functions] >> [Time & Dialog] >> [Wait (ms)] You will want to place this wait function insi

Re: Any updates for LabView 2.2.1 to work on Win-XP operating system?

2004-03-03 Thread JDesRosier
Hello, There is no way to "revive" your program in XP. Unfortunately, LV 2.x cannot run on XP. What we will need to do is migrate the program using the LabVIEW conversion kit. More information about the conversion kit can be found http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc

Re: arabic

2004-03-02 Thread JDesRosier
Hello, In order to display Arabic text in LabVIEW, follow the directions on the following post: http://digital.ni.com/public.nsf/websearch/A85102C718443B3D86256B13007E559F?OpenDocument";> Click Here I hope this helps. Please let me know if I can further assist you. Best Regards, Joe Des Rosi

Re: error -2147221480 occured at building dll stub

2004-03-01 Thread JDesRosier
Good deal. I'm glad that you're up and running now. Best Regards, -Joe Des Rosier-

Re: Averaging Elements in an Array

2004-03-01 Thread JDesRosier
Jeff, Keep in mind that the first element in the array is indexed as 'element 0.' That's the standard LabVIEW array formatting, so be careful with your array syntax. If you had the following array: [a b c d], letter 'b' is element 1. I hope this helps. Kind Regards, Joe Des Rosier National Inst

Re: LabVIEW modules for Varian Mult-Gauge Controllers?

2004-03-01 Thread JDesRosier
Chris, A good resource for instrument drivers is the NI website at this URL: http://www.ni.com/devzone/idnet/ If you cannot find an instrument driver for your device on this site, you should submit a request for the driver by clicking the [request driver] link. Also, if the device has a RS-232 po

Re: How to put "expire time" property when build a stand-alone LabView application?

2004-02-27 Thread JDesRosier
Hello, Using LabVIEW, the only option I can see you pursuing is to use a timestamp to take the current time (first time the program is run), write this value to a registry key, read the registry key during each subsequent program compilation, take the difference between the current time and the st

Re: how can you tell how fast you are sampling when using digital inputs to the PCI6014

2004-02-27 Thread JDesRosier
Hello, Thanks for contacting National Instruments. I found some information that I feel will help you to calculate the sampling rate, so that you'll be able to use this constant in your VI. Please see the link below. http://digital.ni.com/public.nsf/websearch/5782F1B396474BAF86256A1D00572D6E?Ope

Re: IDL DrawWidget Control

2004-02-27 Thread JDesRosier
Hello Ryan, Thank you for contacting National Instruments. I am sorry, but you will need to contact the vendor of the DrawWidget Control 2.0 component in order to obtain a current copy of the software. Kind Regards, Joe Des Rosier Applications Engineering

Re: FILES I/O

2004-02-27 Thread JDesRosier
Hello, The previously posted solutions are definitely valid. If you'd like some example files to work with, you can (from the front panel of your application) click [Help]>>[Find Examples] and search for "I/O" and "strings." Good luck! Joe Des Rosier National Instruments

Re: Communicating Between Built LV App.s

2004-02-27 Thread JDesRosier
Neal, I'm sorry for the misunderstanding. If you need to use executables, then queues are not the solution. Your best bet is to stick with data sockets. According to the newest post, memory mapped files are a possibility, but I don't have any experience with this technique. I'm sorry that queues

Re: error -2147221480 occured at building dll stub

2004-02-27 Thread JDesRosier
Hello, I am sorry that the previous solution didn't fix the problem. I found another knowledge base entry that may be the correct solution. Please follow the instructions on the following link: http://digital.ni.com/public.nsf/websearch/51A4147B66E59BA286256C690077109B?OpenDocument I honestly fe

Re: I want to make a arrow picture blink when The Load cell is travelling down

2004-02-26 Thread JDesRosier
Skegsy, Hello again. I'm a bit confused as to what you mean by "my load indicator doesn't truly clear itself." I noticed that you use a case structure that is designed to clear the peak-load indicator. Once you press the 'clear peak load' button on the front panel, your indicator will temporarily

Re: Communicating Between Built LV App.s

2004-02-26 Thread JDesRosier
Dear Neal- I think that you can implement queues to communicate between LabVIEW app's on the same computer. Queues are one of the newer LabVIEW features, and I feel that they will be much easier to use than a Data Socket. LabVIEW includes several excellent queue operation examples, which can be a

Re: Labview Locks Up Opening Chart Properties

2004-02-26 Thread JDesRosier
Dear Kirk- What are your machine specs? I'm thinking that this problem may be fixed by increasing your system RAM, processor speed, and/or video card. One of these system parameters could undoubtedly be bottlenecking your refresh processes if any of your hardware components are outdated. Another

Re: Is the output from an auto power spectrum complex valued?

2004-02-26 Thread JDesRosier
Hello, It sounds like you've sorted out your questions through the two excellent response posts. I found a couple of knowledge base entries regarding FFT analysis in LabVIEW, and I thought you may want to reference them for further information/instruction. Please look at the following links. htt

Re: explore transfer functions

2004-02-26 Thread JDesRosier
Hello, Do you already have the LabVIEW PID Control Toolkit? If not, please visit the following link for more information about this excellent package: http://sine.ni.com/apps/we/nioc.vp?cid=1394&lang=US Also, I found some more information regarding the use of transfer functions. Please see the fo

Re: Simulink interface!

2004-02-26 Thread JDesRosier
Dear Badhri, I came across your support request and realized that I've seen a similar circumstance occur in the past. A customer was having problems building a MatLAB simulink DLL using a LabVIEW toolkit. http://ae.natinst.com/operations/ae/public.nsf/fca7838c4500dc10862567a100753500/0e0740a80c80

Re: Error message and crashing of LabVIEW 5 when controlling K-Teams Khepera robot

2004-02-26 Thread JDesRosier
Sam, Unfortunately, this is not a LabVIEW error. You have a memory conflict within Windows. The previous response to your thread is an excellent evaluation of the problem. Because the error is a Windows registry-level error, I cannot provide support for this issue. You may want to contact Microsof

Re: Displaying a custom graph

2004-02-26 Thread JDesRosier
Hello, What you will want to do is the following: 1) First, place a waveform chart on the front panel by right-clicking on the panel and selecting a Waveform Graph under the [Graph Inds] panel 2) Press [Ctrl]+[E] to go to the block diagram 3) [Right-click] on the diagram and choose [Signal Mani

Re: Creating/linking compiled shell vi and user vi code -How?

2004-02-25 Thread JDesRosier
Dear Spearing, First and foremost, thank you for contacting National Instruments. When you say that you want the user to be "isolated" from the shell VI, do you mean that you wish to set some security options that literally 'lock' the user out of the shell front panel and block diagram? If this i

Re: passing data to subvi

2004-02-25 Thread JDesRosier
Hello, The two previous posts are excellent solutions for your desired action. One thing to note, however, is that the use of local or global variables can cause performance issues on a large scale. Every instance of one of these variables will create a copy of the data in memory. If you are tryi

Re: how to programe a cuteftp with LABVIEW?

2004-02-25 Thread JDesRosier
Hello, Thanks for contacting National Instruments. The easiest way to control any form of FTP interaction through LabVIEW is to use the FTP VIs within the connectivity toolkit (provided you have this toolkit). If you do not have this toolkit, I highly recommend that you visit the following link f

Re: /drivers/daq/setup/ni_rundll or one of its components not foun

2004-02-25 Thread JDesRosier
Hello, Are you actually trying to install DAQ, or are you trying to install LabVIEW? What software version(s) are you currently using? If you're trying to install DAQ, I have a suggestion. Please go to www.ni.com and click [Drivers and Updates] on the left. Click [All software versions}, then scr

Re: I want to make a arrow picture blink when The Load cell is travelling down

2004-02-25 Thread JDesRosier
Dear Skegsy- You will not be able to use the "customize control" function to modify the indicator's disabled state. Because you're, in effect, changing the image display of a Boolean indicator, there is no 'disabled' state for the indicator. A 'true' or 'false' value is always being passed to the

Re: Why does a VI execute differently in step-by-step mode?

2004-02-25 Thread JDesRosier
Germ- I understand you're experiencing issues when taking continuous, consequtive readings with your Keithley DMM. While searching through the archive of similar customer experiences, I came across a thread that may help you reach a solution. Please do the following: 1) Goto www.ni.com 2) Scroll

Re: What differences are between VI templates and VI?

2004-02-25 Thread JDesRosier
Dear Bichillo, I was searching through our knowledge base archive, and I may have found some more information to help you learn about the differences between VIs and VITs. Please do the following: 1) Goto www.ni.com 2) Scroll down and click [KnowledgeBase] 3) Perform a search on "+vi +vit +diffe

Re: Where can I find the virtual thermometer in the LabVIEW 7 express evaluation?

2004-02-25 Thread JDesRosier
Hello, Thank you for contacting National Instruments. It is my understanding that you are trying to find a VI that mimics a thermometer within LabVIEW 7.0. Fortunately, LabVIEW 7.0 has a library of built-in example VIs, several of which deal with temperature analysis. First, open LabVIEW 7.0 and

Re: /drivers/daq/setup/ni_rundll or one of its components not foun

2004-02-25 Thread JDesRosier
Hello, Thank you for contacting National Instruments. I may have found a knowledge base entry that accurately addresses your problem. Following these instructions will, hopefully, resolve your Dll problem. To access the knowledge base entry, please do the following: 1) Go to http://www.ni.com 2

Re: error -2147221480 occured at building dll stub

2004-02-25 Thread JDesRosier
Hello, Thank you for contacting National Instruments. I understand that you're experiencing issues when trying to build a LabVIEW dll. Fortunately, there is more information regarding this problem within our online knowledge base. See the following link. http://digital.ni.com/public.nsf/websear