similar to: Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets

Displaying 20 results from an estimated 700 matches similar to: "Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets"

2017 Dec 04
2
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
I had a look on the website, but I can?t see a detailed list of supported units. The model number is BX700UI. Best regards mikael festa The Studio, Cornfields, Portsmouth Road, Ripley, Surrey GU23 6ERt: +44 (0)1932 865 459 | e: mikael at treefrogdesign.tv <mailto:james at treefrogdesign.tv> | w: treefrogdesign.tv <http://www.treefrogdesign.tv/>This e-mail message may contain
2017 Dec 04
1
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
The server we are using is headless, I can?t install a desktop software unfortunately. That?s why I am trying to find a driver for NUT on OpenMediaVault. Best regards mikael festa The Studio, Cornfields, Portsmouth Road, Ripley, Surrey GU23 6ERt: +44 (0)1932 865 459 | e: mikael at treefrogdesign.tv <mailto:james at treefrogdesign.tv> | w: treefrogdesign.tv
2017 Dec 04
2
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
Hi Roger, Thank you for your advise. I tried driver = apcupsd port = auto But unfortunately I get the same error message ?Failed to execute command ?upsc 'ups' 2>&1': Error: Driver not connected" As I am not very good in using OMV, maybe there is something else I should do? Thanks Best regards mikael festa The Studio, Cornfields, Portsmouth Road, Ripley, Surrey GU23
2017 Dec 02
0
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
On Fri, 1 Dec 2017, Mikael Imperatori Festa wrote: > Hi there, > I tried all the driver on the list for this UPS, but they don?t work. Could you help me please? Have you tried with apcupsd? Which protocol does apcupsd use for the Back-UPS 390 ? Roger > This e-mail message may contain confidential and/or privileged > information and is for the sole use of the intended
2017 Dec 04
0
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
On Mon, 4 Dec 2017, Mikael Imperatori Festa wrote: > driver = apcupsd > port = auto I meant the ? APC UPS Daemon ? at http://www.apcupsd.org/ Does this support your UPS unit? If so, what protocol is it using? What is the model number of your unit? BX650CI ? Roger
2017 Dec 04
0
Help, please! Driver for APC Back-UPS 390 Watts / 700 VA, 230V, AVR, IEC Sockets
On Mon, 4 Dec 2017, Mikael Imperatori Festa wrote: > I had a look on the website, but I can?t see a detailed list of supported > units. Try installing and using apcupsd. Does it work correctly with the BX700UI? Which protocol is it using? Roger
2007 Apr 04
3
Power analysis and mixed model
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070404/0f61f54a/attachment.pl
2014 Sep 30
0
[Bug 10847] New: inconsistent units should be unified and follow SI/IEC standard
https://bugzilla.samba.org/show_bug.cgi?id=10847 Summary: inconsistent units should be unified and follow SI/IEC standard Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: core AssignedTo: wayned at samba.org
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
LLVM does not support IEEE decimal-floating point. If by “fixed point arithmetic” you are asking about associating a scale factor with a variable/value, and doing the correct scaling for arbitrary arithmetic… LLVM doesn’t do that either. It’s a rare IR that even has the concept. The OpenVMS GEM compilers supported it (along with other special features for COBOL), but I’m not aware of any
2013 Sep 07
2
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
Hi, Does LLVM support decimal precision numbers supported? Also does it have Fixed point arithmetic? S -- Suminda Sirinath Salpitikorala Dharmasena, B.Sc. Comp. & I.S. (Hon.) Lond., P.G.Dip. Ind. Maths. J'Pura, MIEEE, MACM, CEO Sakrīō! ▣ *Address*: 6G • 1st Lane • Pagoda Road • Nugegoda 10250 • Sri Lanka. ▣ *Mobile* : +94-(0)711007945 ▣ *Tele*: +94-(0)11-5 864614 / 5 875614 / 2 825908 ▣
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
Also Q numbers format can be added for added precision. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130910/a78890c2/attachment.html>
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
> This will come in handy if you do not have a floating point unit. Also for > speed in some cases. > > To be generic as possible it might be good to have this. The goal isn't really maximum generality, but support for languages that people care about. Currently that's mostly C and C++, with a smattering of features for some others. But features almost never get added
2013 Sep 09
2
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
These features can find use in embedded micro controllers and situation where you do not want rounding errors. x86 and ppc sound like Intel and Power PC specific. Of course once introduced some one must maintain it. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130910/8cff2269/attachment.html>
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
On 9 September 2013 20:21, Suminda Dharmasena <sirinath at sakrio.com> wrote: > These features can find use in embedded micro controllers and situation > where you do not want rounding errors. Not until someone comes up with a language specifying them (or at least a highly suspect variant of C specifying them) they can't. Tim.
2013 Sep 09
5
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
Many thanks for getting back. This will come in handy if you do not have a floating point unit. Also for speed in some cases. To be generic as possible it might be good to have this. BTW, in the doc I was reading there was not mention about Quad size numbers, decimal numbers and extended precision numbers. http://llvm.org/docs/LangRef.html#type-system -------------- next part -------------- An
2010 Feb 23
2
NUT with Cyber Power 700 AVR
I recently purchased a Cyber Power 700 AVR UPS. I installed it just fine and wanted to install NUT to monitor the unit. I searched the mailing list and found a similar post. However, the distro used in that post was different and the unit was slightly different (900 AVR). My server is running Debian Lenny. The Cyber Power UPS is connect to one of the serial ports using the cable that came with
2012 Oct 02
8
Being strict on differentiating between IEC prefixes and SI prefixes.
One of the greatest things about rails is that it is so standards-compliant, no other framework that I have seen have complied to the HTTP standard (think REST) in such a degree that Rails does. Kudos to you all for that. I think we (Rails community) should follow the line of standards compliance and also take it to the binary prefixes [1], i.e. kilobytes, megabytes, etc. For more than half a
2008 Jan 03
2
OT: How many watts do I need?
Hello all, Sorry for the OT thing. I'm helping a friend setting up a new box. It's a Pentium 4 with 430Watt power supply. He wants to plugin his old harddrives and DVD into the new box. The total will be: 3 harddrives, 1 DVD drive, 1 CDRW drive. In the box there are also 2 big fans. Is 430Watt enough? Thank you for your sharing. -- Fajar Priyanto | Reg'd Linux User #327841 |
2010 Oct 26
0
OT: CreekFM - Fifty Thousand Watts of Pow Wow Power!
You may recall that in the early months of 2009 I was asking some questions about setting up a streaming audio server for a native-owned radio station. It is now up and running, and you're welcome to tune in. CHXL 95.3 CreekFM FIFTY THOUSAND WATTS of POW WOW POWER! Serving the File Hills First Nations, and the World! CreekFM is owned and operated by the Okanese First Nation on their reserve
2009 Aug 17
1
[Fwd: Re: R code to reproduce (while studying) Bates & Watts 1988]]]
Kevin Wright wrote: > library(nlme) > m2 <- gnls(conc ~ t1*(1-t2*exp(-k*time)), > data = df.Chloride, > start = list( > t1 = 35, > t2 = 0.91, > k = 0.22)) So my error was to use nls instead that gnls. Thanks a lot, Kevin. > summary(m2) > plot(m2) > lag.plot(resid(m2), do.lines=FALSE) >