similar to: Re: Running LabView + OPC server/EIB on wine ?

Displaying 20 results from an estimated 300 matches similar to: "Re: Running LabView + OPC server/EIB on wine ?"

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 errors appear in
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 anyone developed Labview VI's for this purpose? Also I have attempted to
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 Kommunikationsplattform im Internet. http://www.gmx.net
2002 Dec 19
2
Strange locking errors with LabView under Samba 2.2.7 and HP-UX 1 1.11
Hello All, I recently upgraded 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
2008 Apr 02
0
Using file to handle a direcoty, recurse question.
Alright, going ot ask this question in advance of doing bone headed tests. I have one application that does not understand the idea of /usr/local/ and insists on populating /usr. Of course it is closed source and commercial and it is the one they want to use. Below is the list of junk it shoves in /usr/share. Between the Type Reference guide and another email , I believe I can move this tree
2005 Jun 20
1
(no subject)
R friends, I am using R 2.1.0 in a Win XP . I have a problem working with lists, probably I do not understand how to use them. Lets suppose that a set of patients visit a clinic once a year for 4 years on each visit a test, say 'eib' is performed with results 0 or 1 The patients do not all visit the clinic the 4 times but they missed a lot of visits. The test is considered positive if it
2006 Oct 21
1
ReadLines question
I'm getting the following error: > headerinfo=readLines(met_station_file,n=8) > headerinfo [1] "Plot Title: tahoe met validation ,,,,,,," [2]Error: invalid multibyte string met_station_file's first 8 lines are as follows: Plot Title: tahoe met validation ,,,,,,, #,"Time, GMT-07:00","Temp, ?F",Coupler Attached,Host Connected,Coupler
2005 Aug 04
2
The killer app for Asterisk in corporate deployment
We're a dealer in Europe selling commercial phone & building management systems, some residential too. All the new office buildings have an EIB bus to manage the lights, clima, security access, etc. The big companies also have Crestron or AMX automation and media servers for the boardroom. Asterisk is an awesome phone solution, but if we could offer a solution that tied it all together
2005 Aug 04
0
Re: [Asterisk-Dev] The killer app for Asterisk in corporate deployment
At 6:31 AM -0700 on 8/4/05, peter webier wrote: >We're a dealer in Europe selling commercial phone & >building management systems, some residential too. >All the new office buildings have an EIB bus to manage >the lights, clima, security access, etc. The big >companies also have Crestron or AMX automation and >media servers for the boardroom. Asterisk is an >awesome
2004 Jun 11
3
Einlesen von Daten unter R
Sehr geehrte Damen und Herren, An der Fachhochschule Winterthur wurde f??r mich im Rahmen einer Diplomarbeit (Prof. Ruckstuhl) ein 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
2004 Apr 19
0
New package: mcgibbsit, an MCMC run length diagnostic
Package: mcgibbsit Title: Warnes and Raftery's MCGibbsit MCMC diagnostic Version: 1.0 Author: Gregory R. Warnes <gregory_r_warnes at groton.pfizer.com> Description: mcgibbsit provides an implementation of Warnes & Raftery's MCGibbsit run-length diagnostic for a set of (not-necessarily independent) MCMC sampers. It combines the estimate error-bounding approach of Raftery
2004 Apr 19
0
New package: mcgibbsit, an MCMC run length diagnostic
Package: mcgibbsit Title: Warnes and Raftery's MCGibbsit MCMC diagnostic Version: 1.0 Author: Gregory R. Warnes <gregory_r_warnes at groton.pfizer.com> Description: mcgibbsit provides an implementation of Warnes & Raftery's MCGibbsit run-length diagnostic for a set of (not-necessarily independent) MCMC sampers. It combines the estimate error-bounding approach of Raftery
2006 May 16
1
Bay Cities Ruby Group
Hello, I''m trying to organize a Bay Cities Ruby Group in Southern California. This would include the cities of Redondo Beach, Manhatten Beach, Hermosa Beach, Torrance, Gardena, Lomita, etc. If you are interesting in joining a group that would be like other ruby groups where we discuss tricks, technique, theory, etc. and help each other, then please join the mailing list:
2002 Dec 21
0
Re: samba digest, Vol 1 #2006 - 24 msgs (Out of the office - Returning Monday, Jan. 6th)
I will be out of the office: From: Monday, Dec. 23rd Through: Friday, Jan. 3rd I will return to the office on Monday, Jan. 6th I will only be checking email or voicemail. Once or twice during that time period. Members of the I.T. dept. will be able to contact me if there is a critical issue. Enjoy the time off over the holidays and Happy New Year! >>> samba 12/21/02 12:00
2010 Jun 18
0
Confidence interval calculation for intersection of two quadratic lines
How do I calculate the confidence interval for the value x given by the intersection of two quadratics (i.e. parabolas)? I fit two quadratics of the form: y = C1 + B1*x + A1*x^2 y = C2 + B2*x + A2*x^2 to two sets of points N1 and N2. I test for whether they intersect, if they do then I calculate the roots of: 0 = (C1 - C2) + (B1 - B2)*x + (A1 - A2)*x^2 to determine where they intersect
2006 Mar 05
6
Polycom 501 power over ethernet
When I bought two Polycom 501 SIP phones, I naively thought they were Power-over-Ethernet (IEEE 802.3af) because they were "powered over ethernet." Silly me. Polycom must have some odd voltage or funny way of injecting the power, because the POE switch I bought for them (Netgear F@510P) won't power them, though if I use the Polycom-supplied AC adapter and ethernet power
1998 Aug 06
0
LINUX: smbclient and smbfs CRASHES with binary files
Hello to all, I connect from a Linux machine (als client) to an NT4 (service pack 3) server. On Linux side I use: kernel 2.0.34 samba 1.9.18p8 smbfs-2.0.2 I connect from the Linux PC via PPP ( with MS-CHAP) to the NT4 server. I tested first with smbclient: I can upload to the NT4 server text files of any dimension, ( with CR LFs ) but when I try to send binary files, (an ELF linux
2015 Mar 13
0
[PATCH] sd, mmc, virtio_blk, string_helpers: fix block size units
On 6 March 2015 at 03:47, James Bottomley <James.Bottomley at hansenpartnership.com> wrote: > From: James Bottomley <JBottomley at Parallels.com> > > The current string_get_size() overflows when the device size goes over > 2^64 bytes because the string helper routine computes the suffix from > the size in bytes. However, the entirety of Linux thinks in terms of >
2015 Mar 13
0
[PATCH] sd, mmc, virtio_blk, string_helpers: fix block size units
On 6 March 2015 at 03:47, James Bottomley <James.Bottomley at hansenpartnership.com> wrote: > From: James Bottomley <JBottomley at Parallels.com> > > The current string_get_size() overflows when the device size goes over > 2^64 bytes because the string helper routine computes the suffix from > the size in bytes. However, the entirety of Linux thinks in terms of >
2003 Nov 14
1
R and RS232-Interface?
Hi there 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