Re: How can I detect if a global bolean variable has changed

2004-02-11 Thread Angel Olivares
Hi Mads, This is really a good help, now I hope I can solve the problem. Thanks a lot! Angel

Re: rounding problem , LV7

2004-02-11 Thread Nick Storton
Hi Pawel, This is the correct behaviour for the round to nearest Function. This function Rounds the input to the nearest integer. If the value of the input is midway between two integers (for example, 1.5 or 2.5), the function returns the nearest EVEN integer. Hope this helps, Nick

Re: how to enlarge the picture at the same scale(proportion)...

2004-02-11 Thread Nick Storton
Hi Pyi, To answer your first question if you alter the vi properties (right click on the front panel icon) and select window size there is a scale all objects tick box at the bottom this shouls solve this issue.The imaq question I believe is a separate package which you need to

Why Does My Digital Read Interrupt My Digital Write When Using Easy DIO VIs?

2004-02-11 Thread saj
I am using Write to Digital Line.vi to set the state of a digital line on my board, and then Read from Digital Line.vi to read the state of a different line on the same port of my board. It seems like when the READ executes, it does not maintain the state I set in the WRITE. How can I fix this?

Monitoring TCP port status

2004-02-11 Thread IDS
I would like to know if a tcp port is open or not. How can i do it ?

Re: save data from a frequency domain acquisition

2004-02-11 Thread go-go
Hello, thank you for have answered to my question but probably I haven't explain my problem very well. My problem is this: after processing the signals obtained with the accelerometers using the fft I have obtained a graph.I want to save it in a file that I can use like I want but I am not able to

Re: I am looking for a indicator like a FLASH LIGH, just show my sequencies moving on.

2004-02-11 Thread tmh
Only problem with this is that if the program actually does stop working (hangs up somewhere), the indicator keeps animating and the user just learns to hate the lying indicator ;) This is why I curse and swear at the Windows animation of pages flying from folder to folder, which keeps running

Re: 1D Array Search

2004-02-11 Thread tmh
I'd guess that the previous method using Search 1D Array would be faster, if your array is large...

How Can I execute an external program from my vi?

2004-02-11 Thread Fonsi
Hi guys, I want to execute a external program to use it when i called with a bottom. I want push a bottom and execute the program, like acess direct icon or so. Any help?.

Re: save data from a frequency domain acquisition

2004-02-11 Thread preston johnson
With your frequency spectrum, you have three elements, (f0, delta-f, and an array of numbers for magnitudes of each frequency bin). You can write this data to excel in the same way you write time domain data. You can even re-cluster your FFT data as a time waveform, and use the write waveform to

Re: how to close a vi automatically?

2004-02-11 Thread Ben
Hi Plainman, Take a look at the example I posted here http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101RPAGEID=137HOID=506500050014570100HTHREAD=87828UCATEGORY_0=_49_%24_6_UCATEGORY_S=0 I believe it demonstrates one method that you may find helpful, Ben a

Re: VISA Performance

2004-02-11 Thread Ben
It looks like the others have given you some good ideas and explanations. The is only one thing that comes to mind. Have you compared the VISA versions? The were some performance enhancements implemented in one of the VISA updates. Ben a

Re: Why Does My Digital Read Interrupt My Digital Write When Using Easy DIO VIs?

2004-02-11 Thread Doug Norman
The usual reason this happens is because the Easy DIO VIs reconfigure your board each time they run unless you wire in the iteration terminal. Reconfiguring your board resets lines. Even if you do wire in the iteration terminal, the first time an Easy DIO VI runs it configures the whole port as

Re: enter new line in text string in saved file when appear carriage return!

2004-02-11 Thread BJD1613
try using the end of line constant instead of the carriage return. Hope this helps.

Re: I am looking for a indicator like a FLASH LIGH, just show my sequencies moving on.

2004-02-11 Thread tmh
Just another thought on this though... you could put the frames of your animation into a pict ring indicator and have your program increment the indicator to animate the picture as the task progresses.

Re: I am looking for a indicator like a FLASH LIGH, just show my sequencies moving on.

2004-02-11 Thread JoeLabView
Agreed with your comments. Something must show real progress somehow.. JLV

Re: how does the interface to ADO drivers work?

2004-02-11 Thread mikeporter
First, I am not using the Database Connectivity Toolkit. I have written drivers that call Oracle's ADO (OLE DB) drivers directly. And the LV interface is filtering things out. For example, the documentation on the drivers says there's a method called Apppend Chunk but it's not available from LV.

Re: modem V23 code source

2004-02-11 Thread Varnerjared
mike, you seem like you are really familiar with modem communications. I am trying to have my Labview 7.0 program to answer a phone call from a cellular phone and then allow me to work with the analog data coming in. I want to do this to allow me to run labview data acquistion from the computer

Re: unable to read the frequency!

2004-02-11 Thread LocalDSP
Your actual data are not accessible and the sub-VI is missing. If you could re-post your VI with time data saved as default on your graph that would be helpful. In the mean time ... few comments: - You are attempting to display Amplitude vs. Frequency on an XY-graph. However your graph data are

Re: enter new line in text string in saved file when appear carriage return!

2004-02-11 Thread Fonsi
Hi Joe, thanks, I know i should to use \n and use ain vi to search the carriage return and put \n in this place, but i dont know how get it. Any example? Regards,jose.

Re: How Can I execute an external program from my vi?

2004-02-11 Thread Fonsi
Thanks Thomas it works. regards,jose

Re: Data pass over sequence loop

2004-02-11 Thread nickdiamond
Ed, i get it. Thank

Re: Clusters: How to remove the 3D shaded background?

2004-02-11 Thread Ben
Paint brush tool

Re: how can I allow labview to answer a call from a cellular...

2004-02-11 Thread Joe Guo
I have used labview to pick up a call on a cell phone. It is easy as long as you know the protocol used. I'm sure you can do it with landline phone/modem as well. Joe

Re: Value (Signaling) property and programmatically generate value change event?

2004-02-11 Thread Frans Verbeyst
Matthew, I was a bit too enthousiastic ... 8-( Your proposal works when the VI is started by the ActiveX client, i.e. an event is generated immediately. However, once the VI runs, the value of the control connected to the Value (Signaling) property (set either manually or via the Active X

pulse acquisition

2004-02-11 Thread danieln
Hi! I'm trying to build a project that measure the pulse of the heart. I have succesfully get the pulse signal into the computer through the PCI-card 6014. I have used the example VI: Cont AcqGraph (buffered).vi Now can I print out the pulse in the graph in real time but I also want to measure the

Re: VISA Performance

2004-02-11 Thread task
The VISA versions are the same, 6.9.3 but I was going to update it to the latest 7.1. I forgot to mention that this machine used to run NT but the hard drive crashed so I had to replace it. I was having a hard time replacing the NT so in a crunch loaded Win98. If the customer can get some down

Re: how does the interface to ADO drivers work?

2004-02-11 Thread Crystal
Sorry, Mike You've gone beyond my immediate expertise. I'm the owner of the Database Connectivity Toolset and am only familiar with the generic ADO interface. So do you call the Oracle drivers from LabVIEW ActiveX functions or are you using the Call Library Node to go through their drivers

mouse up event on a slide

2004-02-11 Thread guibook
it's more a comment than a question. When I clicck on a slide control and keep the mouse down, I keep control of the slide value even if my mouse gets outside the control area.it's ok for me but in that case the Mouse Up event will not work. for the Mouse Up event to work properly, the arrow must

Re: ActiveX container disappears after vi saved and recalled

2004-02-11 Thread Francis
This problem was related to the MS Forms 2.0 scrollbar. After talking to NI they recognized it as a known problem but it was not posted. The solution was to use the Microsoft Flat Scrollbar Control, version 6.0. This is fine except for the time spent looking around. It would have helped if it had

Re: I am looking for a indicator like a FLASH LIGH, just show my sequencies moving on.

2004-02-11 Thread Robert Cole
Oh I agree with that. Like it said, this is just the quick and dirty way of doing it. You have to lock up the computer to stop the animation (something which we've managed to do a couple of times). A real progress indicator is much better. Instead of just saying Please Wait on screen you can also

Re: enter new line in text string in saved file when appear carriage return!

2004-02-11 Thread Fonsi
Thanks Joe, Edit it is the best, I got it, run good. Regards,Jose.

Re: mouse up event on a slide

2004-02-11 Thread tbob
It was meant to work that way so that you have a way to abort the event if you feel like you made a mistake when clicking on the control. Just keep your mouse in the proper area.

Re: How do I synchronize two counters?

2004-02-11 Thread mhaag
Stephen, In order to generate two pulse trains on the two counters of your 6115, then you will need to provide a trigger to start both of these counters simultaneously. The counters on the 6115 are controlled via the DAQ-STC counter/timer chip. In order to perform these operations you will need

Multiple Selection Dialog Box VI Question

2004-02-11 Thread TCjr
I've downloaded the Multiple Selection Dialog Box program and it works great, except when I add *.txt to the 'Files of type' array and then save it. I close the program and then reload it again and the change I made is not present...what am I missing? tks

Re: How to determine the maxium value of scan backlog?

2004-02-11 Thread Sean C.
Hello Jujian, Thank you for contacting National Instruments. The amount of your back log is system dependant. It depends on the computer and the applications running on that computer. To set your buffer size, simply look at your maximum scan backlog and add 100 to prevent a buffer overflow

Re: Multiple Selection Dialog Box VI Question

2004-02-11 Thread Khalid
br Right-click on the 'Files of Type' array and select 'Data Operations,' and then select 'Make Current Value default.' Save the VI. You'll now not lose this on reopening the VI. iKhalid/i br

Re: Labview for a policy server?

2004-02-11 Thread Enrique
Sheela; Check the bLinks/b page in my website www.visecurity.com. I am compiling a list about security-related LabVIEW products and information. If you (or anybody that read this answer) knows more information to add to this list, I'll appreciate if you let me know. Regards; Enrique Vargas

Sequence tunnel error

2004-02-11 Thread JoeDoe
Im having an intresting problem with sending out data from a sequence. Pls dont give me crap about using sequences cause this one is absolutely necessary for the hardware to work properly. Ok that said heres the problem. I have a sequence loop within a while loop. The while loop has a shift

Write hex code to pic with serial port, any example?

2004-02-11 Thread Fonsi
Hi guys, i have the hex code to write in the pic16f84 by the serial port. Have anyone a example program?. Or any advise?. Thanks, regards Jose.

Re: Failure: drawmgr.cpp, line 3443, LV 6.1

2004-02-11 Thread Sean C.
Hello Miro, Thank you for contacting National Instruments. The following link leads to a Knowledge Base concerning a similar error. It lists four possible work arounds. http://digital.ni.com/public.nsf/websearch/16CF1334D094A4F6C1256BE30074B9FE?OpenDocument If these do not solve the problem,

Re: Range in MAX compared to range on DAQ card?

2004-02-11 Thread mhaag
The input range that the DAQ card uses is based on the range that you specify in MAX for the virtual channels. MAX uses the actual specified range to apply a set gain to the inputs so that it best fills one of the available range configurations on the card. If you refer to the user manual or

Re: saving and restoring,default controls values(LV7)

2004-02-11 Thread Mads
If you just need to save the values there are variant based tools for this included in the OpenG toolkit, you can find it on www.openg.org. If you want to save properties as well have a look at the Property Saver Toolkit at: http://www.kshif.com/lv/index.html

Re: Optimizing network throughput over Ethernet with TCP/IP

2004-02-11 Thread Ben
Adding to my previous; I have gotten good results using VI server technology and using call by reference to get data. I have never attempted to push the trasfer rates you are looking at but I think it is worth a quick try. The beauty of this approach (IMHO) is ZERO TCP DETAILS (sorry) to code.

for hp33120a IVI driver,how to change high impedance?

2004-02-11 Thread tunmin
I am going to use hp33120A to generate a waveform. I also need to control the impedance of it become High impedance.

Re: Sequence tunnel error

2004-02-11 Thread Martin Riddle
Sound like you may need to add a sequence local to pass data to the second frame? Cheers JoeDoe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Im having an intresting problem with sending out data from a sequence. Pls dont give me crap about using sequences cause this one is

Re: How can I do second derivative for X and Y arrays

2004-02-11 Thread Sophomore LV programmer
Thank you so much for your helpfulness. I'm so impressive for your modified vi. Do you have the vi that suggest me to use it to differentiate the new waveform 2 times? Thank you again.

Re: 60MS/sec- is this possible?

2004-02-11 Thread Lewis Drake
Three different units are being measured simultaneously, which is why 3 boards are necessary (they don't all start or stop at the same time, but they could all be on at the same time). Why not use one board continuously acquiring data on 6 channels an 10MB/s and just discard the data not needed

RE: 60MS/sec- is this possible?

2004-02-11 Thread Ross, Michael
I have been interested in this thread - it is pretty normal for people (managers/clients) who don't actually use LV or DAQ to ask for something that doesn't make complete sense. Then the questions when quoting may be: Do I quote it straight up, even though it is kind of stupid (trying to

RE: Associate a type of file with a LV7 app

2004-02-11 Thread Scott Serlin
yes. In windows, hold down the shift key and at the same time right click on the file. Choose open with and then set the program that you always want windows to open your file with. I hope this is the info you were looking for. -Original Message- From: [EMAIL PROTECTED]