4 ???. 2016 ?., ? 13:46, Rob Jarratt
<robert.jarratt at ntlworld.com> ???????(?):
And I should point out that my notes came originally from Mark Wickens.
Regards
Rob
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-
hecnet at Update.UU.SE] On Behalf Of Rob Jarratt
Sent: 04 December 2016 10:13
To: hecnet at Update.UU.SE
Subject: RE: [HECnet] dec repeater 90ts
It seems that the PSUs often fail, test it with a multimeter. If it is the
here are my notes on how to make your own
mini-DIN PSU connector for a
90M:
Pin Output
-------------------
1 +5V
2 GND
3 +5V
4 GND
5 +5V
6 N/C
7 GND
Shield Tied to chassis ground
5 6 7
o o o
3 o [x] o 4
o o
1 2
Connector physical pinout looking into the connector on end of cable.
Regards
Rob
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-
hecnet at Update.UU.SE] On
Behalf Of john connor
Sent: 04 December 2016 05:34
To: hecnet at Update.UU.SE
Subject: [HECnet] dec repeater 90ts
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
>>
>>