[Nut-upsuser] Re: Powerware 5119 = Exide NETUPS SE = Deltec
name was PowerRite Pro II
Kjell Claesson
kjell.claesson@telia.com
Tue, 05 Jul 2005 09:48:41 +0200
Hi Karl
tis 2005-07-05 klockan 00:58 -0500 skrev Karl Schmidt:
> Found one more bit of information:
>
> Fiskars is a Finnish holding company that used to own Deltec Power Systems. In
> March of 1996 Deltec Power Systems was aquired by Exide Electronics Group.
> Powerware Corporation later replaced the name Exide Electronics in April 1999.
8<---------snip --------->8
> There is a way to wire into the serial port trafic and watch the conversation
> with a second computer port - there should also be a way to do the same in
> software??
>
It's plane ASCII so you can try to sen this commands to the ups.
The line settings should be 9600,n,8,1 but you can check the port
what the driver set it to.
If you send:
UPLC (cr)
0 (cr)
It would respont with the numbers of output channels:
ACLC(cr)(lf)
C01(cr)(lf)
C02(cr)(lf)
to se the restart delay (Cnn is channel number):
UPLR(cr)
Cnn(cr)
response (Dttt is the delay):
ACLR(cr)(lf)
CnnDttt(cr)(lf)
It is possible to change the delay by:
UPLR(cr)
CnnDttt(cr)
> Is there a published document for the ups code II standard?
>
No public documentation is published. But the developer have
some documentation on a type of NDA. So you may send a mail
to the driver developers.
If they can incorporate this into the driver, then you may be a
beta tester of the code.
/Kjell (Part developer of the BCMXCP driver)