Re: BUG: Gauge

2004-05-30 Thread crelf
Cool! Had you customised the controls? What were the attribute changes you made?

RE: restoring defaults to controls

2004-05-30 Thread Paul F. Sullivan
Glenn, You wrote: ... Too bad there aren't separate properties for references of controls VS Indicators - that would save some work or a way to determine if it's an indicator or control. In LV7, there is a property "Indicator" which does distinguish controls from indicators. -- EnWirement

Bars next to one another from different series ?

2004-05-30 Thread jpday
Can I have the bars from different series in the same plot appear side by side, rather than on top of one another ?

RE: restoring defaults to controls

2004-05-30 Thread Michael Aivaliotis
Actualy there is a property called: "indicator" if you read it it will be TRUE if it is an indicator. This will do what you want. Michael Aivaliotis > use for the non-user hidden ones. Too bad there aren't > separate properties for references of controls VS Indicators > - that would save some

Minimum elapsed time resulution

2004-05-30 Thread UW Elec
Is it possible to achieve elapsed time resolution of less than 1 ms in LabVIEW 7 Express?

RE: Brooks Flow Controllers

2004-05-30 Thread pat . weldon
Return Receipt Your RE: Brooks Flow Controllers document :

RE: Changing the Serial Port settings on a FP-2000

2004-05-30 Thread Alex Le Dain
At 08:50 AM 27/05/2004 -0700, Eric Scott wrote: I used the VISA functions to perform serial communications with a device connected to the FP-2000's serial port. Of course the vi had to be downloaded to the FP unit (embedded). I've looked through MAX, but I don't see anywhere to change the serial

Resetting a USB device

2004-05-30 Thread David Ferster
Is there any way to reset a USB device from LabVIEW (maybe via a dll)? Best of all would be a way to simulate the device being unplugged and plugged in again. I notice, for example, that you can right click on a device listed in the device manager and disable and enable it. Something like that.

Parallel access of database

2004-05-30 Thread Scotty Parker
I need to have parallel access to a database from two different application. The first application is a TestStand program that will open this database and then write into the database. This open and write process will occur continuously as new data are needed to be logged inside the database. The

Speed of VI on two Computer Systems

2004-05-30 Thread Ghost
I have an AMD 1800+ with 1.5Gb RAM a 128Mb 3-head AGP video card using Win 2000 running my Labview 7.0 application at 9-11 loops per second. I also have a P4 HT 2.8GHz with 2Gb RAM a 128Mb 4-head AGP video card using Win XP running my application at 5-7 loops per second. All available benchmarking

Re: Front Panel Dilemma

2004-05-30 Thread sumitrishi
I have to set the auto dispose preoperty to 'true' and wait until done to 'false'. So if I dont have the application builder include the front panel ( which is what I want exactly) then would the reference be not closed by itself ? How can I prevent it from happening ? Do I have to do it programat