I have this for the DECserver 90T and 90M:
Pinouts for H7082 power supply
Pin Output
-------------------------------------
1 +5 Volts
2 Return
3 +5 Volts
4 Return
5 +5 Volts
6 N/C
7 Return
Shield Tied to chassis ground
-------------------------------------
5 6 7
o o o
3 o [x] o 4
o o
1 2
NOT TO SCALE
Connector physical pinout looking into connector on end of DC
cable.
The backplane can also supply 12 volts for some equipment, but the 90T
and 90M don't need it. I've always used a 2 amp 5 volt supply.
M.
On 04-Dec-16 05:33 AM, john connor wrote:
Hi,
does anybody have schema for dec repeater 90ts and psu h7082-ab for standalone work for
this repeater
seems mine repeater died or psu died, need to check
also how this jack 7pin on psu called and what is signal scheme for this jack
thanks in advance,
Serg aka VaxCavalera
> 26 ????. 2016 ?., ? 23:36, Sampsa Laine <sampsa at mac.com> ???????(?):
>
>
>> On 26 Nov 2016, at 22:32, Brian Schenkenberger, VAXman- <system at
TMESIS.COM> wrote:
>>
>> G. <gerry77 at mail.com> writes:
>>
>>>> On Sat, 26 Nov 2016 21:26:31 +0200, Sampsa Laine wrote:
>>>>
>>>> Guys, what=E2=80=99s the DCL lexical for extracting the remote host and=
>>> username of=20
>>>> someone logged into my system over DECNET? I=E2=80=99m writing a script=
>>> that needs=20
>>>> the host + username of the person connecting to a captive account..
>>> REMPORT =3D F$GETDVI("TT:","TT_ACCPORNAM")
>>> REMNODE =3D F$ELEMENT(0,":",REMPORT)
>>> REMUSER =3D F$ELEMENT(2,":",REMPORT)
>> Why not just translate the logicals: SYS$REM_NODE and SYS$REM_ID?
>>
>> $ WRITE SYS$OUTPUT "''F$trnlnm("SYS$REM_NODE")'"
>> $ WRITE SYS$OUTPUT "''F$trnlnm("SYS$REM_ID")??
>
> That does look a lot simpler! Thanks.
>
> Sampsa
>
>