custom pulse train generation

2004-04-20 Thread Davediego
Hello, I would like to generate a pulse train that has a coulpe cycles from high to low, then remains low for awhile, and repeats the sequence. Here is a little ascii waveform of what I want to do: _ _ _ _ _| |__| |__| |

Fehler bei Installation von LabVIEW7 unter Windows XP Pro

2004-04-20 Thread ilcheffe
Bei der Installation von "LabView 7 Express free 30-day Evaluation Software" unter XP Pro bekomme ich folgende Fehlermeldung:"The Windows Installer Service could not be accessed. Error: The system cannot find the path specified." Auch das empfohlene Neustarten und neue Ausf=FChren der setup.exe war

Re: Difference? Academic vs. reg. LabView

2004-04-20 Thread rhughes
Thanks for responding. I don't know anything about LabView, but I'm involved in a project that uses LabView for data acquisition and I'd like to know a bit more about how it works. That qualifies as personal education :-) My question ought to have been phrased as "Will the academic/student versi

Re: Loop to do arithmetic operations

2004-04-20 Thread altenbach
--446938.1082401701043.JavaMail.quiq.tekken Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Your second question is not quite clear. Are you talking about generating a ramp of consecutive integers? The attached image shows a quick solution for that. --446938.10824017010

Thanks for responding to my question. The annwer for your...

2004-04-20 Thread Act
Thanks for responding to my question. The annwer for your questions are: Measurment time : 300seconds, Sampling Frequency : 2 Hertz, and Window Type : Hanning. Hope you could hint me on this soon. Thanks for responding to my question. The annwer for your questions are: Measurment time : 300seconds

Re: if no screen activity happens for a predefined time show dialog

2004-04-20 Thread Les Hammer
Post any time you want. There are probably 20 lurkers out there who would like to know the answer too, but are too shy to ask. Les

Re: Loop to do arithmetic operations

2004-04-20 Thread altenbach
--634037.1082399892712.JavaMail.quiq.tekken Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Try this! --634037.1082399892712.JavaMail.quiq.tekken Content-Type: image/gif; name=increment-loop.gif Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=

Watlow 96 Controller

2004-04-20 Thread brtwnl
Does anyone have a driver for a Watlow 96 controller. I found a reference to Watlow96.llb in the Info Archives, but have not found the library anywhere. Thanks, Wayne Lewis Blue Ridge Test Forest, VA Work (434)525-7312 .BlueRidgeTest.com __

Re: Difference? Academic vs. reg. LabView

2004-04-20 Thread altenbach
There are actually three items: (1) LabVIEW at the regular list price. (2) http://www.ni.com/academic/academic_products.htm>LabVIEW with academic discount. (75%!) (3) http://www.ni.com/labviewse/>LabVIEW Student edition "Academic" is just a discount. You select from the regular catalog what you w

Re: PCI-6601 for limit switches.

2004-04-20 Thread Brooks B.
Hello: Please try out the example "Write 1 Pt to Dig Line (E).vi" which can be found using the LabVIEW example finder. You use the DIO VIs located on your DAQ palette. Good Luck! Sincerely, Brooks B

Re: Some VIs can't be opened any more

2004-04-20 Thread AllenP
Hi, LabVIEW will only look in certain directories for VIs. It sounds like the source code control program that you are using could be moving the VIs to another directory. You can change this information under Tools >> Preferences >> Paths. I would suggest adding the directory that your VIs are

Re: if no screen activity happens for a predefined time show dialog

2004-04-20 Thread alexi
Thanks v much for your help, I now managed to figure it out. I am very grateful to everyone who has helped me so far, I am not a programmer and do find it difficult to get to grips with some LV functionality, but this forum has greatly helped me to develop, not only by my own questions being answe

Difference? Academic vs. reg. LabView

2004-04-20 Thread rhughes
What are the differences between the academic and the regular versions of LabView?

Re: labview 7 Beta

2004-04-20 Thread Evan
Irene, I just wanted to re-iterate the other postings. You can have multiple release versions of LabVIEW on the same PC, however they all must be in separate directories. But more importantly; remember that the beta agreement states that you can not use the beta versions of our software for deve

Re: accessing parameters from activex server while running

2004-04-20 Thread Joe Guo
If you can change both application, consider using datasocket. It is much easier and very reliable as well. In the VB application, add datasocket activeX control to use it, not only you can read data in labview application, you can update data as well. -Joe

Re: Why am I getting very high values for the very low frequency region of a random signal?

2004-04-20 Thread LocalDSP
What is your sample rate, how long is your measurement time and what window are you using? These are just few questions that would need answers in order to help tracking your problem. So it could be very helpful if you could post your VI with the actual input data you are analyzing (saved as defau

Re: *.gif in Labview

2004-04-20 Thread Joe Guo
You can "import" gif image into labview, however, there are no VIs provided by NI to read GIF files because of patent. If you want to display gifs in picture control then you can find some comercial VIs. To import it, goto "Edit -> Import Image from File" and select a Gif file, then use "Paste" to

Re: i'm reading value from memory addresses one at a time. How can I store my values in an array?

2004-04-20 Thread Van626
Thanks Rolfk. I will give this a try. Van

synchronous submillisecond pulse generation on 2 outputs

2004-04-20 Thread mesches
I'm using a 6052E with LabView6.1. I need to simultaneously trigger two devices. The first is to send a trigger signal to another LabView program via Trig1 to tell it to begin collecting data. I can't modify that progam. The second is a TTL pulse to another device. This pulse needs to be between

Re: problem with color

2004-04-20 Thread Allen P
The array is up to 4 (FG color, BG color) pairs. Color pairs include False, True, True to False, and False to True. Each pair is a cluster of two colors. You can then make an array of up to 4 clusters that refer to the four cases listed above. Hope this helps! AllenP Applications Engineer Natio

Re: "Move to Front & Move to Back"

2004-04-20 Thread RL
Thank you both for your helpful replies. I eliminated the shadows by bringing in the objects with a back drop. The remaining problem is placement consistency as various Tabs are selected i.e. there are four FFT Graphs which are, unfortunately, of slightly different size and position. Is there a w

Re: "failed to launch measurement and automation"

2004-04-20 Thread Brian Powell
As mentioned on our web site, the download version does not include all of our drivers. You can request the CD version of the evaluation software https://sine.ni.com/apps/we/nigb.main?code=GB_LVEVAL";>here, and it includes the driver CD. Alternatively, the latest versions of many of our drivers a

Re: *.gif in Labview

2004-04-20 Thread zou
Use Image Toolbox / Read Image File.vi. Take a look this web page: http://www.geocities.com/gzou999/imgtool.htm George Zou http://gtoolbox.yeah.net

Re: Using GPIB to talk to HP4083A Switching Controller.

2004-04-20 Thread BCLioness
Sorry about that, the site has been saying it's down for maintenance when I try to attach the files, I have been checking since Friday and it still isn't working ... is there something else I should try to get you these files?

Why am I getting very high values for the very low frequency region of a random signal?

2004-04-20 Thread Act
I am tyring to produce a power spectrum graph for a Tachogram data, related to Heart Rate Variability Analysis. This data can be thought to be as a random signal, but has a frequency spectrum range of 0 - 1HZ. The problem that I am facing is, I am getting very high values for very low frequency reg

Re: Comments in Config files

2004-04-20 Thread Rolf
Oliver Friedrich wrote: > Hallo, > > The Configuration File VI's create a text based file which I can also edit > with an text editor. > > I want to insert comment lines into such a file manually. Can I do this? > If yes, how can I mark them as comment lines > (maybe like /*This is a comment*/

Re: How can i display the signal out of a FFT block to a graph?

2004-04-20 Thread Jyoti F
Hello St Augustine, Unfortunately, I cannot open these files that you have attached so I cannot tell you for certain where your problem lies. However, if you are using one of the FFT VIs from the Analzye>Waveform Measurements sub-palette, then you should be able to wire directly from the VI to a

what is the power spectrum unit for Unevenly Sampled Signal...

2004-04-20 Thread Act
what is the power spectrum unit for Unevenly Sampled Signal Spectrum.vi if the input signal unit is Volts? The Unevenly Sampled Signal Spectrum.vi has two outputs, Power Spectrum FFT(X) and Power Spectrum FFT(X) Frequency. Can anyone tell me what's the unit for Power Spectrum FFT(X) if the input s

Re: Converting LabView 4 vi. to LabView 7 vi.

2004-04-20 Thread Dennis Knutson
Without a block diagram, you cannot open a VI in a newer version because the block diagram is required for the recompile. The only way to upgrade is to find the original VIs with the source code. No one, NI included, can recover a block diagram once it has been deleted.

Re: Parsing the bit pattern.

2004-04-20 Thread Van626
Thank you John. I will give this a try. Van

Re: Feature request and how-to info for EXE icons

2004-04-20 Thread rolfk
This is not so bizarre. LabVIEW icons are internally really Macintosh resources and there is some translation necessary to get them into Windows format. Also by being able to convert the icon alone you are still not there. Putting them into the target executable is a little tricky at best. Rolf K

Re: How can I open a VI as an independent program out of an other program?

2004-04-20 Thread jhoskins
The easiest way to do that is to use the event structure (7.0). and edit the events of the structure to handle the OK button. If you do not have a version of labview that has the event structure capability, then you can use a statemachine. Look at the examples for further info. I'll try to attach a

FW: datataker dt50 & Labview

2004-04-20 Thread Brett Scott
-Original Message- From: Brett Scott [mailto:[EMAIL PROTECTED] Sent: Friday, 16 April 2004 7:50 PM To: Info-Labview Subject: datataker dt50 & Labview Hi everyone Has anybody here any experience or used any of the datataker in particular the dt50 Range of DAQ boards /boxs . I am simply

Converting LabView 4 vi. to LabView 7 vi.

2004-04-20 Thread Chris Merriman
I have a collection of programs written in LabView 4. I upgraded to LabView 7 recently. I am now trying to open my old 4 vi's with no luck. No block diagram is the error that I'm getting. Any ideas on converting would be greatly appreciated. Chris

Re: "Move to Front & Move to Back"

2004-04-20 Thread Dennis Knutson
If you drag anything into a tab control, that object becomes part of a page. If you first place the object outside the tab and then move it using the cursor keys, that object is not part of a page but will appear on all pages. You will see some weird shadows when you do this. One one to avoid that

"Move to Front & Move to Back"

2004-04-20 Thread RL
I need help in placing text, controls and indicators so that they float on top of Tab Controlled windows. Some components already do this but others seem to attach themselves to a Tab layer. There appears to be an unwritten convention here, that may be part of an IQ test which I am failing, that

How can I open a VI as an independent program out of an other program?

2004-04-20 Thread STOFFI
I have two vi's. In the first VI I want to make configurations and after that I want to start an second VI out of the first VI with an simple "OK" Button.

Comments in Config files

2004-04-20 Thread Oliver Friedrich
Hallo, The Configuration File VI's create a text based file which I can also edit with an text editor. I want to insert comment lines into such a file manually. Can I do this? If yes, how can I mark them as comment lines (maybe like /*This is a comment*/ as in C) Thank you Oliver Friedrich

Write LabVIEW Measurement File. Is it possible to edit Segment Headers?

2004-04-20 Thread Giulia
I would like to choose the information saved on the header. Moreover, headers are perfect if file saved are .lvm and opened with Notepad, but they are not easy to read and interpret when written as.xls in order to open file with Excel and try data operations. N.B. What I do to choose the type of d

Re: How can I show every x-th point of my data measured?

2004-04-20 Thread Joe Guo
Another way is to use the "Decimate 1D Array". -Joe

Re: Remote monitoring and control of a Labview program

2004-04-20 Thread Joe Guo
You can also try out remote control softwares, such as VNC or Remote Administrator. They not only allow you to monitor your application but also allow you complete control of the remote machine (edit your application, etc). But, please study each such software in detail before using them, as some

how to rerun data from excel into a waveform chart with four inputs

2004-04-20 Thread jawalk01
For labview 6.0 I have not been able to find or make a program which takes already obtained data and is able to rerun that data saved in excel into a waveform chart or graph. Is there an example that I could use for this?

Re: if no screen activity happens for a predefined time show dialog

2004-04-20 Thread Joe Guo
When using events in labview, only the labview application is monitored for any sort of activity. Which means if the labview application window is not in focus there will be no effect. There is a Windows API Toolkit (written in LabView) you can use to monitor any keyboard activity (regardless what

Re: if no screen activity happens for a predefined time show dialog

2004-04-20 Thread SachaE
Oops - don't you just hate it when you get halfway through a reply and hit the wrong key. Sorry. In terms of locking the screen, you'll need to interface with the microsoft Windows SDK (the .dll's inside of Windows itself) to get the lock screen like that. Have a look on the internet in general if

Re: stand alone exe errors using report generation vi's

2004-04-20 Thread Joe Guo
It really depends on what version of office you are using. Some methods have different set of parameters or even different names, labview does not adjust them accordingly, even though the code might execute but it will fail during build process. You must reselect the methods manually in order to

Re: custamizing controls

2004-04-20 Thread Joe Guo
First of all, you need to right click on the control you want to customize and select "Advanced -> Customize" from the popup menu, this brings up a frontpanel from which you can import picutres into the control (Edit -> Import Picture from file). Once the picture is imported, right click on the co

Re: Can we run two while loops independently in one application?

2004-04-20 Thread Joe Guo
You could sample both channels at higher rate (4K/s), then downsample for each channel. -Joe

Re: How to determin wich control has focus

2004-04-20 Thread Joe Guo
For each control and indicator there is a property, "Focus". When it is True, the control / indicator has the key focus. -Joe

custamizing controls

2004-04-20 Thread Thandal
hi all I have a problem =E0 customizing controls. In labview7 ex. There is a vi named “Using Custom Control.vi” I want to know how to convert pictures to control, Like truck in above mentioned vi Please tell me how to do it..

Re: Crash when passing a pointer of an initialized U8 array to my dll file.

2004-04-20 Thread LarsRoe
It's because the array is not set up like the standard C array. Read "Using External Code in LabVIEW" in LabVIEW's help. Also, if you right-click on the Call Library Node and select the option to create a header file, the header file will show the data structure more clearly.

Re: howto unzip in LabView

2004-04-20 Thread Rolf
Volvo JazzHouse wrote: > Hej, > > Does anyone know how to do it? Sure! You have two ways? 1) Using SystemExec VI you can call the pkunzip tool or any other command line zip utility. 2) Going over to OpenG on http://sourceforge.net/projects/opengtoolkit/ you can download the lib_lvzip library

Re: unsigned char?

2004-04-20 Thread Rolf
Minty wrote: > Does anyone know the equivalent data type (when using the Call Library > Function Node in LabView 7 Express) to an unsigned char? For which platform and API? The types LabVIEW shows are the fundamental C types each C compiler should understand properly and means the same unless y

Menus and EventStructures

2004-04-20 Thread Oliver Friedrich
Hallo, I have a rather strange behaviour. I've made a runtime menu with a couple of entries (all are type UserItem). Now I have an EventStructure which handles the event MenuSelection (User). Inside the EventStructure I get information on the selected item by reading ItemTag which is wired t

Re: unsigned char?

2004-04-20 Thread Rolf
Minty wrote: > Thanks for the reply Rolf. > > The platform is Win2k and the API is Win32. > > Thanks for your help. > > Minty WinAPI uses a number of types which are sometimes identical but the mostly used type which would correspond with unsigned char would be BYTE and UCHAR. Rolf K

Re: How to talk my company into allowing OpenG usage?

2004-04-20 Thread Jim Kring
> You get what you pay for; if it's cheap or free it's crap. And some opinions fit into that category too, but it is best not to generalize ;-) One should always perform an evaluation of the tools (and advice) they are going to use, prior to using them. If they meet your standards and require

Re (2) : appbuilder

2004-04-20 Thread Infos - Bien Entendu
>> for exemple i develop on a mac OSX with LV7 an application builder >> what do i need to make it run on windows ? >> > >This ability isn't really there today. EXEs on various Windows are >compatible with one another, but Mac and unix have different binary >standards. To compile one from the

RE: copy data from a front panel table

2004-04-20 Thread Himes, Allen
Thanks to the guys that offered suggestions. I forgot to mention that the application from where I need to grab data is a .exe. The methods suggested only worked (or I couldn't make them work, anyway) for a regular VI and not an .exe. What I initially envisioned was something as simple as select

Re: How to talk my company into allowing OpenG usage?

2004-04-20 Thread Enrique Vargas
>>1) You get what you pay for; if it's cheap or free it's crap. Somebody correct me if I am wrong, but, if they want to pay money for it, they can. (Give it as a donation to OpenG. ) What I am trying to say is that, AFAIK, the term "free" in the open source philosophy is not one of "free of cost

Re: How to talk my company into allowing OpenG usage?

2004-04-20 Thread Jim Kring
> Of course, I have no idea what is Jim's or the other OpenG developers' policy on receiving money. I am just thinking out loud. If you follow the "Support this project" link from OpenG.org , you will see the following: --

Re: Mismatched function prototype?

2004-04-20 Thread Rolf
Minty wrote: > I'm using the Call Library Function Node to call a DLL. When I configure > it, they function prototype that appears is not what it should be. How do > I correct this? > * I'm using LabView 7 Express and the DLL was created using VC++. How does it look and what should it be. C syntax

Re: a question about "for loop"

2004-04-20 Thread G_F
Thanks Shane for your reply. As a matter of fact, I'm going to choose the first option you mentionned hereby since I think it's the best option. Nice of you to have answered Regards Gerard -- Gérard Férini Switzerland http://home.tiscalinet.ch/gferini/ "shoneill" <[EMAIL PROTECTED]> wrote in

NI Motion + PXI 7344 + s-curves

2004-04-20 Thread Stéphane
I use Labview 7.0 and a PXI 7344 motion board. I try to calculate the time and the distance needed for a motorized stage to reach a constant speed. The Speed, Acceleration / Deceleration and S-curves parameters are known. Is there any way (vi or dll) to obtain the theoritical position, speed and ac

Seeking LabView (7) drivers for Anritsu 37xxxC "lightning" VNA

2004-04-20 Thread lvlist
Hello, I'm waiting to hear from Anritsu about this, but meanwhile does anyone have these or know exactly where to find them please? Failing that, is it likely that the drivers for the Anritsu 372xxA are likely to work satisfactorily? Thanks, Matt.

Auto indexing and wrap around

2004-04-20 Thread Oliver Friedrich
Hallo, when I enable AutoIndexing on a While-Loop, the node returns nothing when the loop reads beyond the end of the array. Is there a way to change this behaviour so, that the array wraps around and the WhileLoop reads the array again and again and... I could do it with a ForLoop nested with

How to talk my company into allowing OpenG usage?

2004-04-20 Thread Swinarsky, DJ Derrick (5453) @ IS
Just curious if anyone has any tips on convincing the corporate types that using software developed by the opensource community is a GOOD thing. I would love to be allowed to use all the OpenG tools and think that many in my group would also benefit from them. Also would like to use some of the l

Passing a 2d array to a DLL written in C++

2004-04-20 Thread znakeeye
Hi! I have made a DLL in C++/MFC. I have to implement a function that can fill a LabView 2D-array with some data. How can that be done? I suppose the function should look something like this: int MyDllFunction(unsigned char **matrix, int width, int height) { for (int r = 0; r < height; r++)

a question about "for loop"

2004-04-20 Thread G_F
Bonjour the problem I try to solve refers to a "for loop" which i try to stop whenever i press a clear button. I other words, I have a "for loop" that executes a number of task that last about 30minutes. the problem is, that I have no idea about how to quit such loop before the number of iteration

Re: Passing a 2d array to a DLL written in C++

2004-04-20 Thread znakeeye
Rolf <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > znakeeye wrote: > > Hi! > > > > I have made a DLL in C++/MFC. I have to implement a function that can > > fill a LabView 2D-array with some data. How can that be done? > > > > I suppose the function should look something like

MOTION - S-curves

2004-04-20 Thread Stéphane
I try to calculate the time and the distance needed for a motorized stage to reach a constant speed. The Speed, Acceleration / Deceleration and S-curves parameters are known. Is there any way (vi or dll) to obtain the theoritical position, speed and acceleration Vs time of a movmement ? Or is ther

Re: Passing a 2d array to a DLL written in C++

2004-04-20 Thread znakeeye
Evan <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Chris, > > I just wanted to add my 2 cents on the topic. Rolf has got you down > the correct path, however there is an example that I think will really > help you. > > It ships with LabVIEW 7.0 and can be found at C:\Program

Re: Passing a 2d array to a DLL written in C++

2004-04-20 Thread znakeeye
rolf <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > >So basically my function is valid (although I have to switch rows and > >columns for a valid result) and all I need is to make a LabView > >program that allocates a 2d-array and passes it to this dll function? > > Well, not s

Re: Sending TCP data with value change

2004-04-20 Thread Paul Slocum
Perfect, that's exactly what I needed to know to get started. Thanks!! :o) -paul

Re: how to transfer data in table, to excel sheet

2004-04-20 Thread Dannic
go to NI website: http://www.ni.com/devzone/dev_exchange/ex_search.htm and search for "excel goop" You want the excel toolkit(GOOP) this helped me do something very similiar to what you want to do. Thandal <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > In my vi,on button c

appbuilder

2004-04-20 Thread Infos - Bien Entendu
could somebody enlighten me about the ability to run an application built with application builder on a platform different with the one it was developped on for exemple i develop on a mac OSX with LV7 an application builder what do i need to make it run on windows ? -

Re: Driver Templates

2004-04-20 Thread jason . hobbs
Scott, We currently only maintain our templates for the latest version of LabVIEW.  We will add support for previous versions, but in the future any updates will only be reflected in the templates for the latest LabVIEW version.  This is so we can incorporate the latest LabVIEW technologies in the

Re: Want to feed values of an Excel spreadsheet into an index array function

2004-04-20 Thread Dannic
KMR <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > I need to feed values of a Excel spreadsheet into an index array, but > I cannot figure out how to read in the spreadsheet correctly. Can > anyone help me out? Thanks. If you haven't figured this out yet let me know and I'll

Re: Serial port Write then Read issue

2004-04-20 Thread rk1960in
Robert Cole <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Question: did you check your serial port setup to make sure that local > echo was turned off? I see this kind of thing in my machine when I > have local echo turned on. It could be turned on in the LabVIEW serial > port

RE: Application builder and LabVIEW base package

2004-04-20 Thread Harden Chris
Hi Ian, I'm not sure about LV7 but I know that the apps builder works with the base package versions of LV5 & 6/6.1 which I currently use. Hopefully this is not a requirement of LV7 - this would be a retrograde step. Regards, Chris Harden. Test System Design Engineer. FR-HiTEMP Ltd, Brook Ro

list directory.vi alternative ?

2004-04-20 Thread Gerald . Schaller
Hello all, The List Directory (list directory.vi) LabVIEW primitive tries to resolve any shortcuts in the directory. When using with Winndows 98 and at least in LabVIEW 6.1 it will crash the program if the shortcuts is broken. Does anybody has an alternative to get the directory list recu

Serial communication using serial compatibility VIs does not return correct bytes at Bytes at Serial Port vi

2004-04-20 Thread rk1960in
Hi! All, I am developing a application which communicates with serial device using compatibility VIs(as these VIs are for PDA). When I use "Bytes at Serial Port" to get the desired number of bytes to be read, it returns me the length of the bytes I wrote to the serial port and displays the same com

Upgrade from Full to Base version

2004-04-20 Thread Stéphane Caron
Hi everyone, I'm using LabVIEW 6.1 Full version and I want to upgrade to LabVIEW 7 base version (I have some reasons to do that :-) ). I don't use any feature specific to the full version vs base version. Is it possible to make that kind of upgrade, will the base version be able to open VI ma

copy data from a front panel table

2004-04-20 Thread Himes, Allen
Hey all, I was trying to copy the data from a standard table, but when I try to paste it, I get a bitmap image of part of my table. I've tried both right-clicking and using the Edit menu. The Edit menu "copy" will just give me the data for one cell in my table. Am I missing something easy here

LabVIEW 7RT & PXI-1011 & SCXI

2004-04-20 Thread Schmidt, Kyle
Hello All, I was helping a colleague of mine this morning as we attempted to unravel the mysteries of LabVIEW RT. I'm a long time LabVIEW and SCXI users - but the PXI-1011 combo chassis and the RT controller setup have got me baffled. I guess the first question is - can LabVIEW RT address SCXI m

RE: camera loss

2004-04-20 Thread Norman Kirchner
I have seen this before assuming you are using a CVS FTP to the CVS and there is a directory (can't remember but something like 1394)someone help me that has a CVS to figure out what it is. There are most likely many different files for different cameras. Unplug all the cameras, delete these config

RE: LabVIEW 7RT & PXI-1011 & SCXI

2004-04-20 Thread Schmidt, Kyle
Thank you. I checked this out. Something either in this or another note gave me a clue - I deleted the niconfig.dat file from the RT box and rebooted it. Then I created a new configuration using this process. Everything works for me now. I think the error was that the device number of the 6052

S.O.S.: UK LabView 7 expert required: automated test environment, Herefordshire

2004-04-20 Thread lvlist
Despite trying my best to learn the necessary techniques for completing this task, I doubt I'll meet the deadline of April 20th 2004 by myself. The company needs a working ATE program fast and it's more than I can confidently cope with, until I can get some more book learning and training done.

Conditional breakpoints and trace

2004-04-20 Thread Oliver Friedrich
Hallo, is there a way to place a kind of conditional breakpoint on a certain probe or control and break on appearance of certain data. Afterwards doing a trace to discover which part of the software caused the data, that would be fine! Any possibilities to do this in LV7? Thanks in advance O

M.A.G.N.I.F.I.C.A.D. beta driver in LabVIEW 7 Expresso

2004-04-20 Thread Michael C. Ashe
I've been doing some experimenting with the new version of LabVIEW. So far the best results I've obtained use about 40 grams of the new version and a half a liter of dihydrous oxide in my Model IV M.A.G.N.I.F.I.C.A.D.* Now if I can just get my beta LabVIEW driver for the M.A.G.N.I.F.I.C.A.D. to r

Re: OpenG Coding Challenge - Remove Backspace

2004-04-20 Thread Jim Kring
Alex Le Dain wrote: I would also think that re-entrancy here is only for testing "as near to optimum", presumably building a VI into an EXE would achive the same increase in performance as is achieved with reentrant=TRUE, as the UI and debug code are removed then. Is that correct Jim? We'll sur

Thanks a lot

2004-04-20 Thread whon
Hey Thanks guys.

Some Fundamental Knowledge on TCP

2004-04-20 Thread whon
Hi, all I am pretty new to Labview and would like to ask two questions about Labview TCP. (i) For TCP/IP in other language, like using socket, there is no gurantee of data arrival in 1 packet. In another words, we usually send the size as a hearder in the packet and keep receiving until we reach t

Request for suggestions on structuring!

2004-04-20 Thread lvlist
Dear Group, Please can you educate me, my brain's exploding here. I've been given a huge, old-style procedural flow diagram to code up in LabView 7, to create an automated test environment. (Thanks so far to Chris Harden for your help, but I'm still stuck on details.) See http://www.spherica.d

Re: Running two copies of VI and seeing two FPs

2004-04-20 Thread Jim Kring
Simon Whitaker wrote: Hi folks, I'm trying to get a VI set up so that it can have more than one open FP available at once. It's a log viewer and I'd like to be able to have two instances running side-by-side, with a different log file loaded into each one. Setting the VI to reentrant doesn't appe

Is the following possible in Labview?

2004-04-20 Thread whon
Hi all, I just begin learning labview and very inexperienced with it. I am trying to do the following things. I wanna add many controls on the labview display form and the VI started, it would read from a text file or something to determine which control is to be displayed and which control no

application.exe

2004-04-20 Thread G_F
What do I need to run an applicaton on a PC that has not labview installed I built up a VI into an .exe but I surly missed something since it doesn't run on another computer. Thanks for your help Gerard

Re: Who can create a clock for me with the following functions??

2004-04-20 Thread BartBlue
Mark, i give more details what i need on the timer. Example: Set time: 96 hours Press start the timer start to run, and counting down. When it is counting down, the led countdown is on Press pause, the timer stops but the remaining time stays on the

Any information about TestView?

2004-04-20 Thread whon
Hi all, I've recently found out that there is a product known as Testview. It seems to me that this is a software based on Labview but included couple functionality like importing program parameters from Excel. I am just wondering if any of you guys know more things about it? I have been searchi

RE: OpenG Coding Challenge - Remove Backspace

2004-04-20 Thread Jim Kring
Mike, Based on a lot of similar feedback, we have updated the Functional Requirements to the following (thanks to Christian Altenbach for his work on this): -- Removes all backspaces (Slash Code: \b, ASCII Hex: 0x08) and the characters preceding them. If there are N co

RE: Buying LabVIEW abroad

2004-04-20 Thread Harden Chris
An excellent question - maybe our friends at NI could give us an answer? > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On > Behalf Of Simon Whitaker > Sent: Wednesday, March 31, 2004 9:41 AM > To: Info-LabVIEW List > Subject: Buying LabVIEW abroad > > Hi fo

Hi, Question about using Visual Basic with labview. How do you execute visual basic programs within labview?

2004-04-20 Thread JJ
Need help on how to execute an external program (written by VB in this case) within labview. Thanks in advance, JJ.

<    1   2   3   4   >