Re: Serial Compatibility VI's not working in Labview 7.0

2004-02-14 Thread fahlers
you have to put serpdrv into the folder wherer lvrt.dll (the LV runtime engine) is located, that worked for me

Re: Using Numeric Integration.vi: Is this correct?

2004-04-24 Thread fahlers
Hi Don, I had a quick glance on your VI and the formula in it. This formula contains terms like fcc(taumax + tau) which IMO are meant to read: value of the (time dependent) function fcc at time (taumax+tau). In your code however you calculate the product fcc * (taumax + tau) which is of course qui

Re: Using Numeric Integration.vi: Is this correct?

2004-04-24 Thread fahlers
The "problem" that the function is not defined at negative times tau is a common one: it also happens e.g. in cross- and auto-correlation formulae. A real-world sampled signal always is measured during a finite period of time (mostly starting by convention at t=0), but mathematically the formulae a

Re: Saving data in remote panel

2004-05-17 Thread fahlers
The following is an excerpt from the Labview 7.0 User Manual, page 18-15 (chapter on remote panel limitations): "Additionally, some VIs might not work exactly the same way from a remote computer as they do when run locally. ActiveX controls embedded on a front panel do not display on a remote clien

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 required