Displaying 3 results from an estimated 3 matches for "ysm".
Did you mean:
asm
2014 Jan 14
2
Unable to detect an APC Smart protocol UPS. Windows. APC Smart protocol driver 3.04 (2.6.5-3723:3731M)
Hello.
Trouble to communicate with APC SmartUPS via serial port.
UPS connected to the com1 port on windows host.
Communication witch hyperterm works well.
There is a log:
YSM
^ASmart-UPS SC1000
n5S0713T63247
m03/29/07
L240.0
B27.10
apcupsd also can communicate with the UPS and works well.
running apcsmart -a ups gives the following:
com1: device reports different attributes than what were set
unable to detect an APC Smart protocol UPS on port com1
check the cabling,...
2010 Dec 23
1
Vioplot / list help
...oplot, this
approach doesn't work:
> with(dists,vioplot(as.factor(V1),V2))
Error in Summary.factor(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, :
min not meaningful for factors
I tried making columns by year:
ys=with(dists,by(V2,V1,function(x) x))
or even making that into a matrix:
ysm<-as.matrix(ys,ncols=11)
But still vioplot isn't happy.
After a bit of faff, I end up with:
with(dists,vioplot(dists[V1==1999,2],dists[V1==2000,2],dists[V1==2001,2],
dists[V1==2002,2],dists[V1==2003,2],dists[V1==2004,2],dists[V1==2005,2],
dists[V1==2006,2],dists[V1==2007,2],dists[V1==2008,...
2014 Jan 14
0
Unable to detect an APC Smart protocol UPS. Windows. APC Smart protocol driver 3.04 (2.6.5-3723:3731M)
On 2014-01-14 10:12, dstrr wrote:
> Hello.
> Trouble to communicate with APC SmartUPS via serial port.
> UPS connected to the com1 port on windows host.
> Communication witch hyperterm works well.
> There is a log:
>
> YSM
> ^ASmart-UPS SC1000
> n5S0713T63247
> m03/29/07
> L240.0
> B27.10
>
> apcupsd also can communicate with the UPS and works well.
>
> running apcsmart -a ups gives the following:
>
> com1: device reports different attributes than what were set
> unable to detect a...