search for: 302x

Displaying 4 results from an estimated 4 matches for "302x".

Did you mean: 302
2011 May 30
3
ideas about how to reduce RAM & improve speed in trying to use lapply(strsplit())
hi all, I'm full of questions today :). Thanks in advance for your help! Here's the problem: x <- c('18x.6','12x.9','302x.3') I want to get a vector that is c('18x','12x','302x') This is easily done using this code: unlist(lapply(strsplit(x,".",fixed=TRUE),function(x) x[1])) So far so good. The problem is that x is a vector of length 132e6. When I run the above code, it runs f...
2020 Jun 12
0
Add baked-in support for Tripp Lite 302x protocols (they seem to generally work with ups.conf modification)
Hi all, I'm from Tripp Lite. Many of our smaller standby and line-interactive have recently changed from 20xx protocol numbers to 302x protocol numbers. This has caused issues for a few people on the users mailing list, for example: https://alioth-lists.debian.net/pipermail/nut-upsuser/2020-June/011876.html https://alioth-lists.debian.net/pipermail/nut-upsuser/2020-June/011878.html https://alioth-lists.debian.net/pipermail/nut-u...
2020 Jul 22
3
AVRX750/500 issues
...at alioth-lists.debian.net; objecttothis at gmail.com Subject: Re: [EXTERNAL] [Nut-upsuser] AVRX750/500 issues For what it's worth, productID should = protocol number. I think objecttothis had 2012 but Scott had 3024. A lot of our smaller standby and line-interactive units recently changed to 302x protocols, hence this post to the development list: https://alioth-lists.debian.net/pipermail/nut-upsdev/2020-June/007473.html In any case, the support team or I can confirm if you send us serial numbers. Thank you, David Zomaya Tripp Lite From: Nut-upsuser <nut-upsuser-bounces+davi...
2020 Jul 22
1
AVRX750/500 issues
I wouldn't be surprised if they both use the same driver. I think they are essentially the same model, but with one having a slightly larger battery. My issue is primarily with the UPS turning back on after having shut off like it should. @Scott Colby if you take a look at the config files I posted in the github issue I created, perhaps that will give you some hints on your issue. Maybe