Re: i forget password to acces blockdiagram, how can i acces it?

2004-05-20 Thread Jonnie 5
You can't - that's the point of having a password protection.  You
could always try traditional crack3r methods, like a brute force
script.

See:
http://digital.ni.com/public.nsf/websearch/BC99793C48857A41862565BC006F472C?OpenDocument



Re: Can I fit an equation to points entered on a front panel graph?

2004-05-04 Thread Jonnie 5
At least in LV 6.1, there's also a shipped example called Draw
Graph.vi (search for 'graph' under Help-Find Examples)... but it
seemed kinda non-intuitive and clunky.
~j5



Re: HELP ME FIND HP3478A LABVIEW DRIVER

2004-05-03 Thread Jonnie 5
Heck, we've still got machines running Labwindows 2 from '91.

Thanks for the vote of confidence:)



Re: Use a . instead of a ,

2004-04-20 Thread Jonnie 5
From the LV 6.1 Help File:

Front Panel Options Page
Select Tools=BBOptions and select the Front Panel page from the
pull-down menu.

Use this page to set front panel options.

Use localized decimal point=97Uses the decimal separator for the
operating system instead of the period. Place a checkmark in this
option if you want LabVIEW to operate within the system configuration.
Remove the checkmark from this option if you want LabVIEW to use
periods in all cases for the decimal point.
 Note  Changes to this option take effect the next time you start
LabVIEW.



Re: Illegal Analog Output Name in MAX

2004-03-30 Thread Jonnie 5
It very well could be a user permission error, especially if it worked
before.  I'd try the same thing as either an admin or power user.

See:
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/5abe7a450c07ffdd86256ac000668ea1?OpenDocument



Re: How to send/receive digital pulses through parallel port?

2004-03-30 Thread Jonnie 5
Here's a good place to start:
http://zone.ni.com/devzone/conceptd.nsf/webmain/72C6FC6CE4AD4D1386256B1800794596?opendocument



Re: How to open multiple files in Labview?

2004-03-30 Thread Jonnie 5
You can use the vi example here to get multiple names:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101RPAGEID=137HOID=5065000500C7640100HTHREAD=91335UCATEGORY_0=_49_%24_6_UCATEGORY_S=0

Once you have the file names, you can use a for loop w/ a Read/Open
file vi to open all the files.



Re: musica

2004-03-30 Thread Jonnie 5
no hay m=FAsica all=ED.



Re: xygraph axis number fonts

2004-03-25 Thread Jonnie 5
Property node properties- X (or Y) Scale - Marker - Font

Then just wire a string to the property node w/ a valid font name (eg
Comic Sans MS or Arial).



Re: DAQ Configuration problems in LabView: Error message -10401 AI Group Config

2004-03-25 Thread Jonnie 5
Have you run Measurement  Automation Explorer (MAX) yet?

In windows, it'll likely be on the desktop or Start
Menu-Programs-Nat'l Inst

You need to do this at least once with the device properly installed
before using labview to control it.

See:
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/46f78edd19ba0cc386256cee007201fc?OpenDocument



Re: How to execute NIDAQ functions

2004-03-24 Thread Jonnie 5
See:
http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DD1356A4E034080020E74861p_node=DZ52434p_source=external



Re: dll

2004-03-24 Thread Jonnie 5
See:
http://zone.ni.com/devzone/conceptd.nsf/webmain/5DF85B448EB081D8862568FF006A0B20?opendocument



Re: HELP ME FIND HP3478A LABVIEW DRIVER

2004-03-24 Thread Jonnie 5
FIND IT HERE:
http://zone.ni.com/idnet97.nsf/9b2b33e1993d877786256436006ec498/fa070628cf80790e862568ab005fb8ae?OpenDocument



Re: HELP ME FIND HP3478A LABVIEW DRIVER

2004-03-24 Thread Jonnie 5
Yeah, you're right... Sorry about that, I'll try to keep it current
from now on:)

However, 1) I didn't feel like doing real work today,

2) it does say on the ni page: We need your help to answer every
question in the Discussion Forums. (when did it break 1600?)

and 3) I was frustrated when doing a search on the forums and finding
the same question I had unanswered.



Re: How to make EXE using Professional Development System 6.0

2004-03-23 Thread Jonnie 5
See tutorial:
http://zone.ni.com/devzone/conceptd.nsf/webmain/4EF810EE05BEF63C86256BF30062EC31?opendocument



Re: A confusing lev-mar error

2004-03-21 Thread Jonnie 5
The error refers to a syntax issue with the model description input.

This input is a cluster of three strings: model, which is the actual
equation (Ex: a+b*x+c*x^2); paramters, which are the solvable
variables (a, b,  c in the previous ex.) inputted as an array of
strings; and the independent variable (x).

All 3 parts of the model must match exactly (e.g. you can't have 3
variables in the model and 1 in the parameters, and if you designate x
as the independent variable, there must be an x in the model
equation).

Additionally, the model equation follows standard LabVIEW formula node
syntax, except there are no input variables designated (y=x+1 won't
work but x+1 will) and you don't need a semi-colon terminator.

Let me know how it goes,
~j5



Re: How to list files from directory in list box?

2004-03-07 Thread Jonnie 5
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101RPAGEID=135HOID=50650008000AC4UCATEGORY_0=_49_%24_6_UCATEGORY_S=0



Re: problem with 'unbundle' function

2004-03-05 Thread Jonnie 5
Double post.
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101RPAGEID=137HOID=50650005005C640100HTHREAD=91228UCATEGORY_0=_49_%24_6_UCATEGORY_S=0



Re: Labview 6.0 x LabView 7.0 list of enhancements or new features

2004-03-05 Thread Jonnie 5
LV 7 FAQS:
http://www.ni.com/support/labview/lv7faq.htm



Re: , instead of . depending on PC

2004-03-02 Thread Jonnie 5
From the LV 6.1 help files (search decimal):

Front Panel Options Page
Select Tools=BBOptions and select the Front Panel page from the
pull-down menu.

Use this page to set front panel options.

Use localized decimal point=97Uses the decimal separator for the
operating system instead of the period. Place a checkmark in this
option if you want LabVIEW to operate within the system configuration.
Remove the checkmark from this option if you want LabVIEW to use
periods in all cases for the decimal point.
 Note  Changes to this option take effect the next time you start LV



Re: levenberg marquardt slower in LV7

2004-02-17 Thread Jonnie 5
It sounds like you have more than enough power:
http://ni.com/labview/requirements.htm
although it could be the OS...

Did you just replace the top level L-M vi's or all of them?  Like I
said, the majority of the changes appeared to be buried in the lowest
level subvis.

You may want to try using the vi profiler to see where the majority of
the time is being spent and isolate that vi. (Tools-advanced-Profile
vis... at least in LV 6.1  I'm not at a station w/ LV7 presently).
You'll want to select Timing details.  See if any vi is running a long
time or an excessive amount of calls and compare this vi to the LV6
version.  If it's different, replace w/ the LV6 version.  If it still
slogs... h... maybe format and do a clean LV7 install? :)

Lemme know what happens, since I use L-M frequently... just not in LV7
yet.



Re: levenberg marquardt slower in LV7

2004-02-17 Thread Jonnie 5
Ruud,
I just ran the standard Parameter Fit LM.vi (search examples for
levenberg) on both LV6.1 and 7 on the same computer (400 MHz AMD, 96
Mb RAM, Win XP Pro) with the default inputs, except I set the total
pts to 2000.  Both gave equivalent results in 24 s.

Perhaps it's some other conflict on your setup or your modified vi.
You may want to run the same experiment to see if it truly is the L-M
routine or something else.



Re: levenberg marquardt slower in LV7

2004-02-16 Thread Jonnie 5
During the conversion, were the L-M vi's converted to LV7 or fully
replaced?  There appear to be a few changes between 6.1  7 LM vis...
several of the lower level subvi's go changed to CIN's, vs pure LV.
You may want to see if it's just LV 7 running slower (LV 7 uses more
resources than 6 in general... I've got both on an old 400 MHz AMD w/
96 Mb of RAM... 6.1 cruises... 7 is a drag).

You might want to try using the LM vi's from 6.1 (do a save out w/
options to save all vi's), to see if it's LV7 itself or just the newer
LM vis that's slogging it down.



Re: How AI Hardware Config.vi into AcquireProc N Scans - Trig.vi amplify gain?

2004-02-16 Thread Jonnie 5
If you aren't using virtual channels...

Using the original AcquireProc example program, you can set the gain
by putting values into the Input Limits.  Labview will automatically
scale the results.  So if your signal is 0-10V, put 0 as the minimum
limit, and 10 as the maximum limit.  Typically, you''ll use the range
of whatever signal you're measuring, but if a higher gain is needed,
use a smaller range (liek 0-1V).

See also:
http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3E8A156A4E034080020E74861p_node=DZ52300p_submitted=Np_rank=p_answer=p_source=External



Re: Problem with DAQMX digital output

2004-02-13 Thread Jonnie 5
Yes, the 6035 is supported (unless you're running win 95... or 3.1...
you are on windows, right?)
See:
http://www.ni.com/support/daq/versions.htm

The troubleshooter reffed above is at:
http://www.ni.com/support/install/



Re: 34970A VI?

2004-02-13 Thread Jonnie 5
If you're talking about an HP/Agilant, there are vi's included with
the driver:
http://zone.ni.com/idnet97.nsf/9b2b33e1993d877786256436006ec498/e4c553c139f78062862568ab005fba3c?OpenDocument

See also:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101RPAGEID=135HOID=50650008001786UCATEGORY_0=_49_%24_6_UCATEGORY_S=0USEARCHCONTEXT_QUESTION_0=34970AUSEARCHCONTEXT_QUESTION_S=0

Or just search the discussion forums for 34970A...



Re: how can I create a simulated hardware configuration in MAX Measurement Automation Explorer

2004-02-13 Thread Jonnie 5
There really isn't anyway to fake having a DAQ board, and w/o a DAQ
board, you're going to get errors when trying to communicate to it.

You can either:
1) Remove the hardware commands and use simulated dsta.
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101RPAGEID=135HOID=5065000800A162UCATEGORY_0=_49_%24_6_UCATEGORY_S=0

2) Use an alternative DAQ such as a serial/parallel port or even a
sound card
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101RPAGEID=135HOID=5065000800C7B2UCATEGORY_0=_49_%24_6_UCATEGORY_S=0USEARCHCONTEXT_QUESTION_0=simulatedUSEARCHCONTEXT_QUESTION_S=0

3) Connect to the PC w/ the DAQ remotely to test the program (Remote
Data Acquisition or RDA).
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101RPAGEID=135HOID=5065000800E76EUCATEGORY_0=_30_%24_12_UCATEGORY_S=0USEARCHCONTEXT_TIER_0=0USEARCHCONTEXT_TIER_S=0USEARCHCONTEXT_QUESTION_0=simulatedUSEARCHCONTEXT_QUESTION_S=0



Re: justify indicator value to right

2004-02-12 Thread Jonnie 5
This was done in LV6.1, but it should be the same in LV7.

Open a new vi and insert the default indicator.  Right Click on
it-Advanced-Customize

Select the text and right justify it.

Save it as a new control and close the custom control interface.

On the front panel, right click to get the controls palette, selct
User Controls (bottom right) and tack it down (pushpin).  Hit Options
(top right), edit pallete.  Right click on User Controls
window-Insert and choose your new indictor, with right justification.
Save it out.

Whenever you wnat it, there it is under User Controls.



Re: justify indicator value to right

2004-02-12 Thread Jonnie 5
From LV 7:
From a blank vi:
Tools-Advanced-edit pallettes views
Select User Controls, Tack it Down, Right Click on the empty User
Controls window, Insert your new Custom Control.



Re: what is a .mnu file? Should it show up in the tools palette?

2004-02-12 Thread Jonnie 5
Yes, you can insert new menus to the functions palette with the
dir.mnu file.

LV 6, from the functions palette, tack it down (pushpin) and select
Options (upper right).
Edit palettes-New Setup-Type in a new name (IO Tech)

In an empty space on the Functions Palette, right click-Insert New
menu and choose the dir.mnu file.

In LV 7, do similarly through Tools-Advanced-Edit Palettes



Re: zomaar

2004-01-11 Thread Jonnie 5
Is this dutch for test?