Re: how can I increment documentation?

2004-05-24 Thread walla
I belong a motor. It runs for some seconds. It stops. When it's stopping, I save files, for example : file1, file 2... After that, it runs and I want to save other files file1, file2... but in another documentation. Is it possible?

Re: Saving data in remote panel

2004-05-24 Thread fahlers
That's what I tried to say: When you avoid to present the file dialog of the operating system the very process of saving to or reading from a file will work with remote panels. As I said, I do this in one of my programs where the filename is contructed programmatically and no user input is

Re: Error -1073807343 when calling the open visa function

2004-05-24 Thread PascThom
Thank you for your help. The error occures when I open the Visa session with Labview, with the function Visa open. Have a good day ! PPT

Re: standby and hibernate problems after installing LabVIEW 7.1

2004-05-24 Thread Armen
After disabling Keyboard Filter it works again, thank you for support!

Re: filemgr.cpp error line 5662

2004-05-24 Thread GianniM
Hi, It's not possible to determine exactly which function is involved, because many functions can handle a part of this module. Even if we find the function, the fix will only be applied on the next version of LabVIEW, and not on the 6.1. I think, the best way for you, if you can't reproduce the

Re: modify the custom date format of XY graph by programmation

2004-05-24 Thread Gael_Robin
Thanks but can I progam the time format like this : dd/MM hh:mm

Can somebody send me the Sine Waveform.vi for version 6.0

2004-05-24 Thread Johnaxe
I have the base version, which does not come with Sine Waveform.vi. I need this ASAP...or else just send me the block diagram, and I will make it myself. Thanks

Hi!!how can I build a vi with every number of inputs?

2004-05-24 Thread Bichillo
The vi I want to build is a little strange , I am going to try to explain the basic idea!! I need a vi with every number of inputs, so, maybe my vi has 2 inputs or 50 inputs. I know that a vi has a limited number of terminals (28), so , I thought that I had to use an array to avoid limit the

Re: fix graph XY size

2004-05-24 Thread jumarion
Hi, You need to uncheck the autoscale for X and for Y. Right click on the control (Front Panel) and see in the submenus X scale and Y scale. Hope this helps ! Julien

Re: collating sequence error???

2004-05-24 Thread Scotty Parker
Thanks guys for the replies. My program is to be able to query a Database that resides in the same PC that the program is. Only point to note is the database will be generated by a different PC and this database will be saved inside the PC where the program will reside. I tested the program on

Re: collating sequence error???

2004-05-24 Thread Scotty Parker
Thanks guys for the replies. My program is to be able to query a Database that resides in the same PC that the program is. Only point to note is the database will be generated by a different PC and this database will be saved inside the PC where the program will reside. I tested the program on

Why do I get horrible resolution using Benchtop Function Generator.vi

2004-05-24 Thread Johnaxe
At 200 Hz, the resolution on my Oscilloscope is horrible, I am running a sine wave, but it looks more like a square wave. What can I do to improve this so that I get good resolution at 1000 Hz

Re: RECHERCHE SCRIPT PID EN DAQmx....

2004-05-24 Thread STEPHANE95
merci beaucoup, c'est exactement ce que je recherchais par contre, quelle est sa FREQUENCE de fonctionnement maximale car je voudrais aller jusqu'a 3 KHz ? ( je dispose d'une carte PCI 6024E et d'un pc 2,4 GHZ) de plus, j'obtient une erreur du type 200795 s'est produite =E0 DAQmx Write (Analog

Registry error 600

2004-05-24 Thread Mc
i need to read a key in registry, but LV returns a msgbox with this message unidentified error due to Windows registry (Erreur ind=E9termin=E9e au niveau du registre Windows, in french). What is the cause of this error ans how can i do to avoid it ? Thanx Matt

How to resize array index field in LV6.1?

2004-05-24 Thread Joolz
Hiya If I create an array control on the front panel, the size of the array index fields seems to be fixed, which is a pain if you have an array with more than 1000 elements (because the field is not wide enough to display the index). Is there a way to resize the field, or is this yet another

Re: How to resize array index field in LV6.1?

2004-05-24 Thread jumarion
--4873721.1085400528826.JavaMail.quiq.tekken Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Place your cursor in front of a border of the index field so that you get the same thing as shown on the image. Place then your cursor on the top left corner until your

Re: Time zones and time stamps

2004-05-24 Thread Rubin, Gary
George, I am also interested in this issue... Do you mind sharing some of the feedback you got? I didn't see any responses in my Info_Labview daily digest. Thanks, Gary Subject: Re: Time zones and time stamps From: George Gatling (Contractor) [EMAIL PROTECTED] Date: Fri,

Re: Data transmission

2004-05-24 Thread nickdiamond
Mads, i got it. thx nick

Re: How to resize array index field in LV6.1?

2004-05-24 Thread Joolz
Thanks! - I'd tried left and right clicking and hovering over the field, but I hadn't waited long enough - I'm too impatient! Cheers Joolz

Re: Simultaneous analogue input and output

2004-05-24 Thread LouisP
Hello, I have looked into your vi. You are using the function AO C-GEN, I believe that this is taking up the time. The Ao C-GEN is a higher level. What you need to use is lower level functions such as AO Config, AO Write etc. If you expand the AO C-Gen.vi then you will see the lower level vis in

Re: Unit indicator is not updated in Numeric Control

2004-05-24 Thread Dr. Imad
The number corresponds to that, the unit string is updated only when you click on the string! I see that, looks like a bug to me in version 7

Re: Unit indicator is not updated in Numeric Control

2004-05-24 Thread jumarion
Hi, Right click - adjust to text. the m in mdeg could'nt be displayed because of the string width which was too large but it's not a bug of labVIEW. Hope this helps ! Julien

turn off auto scale in XY graph when zooming?

2004-05-24 Thread _hmann_
Hi! I have a xy graph with 3 graphs and 3 scales. Whenever I zoom in and then go back to full view one of my scales switches from a fixed scale to autoscale. The others stay fixed. Anyone knows what this could be? bye hmann

Re: Can somebody send me the Sine Waveform.vi for version 6.0

2004-05-24 Thread Dennis Knutson
The only legal way for you to get this VI is to upgrade your version of LabVIEW. I can't believe you're asking people here to violate their license agreements.

Re: Hi!!how can I build a vi with every number of inputs?

2004-05-24 Thread Greg McKaskle
I suppose that my explanation is not very good! I want to build something similar to the vi Build an array . It is a vi that has every number of inputs, this example is to explain the idea. I dont know if it is possible doing something similar, because depending on the number of inputs the

Re: Access Autonumber property using LabVIEW 6.1

2004-05-24 Thread Dennis Knutson
You don't generate the autonumber in LabVIEW. If you defined a column in Access to autonumber, every time you insert a new row, Access itself will populate the column.

Is neccesary to initialize an array of indicators to be able to show my results?

2004-05-24 Thread Bichillo
I am working using Labview 7, and I have a problem when I have to show my results in an boolean indicators array. The problem is that I have to initialize the array to see the results. Is it normal or am I doing something wrong?Has it any solution? Thanks in advanced. Graci

Re: Unit indicator is not updated in Numeric Control

2004-05-24 Thread matthias.richwin
Yes, that's it. Thanks a lot! Matthias

Application Builder error 2036400

2004-05-24 Thread Big K
My Labview 7.1 Application has been rebuilt from Labview 7.0 and I reinstalled it to the target machine. ( Including the 7.1 runtime engine. Now when I try to launch it ,it says vi has an error of type 2036400. The full development version of Labview is required to fix the errors. I have the

Re: Y axis position

2004-05-24 Thread Oleg
Hi, if you want to show Y scale at the right side of your graph instead of its ordinary position at the left you must do the following things: Right click on the title of the scale and select swap sides option from pop-up menu. Good luck. Oleg Chutko.

RS232 communication question

2004-05-24 Thread G_F
Hi, I try to get data from a voltmeter through the RS232 liaison but apparently not datas are transfered so far. I checked everything with another programm and the serial port and voltmeter work fine. I then download a self test from NI loopback.vi to test the port com. No need to say that I

Re: Parallel read write

2004-05-24 Thread Brian Powell
There are a couple of ways to talk to the parallel port in LabVIEW. You can use NI-VISA to communicate with LPT1 (also known as, I think, ASRL::10::INSTR). This will let you do straight reads and writes, and assumes that the device uses pretty normal signaling. Under the hood, NI-VISA is using

Re: array manipulation

2004-05-24 Thread ErikvH
Hi, I took a look at your program, but the code is not very clear. I guess with input and output in you mean the AI one point and AO one point function calls. However they are running in parallel, so you cannot say which one goes first and which one goes second. You can use a sequence structure to

Re: Acquiring through the mircophone

2004-05-24 Thread Brian Powell
Instrument I/O Assistant won't help you; it's for talking to instruments connected through GPIB, Serial, and similar buses. You need to use the Sound VIs. You can use the Example Finder to search for sound and you should find several useful examples. Brian

Re: Application Builder error 2036400

2004-05-24 Thread dan bookwalter
go to www.info-labview.org and do a search on The full development version of Labview is required to fix the errors there are a couple of solutions there... good luck

Can I configure LabView web server to use multicast protocol?

2004-05-24 Thread Federico Marangoni
I know that by means of a web browser it is possible to control a remote panel using the run time engine software. So remote clients are connected to the labVIEW web server to interact with the remote panel. I'd like to know if it is possible to configure LabVIEW web server in order to use UDP

Re: realtime information

2004-05-24 Thread ErikvH
Hi, I took a look at your program, but the code is not very clear. I guess with input and output in you mean the AI one point and AO one point function calls. However they are running in parallel, so you cannot say which one goes first and which one goes second. You can use a sequence structure to

Re: Connection required by default

2004-05-24 Thread bmihura
I, too, would like the option to have LabVIEW always default to Required rather than Recommended. I'd say over 95% of my connections are required, so I always have to manually do this. What a waste of time!

Re: Hi!!how can I build a vi with every number of inputs?

2004-05-24 Thread Oleg
Hi, one of the typical solutions is to use clusters. You can create one cluster input for your vi with many elements inside. These elements colud be of different types. With such solution you can create inside cluster much more then 28 input elements. Good luck. Oleg Chutko.

Re: Access Autonumber property using LabVIEW 6.1

2004-05-24 Thread scott1961_us
Sorry I wasn't clear with my question. I currently have 2 tables in my database. 1 table has a set of records from my application. The other table has the same set of records and ID column that is an autonumber type. The table without the ID column works fine, but the table with the ID column

Re: modify the custom date format of XY graph by programmation

2004-05-24 Thread shawn
Yes. The LabVIEW Help explains what each part of the format string means. The help on the Format Date/Time String function explains this best (Go to Help Menu, select VI, Function, How To, then type Format Date/Time String into the Index tab. For Days/Months Hours:Minutes use %d/%m %H:%M Shawn

Re: Using LabView server , is it possible to use the multicast...

2004-05-24 Thread Federico Marangoni
I know that by means of a web browser it is possible to control a remote panel using the run time engine software. So remote clients are connected to the labVIEW web server to interact with the remote panel. I'd like to know if it is possible to configure LabVIEW web server in order to use UDP

Question to Info-LabVIEW Digest

2004-05-24 Thread Barry Brophy
LabVIEW SCXI 1100 anomaly Dear all, I have run into a truly bizarre anomaly when reading from an SCXI 1100 card with labview 6.1. I have been using labview for over 4 years and have never seen anything like this. I wonder if anyone can help me. I have an application with many temperature

RE: Question to Info-LabVIEW Digest

2004-05-24 Thread Juan Carlos Flores
Just out of curiosity... But when you aquire the 40 channels in the main application, are any of the channels unwired / ungrounded? From my experience, acquiring ungrounded channels in the midst of properly wired channels will cause some type of saturation within the data acquisition card, or at

Operations Menu Problem

2004-05-24 Thread Kura
I'm wanting to use the log at completion option to save my front panel after every program execution, but for some reason on the vi I just built the option to do this is grayed out. Does anyone know how I can make this option available again?

can i print out two or more graphs at one time?

2004-05-24 Thread fenny
i know to print out a picture or graph,I need to make a reference of the picture and make a report and print out the report. I have 4 graphs need to be printed, how can I print them in one report?

Re: how open an application with labview

2004-05-24 Thread altenbach
Look for System Exec, it's in the Communications palette.

Re: convolution.vi isn't working properly

2004-05-24 Thread altenbach
Very strange... Can you open the diagram of the convolution.vi, then double-click on the Call Library Function Node. What is the Path? (It should be C:\Program Files\National Instruments\LabVIEW 7.0\resource\lvanlys.*). Could ot be yours points somewhere else? Now find the lvanlys.dll in

Re: Access Autonumber property using LabVIEW 6.1

2004-05-24 Thread Dennis Knutson
I don't use the toolkit so I don't know what the error code is. You should have the text of the error. Are you trying to read or write to the table when you get the error? When I create an Insert qurty using SQL, I don't specify the autonumber column and I would think that you wouldn't define it

how open an application with labview

2004-05-24 Thread mathieu99
I need to open an application to use a camera and store data before using tis data in labview but i don't now how to call an app in a VI

Re: Can somebody send me the Sine Waveform.vi for version 6.0

2004-05-24 Thread Johnaxe
I did not know about that, thank you for telling me.

Re: Embedded LabView on an independent chip?

2004-05-24 Thread rberger
Hi Matt: You can download LabVIEW code on TI's DSP. Check out this link: www.sheldoninst.com They have really cool tools and LabVIEW drivers. Robert

Re: Linux support for LV6.1

2004-05-24 Thread Rolly
Thx Methis, it's so kind of you giving me these info. As a newbie to Linux(FC2), I forgot to mention that I have not installed every rpms on the 4 CDs of Fedora Core 2 into my PC because of space concern. I have checked my system that glibc-2.3.3-27 and glibc-devel-2.3.3-27 are present. Do you

Re: How can I determine the device number from the task ID

2004-05-24 Thread whatsthis
Thanks Bill.

Instrument Lib icon is missing in function palette

2004-05-24 Thread labview7-new_user
Can some one help me? I am missing instrument Lib in my function palette. I am using labview ver.7. How do I find them? Your help is great appreciated.

I had a problem with Labview 7.0 and AI Config.

2004-05-24 Thread denniskillz
I made an error out control for the AI config and found an error saying that it was due to AI group Config. What do I do can someone help me please.

Re: RS232 communication question

2004-05-24 Thread AggieMatt
Hi G=E9rard, Have you checked www.ni.com/idnet to make sure NI doesn't already have a driver for your voltmeter? On the block diagram of loopback.vi, there should be serial port init.vi (or something similar). You may need to configure the baud rate, data bits, stop bits, flow control, etc.

Re: Instrument Lib icon is missing in function palette

2004-05-24 Thread Nancy
Have you done a search for Instrument Drivers in the functions palette?

Re: LOGGING RATE IN LABVIEW 7.0

2004-05-24 Thread Saridi
Thank You Sarah That is exactly what I wanted. I'll try it. Thanks

Re: Instrument Lib icon is missing in function palette

2004-05-24 Thread labview7-new_user
Yes, I did, the instrument lib icon is missing and nothing is display after the search except the instrument I/O assistant.

Re: convolution.vi isn't working properly

2004-05-24 Thread altenbach
I have three different types of lvanlys.dll on 9 different locations... It could be that another (bad) version is already in memory when you start your application. Where are the others locatated?

write data to file periodically

2004-05-24 Thread shh2745
Hi, I work on a labview project. I need to record data from compact field point every 100ms and calculate 15min average value of the input data, then save the average value into file continuously. I have already done the data record part. My problem here is when labview save the result to file,

Re: Instrument Lib icon is missing in function palette

2004-05-24 Thread Nancy
The palette menu file for Instrument Drivers is at LabVIEW\instr.lib\dir.mnu. If you don't have this file, then you have to reinstall LV to repair it. Maybe you moved this file to somewhere else? In that case just put it back to its original location and it will be fixed.

DAQmx pretrigger

2004-05-24 Thread Seifert, George
I'm trying to convert two channels on a PCI-MIO-16E-1 board using DAQmx and LV7.0. I need to get some of the pretrigger samples. The best I can figure out from the documentation is that if I want to get pretrigger samples I can only convert one channel? Can that be right? George Medtronic

Reading a File and by using TCP/IP transfer protocol?

2004-05-24 Thread Sys_Eng
I have a Lab View data file from a DAQ card NI-4451. I would like to take this file and transfer it over TCP/IP Server/Client protocol and open the file to see the results.

enumeration conflict when wiring a bundle output to a subvi

2004-05-24 Thread DraegerRoby
Hello, I am trying to wire a cluster to a subvi, and I keep getting an enumeration error. The same number of components is expected. The only thing I can think of is that it wants the cluster to be bundled by name, but I can't do that either.

Re: convert hexadecimal output to decimal (number)

2004-05-24 Thread Coop
Hi Rolf, I agree now that I am receiving the binary string at the output of the VISA Read. The string that I receive is in that format because the instrument sends it in the binary format. I did not choose to display the output in the binary format nor I chose to play with hex commands. The

Re: enumeration conflict when wiring a bundle output to a subvi

2004-05-24 Thread Dr. Imad
It could be the order of components of the clusters in the called and callee vi's is different. In the called subVi, right click on the cluster and select reoder controls in cluster, and note the order. Then , when you wire the bundled data cluster to the subVi, follow the same order, or else

Re: Slow Printing

2004-05-24 Thread Frank
Does the slow printing problem go away with an upgrade to LV 7 or 7.1 and win XP? I am trying to make the case for upgrading. Changing from the windows platform is not an option but an upgrade to LV 7 and XP may be. I assumed (yes I know g) that all Windows had some kind of print spooler that

controlling on exit

2004-05-24 Thread Eyecheck2003
I am developing an application where I have put exit under the file menu. When somebody wants to exit, I then ask if they want to save their data. People also want to be able to close the program with the normal windows exit box in the upper RH corner. Is there a way that if they click the X (I

Re: Reading a File and by using TCP/IP transfer protocol?

2004-05-24 Thread CoastalMaineBird
What specifically is your question? It's commonly done, but there's no built-in function for it. Here's one way: On the server side, you 1... Wait for connection 2... Open the file 3... Remainder = determine file size (in bytes) 4... Repeat 5...N = remainder 6...If N 1024, N = 1024

Question about usb in labview

2004-05-24 Thread Xiaohui
I am currently doing a project about designing standalone data acquisition module with USB 2.0 interface. For the hardware, a USB FIFO chip(FT245BM) is used to communicate with PC via USB with the driver DLL provided by the manufacturer (FTDI). I want to use labview (version 7.0)to develop a

Re: controlling on exit

2004-05-24 Thread DD
With LV 7 (and probably 6.1), you can use an event structure to capture and control the Panel Close? or Application Exit? events. You can discard the default handling and write your own. People also want to be able to close the program with the normal windows exit box in the upper RH corner.

Re: Distribution Question

2004-05-24 Thread DD
Why don't you want to install LV at home? Is it that you don't want it on your home computer or that you don't want to have to buy another copy? If it's the latter, does the home use clause apply? 6. Home Usage Exception. Notwithstanding anything in this Agreement to the contrary, if you are

Re: I had a problem with Labview 7.0 and AI Config.

2004-05-24 Thread CoastalMaineBird
AI GROUP CONFIG is called by the higher-level AI CONFIG. You'll have to tell us what the error message is. Probably something to do with bad channel numbers.

Re: Instrument Lib icon is missing in function palette

2004-05-24 Thread Nancy
By LV I meant LabVIEW. No you don't need to uninstall LabVIEW. This is what you can do: 1. Insert the LabVIEW installation CD. 2. go to you computer's Control panelAdd/Remove Programs. 3. Select LabVIEW and choose repair. This should put the dir.mnu back to your instr.lib folder. Hope this fix

Re: Instrument Lib icon is missing in function palette

2004-05-24 Thread labview7-new_user
Hi, nancy.. thank you for your help. what is 'LV mean? I am new to the Labview. I can find inst.lib from my program files. Program files\NI\labview\inst.lib. All my VI are still there. is there any suggestion you may have before I do reinstall dir.mnu should I go to Add/remove controll panel to

Re: write data to file periodically

2004-05-24 Thread CoastalMaineBird
If I understand you correctly, the act of writing the file is disturbing your timing on the data-collection part. You need to have an average of the latest 9000 samples (15 * 60 * 10), and write the new average every 100 mSec. Are you opening/writing/closing the file each time? While that's the

Re: Answer to hardware requiremnts for controlling RH of air

2004-05-24 Thread Bill B
Hello, Thank you for contacting National Instruments. I will need some additional information in order to make a good recommendation on how to program this application. From your post, it appears that you would like to read the voltage from the RH sensor and send a voltage to the MKS using your

intensity graph

2004-05-24 Thread WSalas
how I can converte a jpg file to Intensity graph format

Re: execution/exit of DIO single read/write.vi

2004-05-24 Thread Spencer S.
Charlie, Yes, if the biteration/b input to bDIO Single Read/Write.vi/b is greater than zero, configuration will not take place. Furthermore, the VI will only return once execution has completed. Good luck with your application. Spencer S.

Re: collating sequence error???

2004-05-24 Thread FerozP
Hi Parker, I searched on MSDN for the error you are getting. I found a document that discusses the issue I think you're seeing. a href=http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q202150;ACC2000: Selected Collating Sequence Not Supported Error Message/a I hope this helps.

Re: turn off auto scale in XY graph when zooming?

2004-05-24 Thread BBLab
Maybe in the program : Scale fit properties from the graph variable. 0 for Fixed 2 for Autoscale

Re: controlling on exit

2004-05-24 Thread Martin Riddle
I don't think its possible to do it in 6.1, I've used 6.0 and you cant easily. But you could catch the window messages and parse the messages before the application exits. look for windows message queue library on the NI site. Cheers Eyecheck2003 [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: Is neccesary to initialize an array of indicators to be able to show my results?

2004-05-24 Thread altenbach
Could you explain what you mean by Initialize the array? Maybe you could attach an example.

convert vibration units in spectrum

2004-05-24 Thread jonhelpmejon
using lv 6.1 without sound and vibration tool kit. how do you integrat a vibratory spectrum from acceleration to velocity and displacement. I'm using the real fft lv function and displaying with a waveform chart.

Re: convert vibration units in spectrum

2004-05-24 Thread [EMAIL PROTECTED]
first convert your raw acceleration units to ft/sec/sec (or whatever unit you want velocity and displacement) Then use the integrate function (twice for displacement). You may use FFT for frequency content but it does not help for velocity or displacement. If you have already tried this, you

Re: Operations Menu Problem

2004-05-24 Thread [EMAIL PROTECTED]
did you set the connector pane without relinking to the sub-vi?

Re: Why does my computer locks up after some time, no memory...

2004-05-24 Thread [EMAIL PROTECTED]
Does your code hang or just timeout. You have a 10 second timeout. When your program does not respond, open the diagram and turn on execution highlighting, where is the code? Your while loop has a loop counter exit but closes the session after the first iteration. Lower the timeout, don't close

Re: write data to file periodically

2004-05-24 Thread shh2745
Hi, Thanks for your response. According to my designd program, I have already done the part of the latest 9000 samples, and I did open/writing/closing the file each time, and it did disturb my timing on the data-collection part. Therefore, is there any method or solution to overcome this issue?

Re: can i print out two or more graphs at one time?

2004-05-24 Thread [EMAIL PROTECTED]
you can pass a reference to each graph to a print all four vi that can get all of the attributes of the graph in order to reproduce them. You can also construct an HTML report with all four graphs laid out.

Re: write data to file periodically

2004-05-24 Thread [EMAIL PROTECTED]
Are you reading the 15 minute data file and computing mean? how about, writing the data to file as you are but adding the running sum of each value and dividing by N at the end of the sample period. This will eliminate the file read/compute accumulate the running sum as a double so that you

A question about the multiple RS-232 ports with Labview program?

2004-05-24 Thread whuili
Hi Sir/Madam, I am using ME9100/82 card from ICS electronics company to connect the computer with multiple instruments. I first connect card with ME-D9/8 on which there are 8 RS-232 ports, and then use every port to connect one instrument. My question are : 1. How can my program identify which