Why cant I acced to all parameters of my simulink model with SIT?

2004-06-11 Thread Padox
Hi, I am trying to change some parameters of my Simulink model with Simulation Interface Toolkit. The problem is that I cant acced to all of them. For example, I want to change a cut-off frequency. When I enter the SIT Connection manager, a path is given so that I can change that parameter. But

Set and remove RT password on MacOS X

2004-06-11 Thread Urs Lauterburg
Dear LVers, This is probably an easy one but password discussion on the list made me wonder how to change my passwords for RT targets from LabVIEW 7.0 under MacOS X. So far I have worked without passwords but I realize I should. At least there is no danger in forgetting it this way tough.

ADLink DAQ2204 under LabVIEW

2004-06-11 Thread apotentialuser
Does anybody have experience on data acquisition using ADLink DAQ2204 card under LabVIEW 7.0 environment. It would be very grateful if you can direct me to some example programs.Thanks a lot!

Access to Application.ini

2004-06-11 Thread erlis
When i have built my application in Application Builder and run the Application.exe it creates a Application.ini. Is it possible to access this file from any vi and read configurations from it used internally by my vi's in the Application?

Application Builder and Fieldpoint

2004-06-11 Thread Date Difference
Hi I am using Application builder to create the installation setup file. I am using Fieldpoint as data acquisition Hardware. I have saved on .iak file for field point configuration. In advanced installer setting i saw the hardware configuration. in that i am able to see NI-DAQmx only. I am not

3d data interpolation

2004-06-11 Thread WERT
I have a set of 3d raw data. Is there a VI that will simply interpolate a z value based on the raw data if both the x and y are inputted. Currently I am fitting a 3rd order polynomial to the data and using this to solve my problem. The main problem with this is that I don't know how well the

Missing subVI

2004-06-11 Thread Ian G Williams
I have an old VI from years ago, written in LabVIEW 4, which I am trying to resurrect. However, on loading it looks for a subVI called Acquire N scans - ATrig.vi. It's not one I wrote myself so it must have come from somewhere. Does anyone have a copy they could send me or point me in the

Re: Application Error

2004-06-11 Thread Rolf Kalbermatter
Lai, Ann [EMAIL PROTECTED] wrote: I get this error when I tried to save my program: The instruction at '0x0081aa02' reference memory at 0x could not be 'read'. Click on OK to terminate the program. Click on CANCEL to debug the program. There is not very much we can do with this

Re: Can I use a list of adress the with open file function?

2004-06-11 Thread Alexis - Toulouse(FRA)
Thanks Khalid, I finally managed to make a loop using regisers. (kind of what you did). Thanks again and good luck! Alexis

app builder problems

2004-06-11 Thread John Howard
I know this is simple, and I am just over looking something. However I can't seem to get to the bottom of this. Every now and then an application I build will create an installer that doesn't work properly. Instead of installing into the Program Files directory, it will great a new directory

problem with 2 COM ports working parallel

2004-06-11 Thread Nikolai Maris
Hi, I have an application with aquire data from two different data logger via COM ports. COM 1 and COM 2 are opened at the same time and the serial write and serial read functions are in two parallel while loops. It works fine for a while. But after some time COM 1 did not send data any more.

LabView for Linux

2004-06-11 Thread Philippe Bruyant
Hi I am using LabView 7 Express with Windows XP. I am considering porting my VIs to Linux (RedHat 7.3). I would be interested in knowing others' opinions regarding the reliability of LabView for Linux, and portability of the VIs. Can I expect the Linux version to yield similar performances? Thanks

Re: which version of LabVIEW needed?

2004-06-11 Thread jhoskins
The base version is just as the name implies. You would be better off if you chose the full developemet edition of labview 7.1(current version) This will give you all the functionality of the base version plus a lot more features. Some you may not need NOW but will become valuable in the future as

Re: running under fedora 2 kernel 2.6

2004-06-11 Thread LouisP
Hello, LabVIEW 7.0 does not work for Linux kernel 2.6. Linux kernel 2.6 is now supported, using LabVIEW 7.1 for Linux. You will have to upgrade to LabVIEW 7.1. I hope that this sorts out your queries. Kind Regards Louis Price Applications Engineer NIUK

Re: How to multiply the measured signal with exp(-t/T) and integrate it?

2004-06-11 Thread unknown
To Chunrok: You can send me a personal mail at [EMAIL PROTECTED] with your problem. If you want to send me a vi please save as compatible to Labview 6.

OPC et Drive Server OPC

2004-06-11 Thread Phb
Sous Labview 7.0 je communique avec un positionneur (variateur..) Lenze 9300, gr=E2ce au DriveServer OPC fourni par Lenze... j'ai cr=E9=E9 un sous-vi dans lequel j'ai plac=E9 des indicateurs et commandes avec un lien gr=E2ce au dataSocket avec les variables OPC ... j'ai 2 probl=E8mes... ce sous-vi

Re: text ring display problems

2004-06-11 Thread AbeStoker
Thanks, that does work. I will continue to see if I can come up with a more elegant approach, but for now this will work.

Re: how can i insert zero

2004-06-11 Thread diallo332@
Thank you very much,for your help,the sample it very useful for me. Thank you. Diallo

Re: Omega CYC 321-01 Temperature Controller

2004-06-11 Thread Rolf Kalbermatter
John Schafer [EMAIL PROTECTED] wrote: Does anyone have a LabVIEW driver for this Instrument from Omega and more importantly know the exact wiring config of the Serial Interface Port (RJ-11) on the instrument. I am somewhat confused because they say that its an RS232 config but they show a GND

New solution for OS X

2004-06-11 Thread Scott Hannahs
Just to publicize a little known solution that lets one use the best development environment with NI hardware. One can use a cheap PC as the host for all the hardware running the PharLap RT/OS as the target machine. This gets around the extreme cost of a PXI crate and embedded hardware.

LabView graph data in Excel

2004-06-11 Thread Lai, Ann
Hi, Does anyone know how to graph data in excel using series collection? For some reason in my program, I use a loop to put number into the index of the series property, but I only get one graph in the end. When the index of the series is 2, the program gives an error and it won't graph series

Re: Writing data from a multicolum list box to .lvm file

2004-06-11 Thread Herbert Engels
LVM files can only be written from the dynamic data type, which internally is an array of waveforms. Hence, any kind of numeric data that can be converted into a double precision float can be wired. Strings (or e.g. time stamps) cannot be used immediately - they need to be converted. Wire the

Re: Problem about SGL with temperature unit

2004-06-11 Thread Xu
Thanks a lot, Jean-Pierre. From what you posted above, I am quite sure that it is a defect of the conversion routine for the temperature unit. The reference temperature for degC (273.15) and/or degF is stored internally as a DBL. 273.15(SGL) - 273.15(DBL) = -6.10352E-6; 274.15(SGL) - 273.15(DBL) =

Re: LabView does not see the same COM port numbers as windows XP

2004-06-11 Thread JoeLabView
It should.. However, if I recall in version 6.1, number 0 referenced COM1 and 1 referenced COM2. It was a bit confusing, but was solved in LV7. When you configure the port, do you wire the VISA reference or a number (0, 1, etc) as the port reference? If it is a number, then make sure 0 = COM1.

Re: Error code -2146827284 when trying to programmatically...

2004-06-11 Thread analog
Hi, This is what I used and it seems to work. But I have an extra series in there for some reason. Good luck

Re: How can I change my Array control Index to a scrollbar

2004-06-11 Thread Kirk
This works fine, but if I want to use a vertical scrollbar, the Slider controls don't look right. They have the zero value with the indicator at the bottom. A normal scrollbar should have the indicator at the top for zero and then increasing as it goes Down. How do I get this to work? Can you

Re: application error 0x0081aa02

2004-06-11 Thread KileenC
Hi analog, A couple of suggestions: 1. What version of LabVIEW are you using? Are you loading code written in a previous version of LabVIEW into a newer version of LabVIEW and/or using global variables? Refer to a

Re: acquire control

2004-06-11 Thread jdigiova
There are many possible solutions to this issue. Some may be better suited for your application depending on what hardware you currently have. One solution may be to use LabVIEW Real-time with a Fieldpoint System. You would use LabVIEW to write your control algorithm and Fieldpoint to interface

controlling an old windows program from LabVIEW or CVI

2004-06-11 Thread DEHartz
I want to control a windows program, by emulating button clicks and text entries to the other program, from LavVIEW or LabWindows/CVI. How can this be done?

Re: Can I transfer a license or find out the current status of the product registration.

2004-06-11 Thread JoeLabView
Check with NI Customer service. follow this link: http://sine.ni.com/apps/we/nicc.call_me?p_action=countryp_lang_id=US

Re: problem with 2 COM ports working parallel

2004-06-11 Thread JoeLabView
Can you attach a copy of the portion where the COM port communication takes place? Do you verify if there is (more) data at the port waiting to be read? or even a delay between sending the command and the expected response? By seeing how you implemented the communication, we can better provide

Re: Not Uninstalling Anymore on 6.1 App builder

2004-06-11 Thread KileenC
Hi, If you do want to uninstall the old executable, then you want to make sure that you are NOT generating a new product code every time you ubild a new executable. When you are in the Application Builder Installer Settings Properties, make sure that you are keeing the same product code (do

Re: online export to the hard disk

2004-06-11 Thread JoeLabView
You can place the write to file part of the code within the loop where you obtain the data. If you add the newly acquired data, simply select append to file. So here's an idea of the steps: 1. create the file where you want to store the data. 2. inside the loop where the acquisition takes

Re: List of daqmx error code numbers

2004-06-11 Thread Roy F
Oops... I verified that numerous translated error files are missing for German. Someone from the DAQ team will repond to this thread shortly. In the meantime, you can manually copy the missing files from the English directory to the German directory and you will at least get the English

Re: Replace array row in a loop

2004-06-11 Thread Rolf Kalbermatter
Mihai Costache [EMAIL PROTECTED] wrote: long explanation snipped It's all very nice, except it takes 20 minutes (Pentium III 800MHz Win2K LV7.1)! I then replace the FOR loop with a formula node and inside that a workmate of mine writes the corresponding C code to do exactly the same job. Now it

Re: Can I transfer a license or find out the current status of the product registration.

2004-06-11 Thread Zvezdana S.
Hello, It would be best for you to contact your internal sales rep at (888) 280-7645 to get this information. Please have the serial numbers handy. Also, you can check if a product is alredy registered on ni.com MyNI My Registered Products Zvezdana S. National Instruments

Re: Differences beetwen versions

2004-06-11 Thread Zvezdana S.
George, I would not be able to tell you about different versions of MATLAB, but to find out what changed between certain versions of LabVIEW, it would be best to look at LabVIEW release notes for the specific version. The latest one can be found here: a

Re: how to save my 3 channel data like this

2004-06-11 Thread burcu
I couldn't open this vi because my labview is 6.0 which you sent is 6.1.Would you please send your diagram as a jpeg file. Thanks for your help

RE: Missing subVI

2004-06-11 Thread Ian G Williams
As has been pointed out to me, it is one of the examples supplied. It's in a LabVIEW library which is why my simple file search didn't find it. All sorted out now, thanks to all who replied. Ian G Williams Warwick Technology Limited Warwick UK http://www.warwicktech.co.uk -Original

RE: New solution for OS X

2004-06-11 Thread Urs Lauterburg
Norman, Isn't this the way RT was first implemented on Windoze hosts. Just a RT PCI DAQ board and nothing else. These boards kept running even without the booted OS on the host machine. Obviously the line power was essential though. I think as time passes NI's concept of actually downloading the

How do I create an emergency stop custom control in LabVIEW that looks like an actual E-stop button

2004-06-11 Thread Jimmy D
How can I find (or buy) a variety of custom controls for various applications that look better than the standard NI controls.

Re: [W] FTP using DataSocket or other

2004-06-11 Thread clark lockerd
I am having the same probem. I was able to access the site a week ago, but have done some spyware removal and am afraid that the fpt things in Windows XP may be messed up. How can I check? The DOS window fpt utility works fine. My FPT utility (WS_FPTpro) that runs in windows works fine. And

Help needed to build a VI for XPS

2004-06-11 Thread littlegreen
Dear All, I am building a VI for acquiring data from X-ray Photoemission Spectroscopy instrument. I want a funcation that the data can display on the graph during each scan process and that the data has been added by the previous scanned y-value at the same x-axis. Do you know how to

Re: ActiveX controls with TLA logic analyzer

2004-06-11 Thread KileenC
Hi Drew, It could be that you need to first register the type libraries and ActiveX controls/servers for your logic analyzer. There is a useful KnowledgeBase discussing this procedure: a href=http://digital.ni.com/public.nsf/websearch/4F811A9B23F1D46E862566F700615B7A?OpenDocument;KB 1HBAMMSR.

Re: excel open worksheet

2004-06-11 Thread Robert M
Hello analog, It looks like you are passing out of your vi the reference to the unnamed worksheet rather than taking the worksheet reference out of the right side of the property node. It=92s possible than correcting this will solve your problem. If none of these suggestions help, or if I=92m

Re: which version of LabVIEW needed?

2004-06-11 Thread FvS
Hi Joe, thank you for your answer. I think my application don't need adavanced functions like analysis and so on but I'm not sure. My application is a small piece in a big software solution which is written in C++ so the company I developed my application for don't want to pay a lot of money for

Re: 3d data interpolation

2004-06-11 Thread altenbach
Do the x,y values form an equally spaced regular grid or are the points randomly placed. Do you need to interpolate in one direction, e.g. along each plane with constant x, or do you need to form a solid surface, potentially calculating Z for any fractional x and y. Do you know anything about

Re: How do I create an emergency stop custom control in LabVIEW that looks like an actual E-stop button

2004-06-11 Thread jhoskins
This is very easy to do in labview.The way that you do it is by double clicking the control. This will bring up the customize window and from there you can make it look like you want it to by inserting pictures into the control of the way you want it to look at each state. Look at the shipping

Re: sync a timed loop with counter out?

2004-06-11 Thread weizbox
thank you very much. It did help :)

Re: ActiveX controls with TLA logic analyzer

2004-06-11 Thread drew1005
I tried registering the type library, but that didn't help. I have tried un-registering it and re-registering it with no success. When I un-register the type library I can't even access the top level. However when I re-register it I can only access the top level. It seems to me that there's a

Re: which version of LabVIEW needed?

2004-06-11 Thread jhoskins
You may want to call NI about certain questions. Call your Local NI representative and talk to them. You may try downloading the evaluation version of labview 7.1. Sorry I cannot help more.

Re: 3d data interpolation

2004-06-11 Thread WERT
The x,y values form a relativly linear surface that twists in the z direction. The data is taken from a valve calibration. The pressure is measured for each position of the valve. However there is a 3rd variable in the system. This means that the pressure required is dependent on valve position

Re: Creating an exe with 6.1 and VISA

2004-06-11 Thread Baldy
OK this looks promising. I ran NI-Spy on the development machine. How do I install it on the run-time machine? The tutorial you pointed me to says it is part of VXI, but as far as I know I don't have or use VXI. Additional note: exe application works on development machine. Target machine

Re: run time setting?

2004-06-11 Thread Khalid
brHi Yong, Apparently, it's being hidden at run-time using Property Nodes. Here's how you can find and fix this part of the code: on the front-panel, right-click on your graph and select FindProperty Nodes. This should either take you to the property node on the diagram, or bring up a box --

Re: string format problem using read from spreadsheet file.vi

2004-06-11 Thread Dennis Knutson
If you want to read 9 significant digits, just use the %.9f format string. Your %9.9f format string says to only process the first nine characters in the field so you aren't getting the exponent. You can also change the format and precision of the front array display to something else (i.e.

Advice on constructing a test engine and formatting a...

2004-06-11 Thread j. smith
Advice on constructing a test engine and formatting a spreadsheet test file to perform command line interface testing on a product through telnet or serial interface Advice on constructing a test engine and formatting a spreadsheet test file to perform command line interface testing on a range of

Re: Right click palette

2004-06-11 Thread KileenC
Hi Mark, It sounds like this might be a more involved issue regarding LabVIEW. At this point, I would suggest a href=http://sine.ni.com/apps/we/nicc.call_me?p_lang_id=US;contacting NI/a via email. If you don't already have a service contract with NI, you can have a temporary 30-day active trial

Re: Checking for running applications on remote machines

2004-06-11 Thread KileenC
Hi Slawek, I would suggest using Remote Front Panels in LabVIEW. Remote front panels allow you to view and control a VI front panel remotely, either from within LabVIEW or from within a web browser, by connecting to the LabVIEW built-in web server. There is a tutorial a

Delay a sequence for a specific time.

2004-06-11 Thread Van626
Hi, If I have two sequences, the first one is executed, and I want the second sequence to wait about 2 seconds before executing next. How can I do this? Thank you, Van