Re: swapping scales incompatible with EnableAutoScales=False ?

2004-01-22 Thread Rolf Kalbermatter
Xavier Michalet [EMAIL PROTECTED] wrote:

I am facing an annoying fact (LV7, W2000)... Recently I learned about 
the EnableAutoScales=False option in the Labview ini file, that helps 
preventing the graph display area to expand and shrink as the scale 
display changes. However, it seems that it comes with a price, namely 
that you can duplicate scales, but they won't show up as two scales. 
Only one seems visible, and there is therefore no way to swap scales 
from one side to another. I resorted to the annoying sequence of action: 
1) Close Labview 2) Edit the ini file to EnableAutoScales=True 3) 
Restart LV and add/swap scales  4) Close LV 5) Edit the ini file back to 
EnableAutoScales=False 6) Restart LV and proceed with my work.
Obviously I am missing an option accessible via the LV menu that would 
toggle this EnableAutoScales from True to False. Is there any such thing 
or is this only that graphs are still work in progress in LV (which we 
know from many other features anyway) ? Should I write my own Vi that 
would change the ini file back and forth ?

You don't need that global INI file setting anymore in LabVIEW 7.0 as the
setting is now a per graph configurable setting in the popup menu.

Rolf Kalbermatter
CIT Engineering Nederland BVtel: +31 (070) 415 9190
Treubstraat 7H   fax: +31 (070) 415 9191
2288 EG Rijswijkhttp://www.citengineering.com
Netherlands mailto:[EMAIL PROTECTED]
 




swapping scales incompatible with EnableAutoScales=False ?

2004-01-22 Thread Xavier Michalet
I am facing an annoying fact (LV7, W2000)... Recently I learned about 
the EnableAutoScales=False option in the Labview ini file, that helps 
preventing the graph display area to expand and shrink as the scale 
display changes. However, it seems that it comes with a price, namely 
that you can duplicate scales, but they won't show up as two scales. 
Only one seems visible, and there is therefore no way to swap scales 
from one side to another. I resorted to the annoying sequence of action: 
1) Close Labview 2) Edit the ini file to EnableAutoScales=True 3) 
Restart LV and add/swap scales  4) Close LV 5) Edit the ini file back to 
EnableAutoScales=False 6) Restart LV and proceed with my work.
Obviously I am missing an option accessible via the LV menu that would 
toggle this EnableAutoScales from True to False. Is there any such thing 
or is this only that graphs are still work in progress in LV (which we 
know from many other features anyway) ? Should I write my own Vi that 
would change the ini file back and forth ?
Thanks for your input,
X.

--
__
Xavier Michalet, Ph D
Department of Chemistry and Biochemistry, UCLA
Young Hall-2002, 607 Charles E. Young Drive East
Los Angeles, CA 90095-1569
Ph: (310) 794-6693 (off)/6685(lab); Fax: (310) 267-4672
Email: [EMAIL PROTECTED]
__




Re: swapping scales incompatible with EnableAutoScales=False ?

2004-01-21 Thread Greg McKaskle
 Obviously I am missing an option accessible via the LV menu that would 
 toggle this EnableAutoScales from True to False. Is there any such thing 
 or is this only that graphs are still work in progress in LV (which we 
 know from many other features anyway) ? Should I write my own Vi that 
 would change the ini file back and forth ?

Look in the Advanced pullright, between Smooth Scrolling and Cursors 
Scroll Graph.  As for why these options are at odds?  The adjust scales 
lets the scales grow without overlapping.  It works to move and shrink 
the plotting area as the various scales change size.  Turned off, the 
plot area no longer shrinks, but the scales have to grow over one 
another and outside the area of the graph.

Greg McKaskle