search for: labview

Displaying 20 results from an estimated 25 matches for "labview".

2008 Apr 02
0
Using file to handle a direcoty, recurse question.
...in /usr/share. Between the Type Reference guide and another email , I believe I can move this tree around using file and recurse => true so that I do not have to spec each file. The question is how? I am not clear on exactly the right syntacs to use for this. usr/share/ |-- applications | `-- labview82.desktop |-- applnk | `-- Applications | `-- LabVIEW.kdelnk |-- config | `-- kdeglobals |-- icons | |-- labview-3d-big.xpm | |-- labview-3d.xpm | |-- labview-ctl.xpm | |-- labview-ctt.xpm | |-- labview-llb.xpm | |-- labview-vi.xpm | |-- labview-vit.xpm | |-- labview.xpm |...
2002 Dec 19
2
Strange locking errors with LabView under Samba 2.2.7 and HP-UX 1 1.11
...pgraded one of my HP-UX servers from Samba 2.2.4 to 2.2.7. Since that time, I have noticed that disk activity on the file system where the Samba var directory is kept seems to be higher than I would expect. We have now begun to experience a problem with PC clients running National Instruments' LabView software, installed on a Samba share. When any PC client tries to execute it, disk utilization goes to 100% according to HP's Glance performance monitor, with nearly all activity being in the aforementioned file system containing the Samba var files and being caused by the smbd for the client...
2002 Dec 20
0
FW: Strange locking errors with LabView under Samba 2.2.7 and HP-UX 11.11
I've had the chance to give 2.2.7a a try, with no change in behavior. LabView still takes several minutes to load, and disk utilization shoots way up. Just to see what would happen, I tried Samba 2.2.5 and got the same results. I then dropped back to 2.2.4, and everything works fine. LabView loads in about 12 seconds, disk utilization stays low during the load, no locking...
2004 Jun 11
3
Einlesen von Daten unter R
...R-Programm zur Auswertung von IR-Spektren (line-shape-Analyse zur quantitativen Analyse von Gasmischungen) entwickelt. Die Daten werden einer Excel-Tabelle entnommen. Bisher werden die spektroskopischen Daten ??ber den Inhalt von 64 Kan??len ??ber die RS232-Schnittstelle seriell mittels eines Labview-Programmes in eine Excel-Tabelle eingelesen. Die Verwendung der beiden Programme Labview und R ist unpraktisch. Es stellt sich daher die Frage, ob serielle Daten auch ??ber R eingelesen werden k??nnen oder ob das R-Programm in ein Labview-Programm eingebaut werden kann. Ich w??re sehr froh, w...
2005 Dec 10
0
Labview to speex interface
I working on a Labview application for an audio server with multiple clients and I would like to interface with the speex codec using the Labview call library function. I'm having some difficulty since I have not worked with C for over 12 years and am quite confused on the best way to link into the DLL exports. Has...
2002 Jul 18
0
Running exe compiled with LABVIEW
Hi I'm trying to run my exe files compiled LABVIEW with wine. The only thing LabView says: Failure: "filemgr.cpp" line 5508 I am using SUSE 8.0 and Wine 20020710 (source code no rpm packet) and a mounted win2000 prof partition Other programms are running without problems. Any ideas what i can do? -- GMX - Die Kommunikationsplattfor...
2005 May 30
0
Re: Running LabView + OPC server/EIB on wine ?
...t> wrote: > Hi, sorry for writing you directly, It's no trouble, though you may get more or better advice posting to one of the mailing lists or on irc (#winehq). I'm cc'ing wine-users in case someone else has experience in this area, hope you don't mind. > assume I use LabView on Windows to make a standalone .exe > this .exe communicates with the EIB fieldbus using a bus coupler unit > that communicates with a normal serial interface COM (9600bps). > > Under windows LabView uses the OPC server to provide an interface with > the EIB bus. > > Do you...
2013 Aug 30
3
Type annotations for R function parameters.
Hello. One of my clients asked if it would be possible to have an IDE which could use type discovery for R functions to make flow-like construction of an R program. Something like a LabView graphical composition of processing elements. They called this type of program composition a "workflow". I looked at some of this programs, like: * Orange http://orange.biolab.si/ * RedR http://www.red-r.org/ * Rattle http://rattle.togaware.com/ * Rpad https://code.google.com/p/rpad/ a...
2002 Dec 21
0
Re: samba digest, Vol 1 #2006 - 24 msgs (Out of the office - Returning Monday, Jan. 6th)
...(Listas de discucao)) 10. Re: How to enforce client to download the profile form server (Laurent Hofmann) 11. (no subject) (dpm8) 12. Re: XP slow to print to Samba 3.0 alpha21 server (Steve Langasek) 13. Problems installing samba (Viktor Pirard) 14. FW: [Samba] Strange locking errors with LabView under Samba 2.2.7 and HP-UX 11.11 (Windsor Dave (AdW/MOE2.1)) 15. samba upgrade (Norman Zhang) 16. Re: Cannot install samba (Joel Hammer) 17. Re: XP slow to print to Samba 3.0 alpha21 server...another data point from 2.2.7 (John Gerth) 18. Re: Create time changing by itself? (...
2003 Nov 14
1
R and RS232-Interface?
...Does any one of you know something about R and an implemented RS232-Interface? Are there any packages? Or is it possible to write an extensions or something like that in C/C++ ? The problem is that i should handle the information from a measuring device via the RS232-Interface (probably you know LabVIEW, which provides this functionality). These informations should then directly be handled by R. Is this possible? (I hope I found the right words, I?m swiss, J ) thanks Sascha Morach, diplomastudent, ZHW
2011 May 21
1
non-R package development
...llo, All: What would you recommend for software to support developing software in languages other than R? I'm currently writing code in R to implement algorithms that may ultimately need to run with asynchronous, distributed computing in various languages including Python, Matlab, LabVIEW, vanilla Unix, etc. I routinely use the "R CMD check", etc., process with Subversion for version control and collaborative development. I've looked for similar capabilities for other languages, so far without success. Thanks, Spencer Graves -- Spencer Gr...
2010 Jun 18
0
Confidence interval calculation for intersection of two quadratic lines
...erature device behavior is so poorly understood that it is only simulated with finite element models, which does not give me a neat analytic expression such as p^(2/3) + q^(2/3) = 1, and in any event the plots rarely look anything like x^(2/3) behavior. Background: I am developing a test system in LabVIEW, however I simulate data analysis offline in R, i.e. acquire raw data on the test system, import raw data into R and try analysis methods, then port the methods back to the test system. Therefore use of any R functions more sophisticated than lm will be of limited use; LabVIEW does not have very so...
2011 Jul 08
1
computing functions with Euler's number (e^n)
...function(cf, J = 12, scale_ = 0.3){ + B <- cf*scale_ + } > B <- lambda(cf, 12, 0.3) > dummy <- fq/cf[1] > Z <- dummy**B[1] # Note here I tried using '^' to raise dummy to the power B[j], but it didn't work. I tried '**' which serves the same purpose in LabVIEW, and it worked. There is no references to this in any of the R documentation that I have read. Should '^' work here??? > U <- (-dummy+1)**B[1] > Q <- exp(U) > Q <- ifelse(Q>30,30,Q) # Not sure why I use this. > W <- Z*Q -- *W. Jeffrey Armstrong, Ph.D. *A...
2007 Jul 25
3
loess prediction algorithm
Hello, I need help with the details of loess prediction algorithm. I would like to get it implemented as a part of a measurement system programmed in LabView. My job is provide a detailed description of the algorithm. This is a simple one-dimensional problem - smoothing an (x, y) data set. I found quite a detailed description of the fitting procedure in the "white book". It is also described in great detail at the NIST site in the Engineer...
2011 May 19
0
using wine'd app w/ add-on card (pci)
I have a windows application (LabVIEW) that requires a gpib pci card and I'm trying to get the whole thing to work under linux with the help of wine (1.3.12). The gpib card driver comes in both windows and linux flavors (but the linux version seems kind of dodgy). As I understand it, using the windows driver under wine won't...
2003 Jan 10
0
RE: Samba locking problems
...-----Original Message----- From: Bernd Haeussermann [mailto:Bernd.Haeussermann@marconi.com] Sent: Friday, January 10, 2003 3:35 AM To: Dave.Windsor@us.bosch.com Subject: Samba locking problems Hi Dave, we have exactly the same problems since upgrating our HP-UX server to 2.2.5. But not with Labview. We have those problems when several users use Microsoft applications. If you have a solution, could you please tell me? Thank You, Bernd Haeussermann ________________________________________________________________ Marconi Communications GmbH, AF/MTC6 Microwave Antennas - Center of Competence...
1997 Apr 22
3
R-beta: library(splines) in version 0.50 alpha
I am using the 0.50 alpha version of R packaged (in 3 parts) by Kurt for Debian Linux. Package: r-base Status: install ok installed Priority: optional Section: local Maintainer: Kurt Hornik <Kurt.Hornik at ci.tuwien.ac.at> Version: 0.50b7-1 Depends: libc5, xlib6, libreadline2 Description: R, a language not entirely unlike the language S. Package: r-contrib Status: install ok
2013 May 24
0
Wine release 1.5.31
...ot supported yet" 26751 configure improperly detects Wunused-but-set-parameter as supported on Clang 27515 explorer http://www.google.com does not work. 27639 please also implement GPOS feature in indic shaping engine 27999 ComboBoxEX item images aren't drawn correctly 28849 LabVIEW 2010: Some DLLs aren't installed at all 29556 Tiny slider indicators in Audacity 29625 TreeView item label truncated when made bold 30029 (FEAR 3 - F3AR)F.E.A.R. 3 Crashes When Setting Full Screen Option... 30162 Microsoft .NET 2.0 Framework: "mscorsvw" compile worker hang...
2012 Apr 27
0
Wine release 1.5.3
...ersionMatches needs to check version for languages) 28340 UFO: Extraterrestrials Gold crashes at start (can't be workarounded by using native dsound/directplay) 28848 PCSX2 0.9.9 svn r4942: Using GSDX plugin results in garbled graphics 28999 Weatherbug fails to detect vbscript 29099 LabView 2011 demo crashes on start (PathRemoveExtensionA/W unconditionally tries to null terminate string) 29165 IApplicationAssociationRegistration not implemented (needed by gecko) 29318 Internet Explorer 8 cannot show previews on the quick tabs screen 29823 Subtitle Edit is missing its menu bar...
2010 Dec 13
22
OT: programming language for morons (newbie friendly language in Open Source world)
Hi folks I have more than 12 years experience with UNIX system administration, but I am too stupid for programming. My only programming experience is shell scripting. I tried to learn Java, but don't understand it because it is too complicated for my limited brainpower. What programming language should I learn? A friend said that C-Sharp (Mono) is very simple. Is this true? cheers Sven