search for: 1000i

Displaying 10 results from an estimated 10 matches for "1000i".

Did you mean: 1000
2010 Mar 25
2
print(big+small*1i) -> big + 0i
...e precision? The imaginary part of 0 looks a bit odd when log10(real/imag) >=~ getOption("digits"), but I'm not sure it is awful. Some people might expect the same number of significant digits in the two parts. > 1e7+4i [1] 10000000+0i > 1e7+5i [1] 10000000+0i > 1e10 + 1000i [1] 1e+10+0e+00i > getOption("digits") [1] 7 > options(digits=4) > 1e4+4i [1] 10000+0i > 1e7+1000i [1] 10000000+0i > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status Under d...
2005 Jun 15
0
(PR#7942) extra spaces before imag part when printing complex numbers
...erstood this feature probably perhaps because, at first sight, I found the display looks "strange" when some of the numbers have large imaginary parts as it tends to make the delimitation between columns of numbers less visible. E.g., > options(width=80) > print(rep(c(1+1i, 1-1i, 1+1000i), 8)) And if there's less than a line of numbers I find it's more natural to write : > print(c(1+1i, 1-1i, 1+1000i)) [1] 1+1i 1-1i 1+1000i instead of what is actually printed : [1] 1+ 1i 1- 1i 1+1000i Anyway, sorry this "bug" report. > On Wed, 15 Jun 2005 cyril....
2005 Oct 09
3
bcmxcp - Powerware 9125
...tablished Network UPS Tools - UPS driver controller 2.0.2 Network UPS Tools (version 2.0.2) - APC Smart protocol driver Driver version 1.99.7, command table version 2.0 Detected SMART-UPS 2200 [GS9850005011] on /dev/cuaa5 Network UPS Tools - BCMXCP UPS driver 0.08 (2.0.2) Modell = PW9125 1000i 1000VA Firmware = 11.00 Shutdown delay = 120 seconds Network UPS Tools upsd 2.0.2 Connected to UPS [UPS-1]: apcsmart-cuaa5 Connected to UPS [UPS-2]: bcmxcp-cuaa4 Synchronizing...done Network UPS Tools upsmon 2.0.2 UPS: UPS-1@localhost (master) (power value 1) Using power down flag file /etc/kil...
2012 May 12
2
NUT for Windows + Eaton/PW 5110
Nut for Windows 2.6.3-3 + Eaton/PW 5110 (103004256-5591). I had to manually install libusb driver and I'm using bcmxcp_usb. upsd.exe is reporting to me "Out of memory". It will run, but once anything connects to the daemon, it dies with that message. I don't have much experience with NUT yet so I'm not sure what the next course of action is. I do have NUT for Windows
2005 Apr 07
1
complex tangent (PR#7781)
Full_Name: Peter Fortini Version: 2.0.1 OS: Windows 2000 Submission from: (NULL) (65.246.187.164) When the imaginary part of the argument is very large, the complex tangent function returns 0+NaNi. For example, tan(1+1000i)=0+NaNi; it should be 0+1i Easy to fix in complex.c, as the original NaN came from division of sinh and cosh that had reached machine infinity. static void z_tan(Rcomplex *r, Rcomplex *z) { double x2, y2, den; x2 = 2.0 * z->r; y2 = 2.0 * z->i; den = cos(x2) + cosh(y2);...
2013 Feb 21
1
NUT with Powerware 5125.
Hi, Does anyone know how to make NUT works with Powerware 5125? I already tried serial communication (genericups and bcmxcp) and USB (usbhid-ups and bcmxcp_usb), but without success. I'm using the latest version of NUT (2.6.5) under Debian amd64. Can anyone help me? Thanks. Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Nov 07
0
NUT doesn't work with Eaton 9PX with Network-MS - "Unknown UPS"
...e2%80%8a-%e2%80%8aups-nut-co/ https://hackernoon.com/how-to-shutdown-your-servers-in-case-of-power-failure-ups-nut-co-34d22a08e92 This is on Raspbian 10, running on a Raspberry Pi. NUT is version 2.7.4 and was installed from the normal Debian repositories. The UPSes we have are a - Eaton 9PX 1000i RT 2U with Network-MS - CyberPower OLS1500E with RMCARD205 When I run upsdrvctl start, I get an MIB/OID error: $ sudo upsdrvctl start > Network UPS Tools - UPS driver controller 2.7.4 > Network UPS Tools - Generic SNMP UPS driver 0.97 (2.7.4) > Detected Eaton 9PX on host 10.7.10.7 (mi...
2013 Mar 19
1
Automatic start fails in boot
...Serial ports belong to dialout group and nut user is a member. What is taking the /dev/ttyS6 serial port during the boot? Could this me some timing problem? Installed nut and nut-client from standard Fedora repositories (I have not yet defined any 3rd party repos). UPS is PowerWare/Eaton PW5115 1000i, connected with a serial cable to /dev/ttyS6, which is Titan Electronics Inc VScom 400H 8-port serial controller sitting in PCI bus. Everything has been rock solid reliable for years, I have been running Fedora and nut for a long time. Output of 'bcmxcp -DD -a PowerWare_5115' in attached l...
2024 Jan 12
1
Sys.which() caching path to `which`
...res[i] <- if(length(ans)) ans[1] else "" ## final check that this is a real path and not an error message if(!file.exists(res[i])) res[i] <- "" -- Best regards, Ivan [*] example(Sys.which()) works, but there are multiple problems elsewhere, e.g. tan(1+1000i) returns NaN+1i and Matrix doesn't install without gmake
2016 May 05
2
New UPS Support: Eaton 5S 1000
Hi Charles, Thank you for sticking with me through this! Well, whaddya know, when run with -DDDDD it works! upsc consistently returns data. Maybe it's a timing thing, or a select affected by I/O or something tricky like that. Nonetheless, I ran it, hit upsc eaton multiple times, collected the output and attached it. If this doesn't give you what you need, I can retry with fewer/more