Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

line lock sacops procedure 1

Status
Not open for further replies.

lancbomb

Technical User
Jul 21, 2003
296
0
0
GB
does anyone have the procedure to remove extens out of line lock out.

if anyone has the details for

analogue
digital

bc9
and
bc10

I know its a couple of sacops and sacos commands

cheers

appreciated

LB
 
any ideas pls ?
have tried some other sources and come up blank.

rather urgent

thanks

LB
 
Hi
Try this:
sgsai:sigar=1,stype=hwsw,level=a,signo=02,byte=0-xx&1-yy,lim=z;
xx=magasin
yy=mult.pos
sgssi:sigar=1;
 
HI pelpi1234,

now the equ is 1-0-40-00,
so mag= 00
mutl = 40
lim = 1

correct ?

other than saying executed, susip comes back as LLO.

analogue extension BC9.

now I remeber the procedure (my cheat book was nicked!) was quite long

I dont remeber using sgsai command.

it was somthing like ...

hirei,
set a signal,
pull off the himdp
then calculate something then
sacop
sacos
and then it clears

certainly was more than just 2 commands...

but your method didnt work

any other ideas ?? MUCH appreciated people

thanks
 
Hi lancbomb,

Some data for VERY old version BC6 and DIG phone:
This can give you a hint.

1.SACOP:LIM=, UNIT=DCP,FILNO=1,POINT=XYZ,OFF=0&1;
where XYZ=multno
2. SACOP:LIM= ,UNIT=KLP1T2,FILNO=2,POINT=XX,OFF=23;
where XX is the result from 1.
3.FTSAS:LIM= ,UNIT=KLP1T2,SIGAR=1,STATE=0,SIG=86,BYTE=1-00&2-XX&3-00.
4.FTSSI:SIGAR=1;

I'll check PLEX for BC9-11. But can't do it right now.
Regards
 
Hi
Mult.pos for 1-0-40-0 are 80.
It's works all right.
Regards
 
Avstral,
thankxs that looks more like it.

I'm sure its BC and phone type specific,
ie my ana bc9 wont work,

if you can dig out bc9-11, i would appreciate it bigtime !

MULTPOS
I'm sure I dont want to look like a fool,
but how do I calculate this ???

cheers

and thankxs pelpi1234

LB
 

Hi all freinds,

Please try it as follows:
1. SACOP:LIM=, UNIT=DCP,FILNO=1,POINT=XYZ,RELOFF=0&&8;
where XYZ=( MULTIPLE for EQU )
2. SACOS:LIM= ,UNIT=DCP,FILNO=1,POINT=XYZ,RELOFF=6,DATA=1;

Note: DATA paramater is status of hardware individual
1 states unassigned
2 states assigned
0 states no equipped

good luck
BR//WFHY


 
Hi
The mult. pos have to be calculated into hex.
I can send the form if you like.
This is for analoge ext.

Regards
 
cheers Pelpi,
found a equ2mult program

will be trying today

will advise Ade
 
lancbomb,

This is procedure to disconnect locked digital phone in BC9-BC11:

1.CTDEI:DIR= ;

2.SACOP:UNIT=KLP1T,LIM=...,FILNO=2,RELOFF=X&Y,POINT=XXXX;

where:
for BC9: X=7, Y=7,
for BC10&11: X=9, Y=A,
XXXX - pointer from CTDEI.


3. SGSAI:SIGAR=1,LIM=...,STYPE=HWSW,LEVEL=A,SIGNO=4,BYTE=0-KK&1-LL&2-0D;

where:
KK - data from SACOP for RELOFF=X,
LL - data from SACOP for RELOFF=Y.

4. SGSSI:SIGAR=1;

Hope this will help you.



2 wfhy
Mate, what is this?
As I see, this is for BC9 to check if there is something assigned on the board?

Regards

 
cheers Avstral,

when I get a chance to use it, will try.

The site I had the problem, the ELU22 was changed and this cured the problem.

SO it wasnt locked in software after all.

but nothing else worked !

thanks again all

LB
 
To Lancbomb.

How or where can i become a copy of that equ2mult program?

Thnx
 
Anyone any idea how or where to get this equ2mult software?
Please share it with us.

Thanks!!
 
nccoi,

You don't really need a PROGRAM here.

Hex value below BPOS in the table is your multno for respective equ.

Regards

________________________________________________________________________________________

BPOS 0-00 BPOS 0-40

0000 0-00-0 ? 0080 0-40-0 ?
0001 0-00-1 ? 0081 0-40-1 ?
0002 0-00-2 ? 0082 0-40-2 ?
0003 0-00-3 ? 0083 0-40-3 ?
0004 0-00-4 ? 0084 0-40-4 ?
0005 0-00-5 ? 0085 0-40-5 ?
0006 0-00-6 ? 0086 0-40-6 ?
0007 0-00-7 ? 0087 0-40-7 ?

0008 0-00-8 = 0-01-0 ? 0088 0-40-8 = 0-41-0 ?
0009 0-00-9 = 0-01-1 ? 0089 0-40-9 = 0-41-1 ?
000A 0-00-10 = 0-01-2 ? 008A 0-40-10 = 0-41-2 ?
000B 0-00-11 = 0-01-3 ? 008B 0-40-11 = 0-41-3 ?
000C 0-00-12 = 0-01-4 ? 008C 0-40-12 = 0-41-4 ?
000D 0-00-13 = 0-01-5 ? 008D 0-40-13 = 0-41-5 ?
000E 0-00-14 = 0-01-6 ? 008E 0-40-14 = 0-41-6 ?
000F 0-00-15 = 0-01-7 ? 008F 0-40-15 = 0-41-7 ?

0010 0-00-16 = 0-01-8 = 0-02-0 ? 0090 0-40-16 = 0-41-8 = 0-42-0 ?
0011 0-00-17 = 0-01-9 = 0-02-1 ? 0091 0-40-17 = 0-41-9 = 0-42-1 ?
0012 0-00-18 = 0-01-10 = 0-02-2 ? 0092 0-40-18 = 0-41-10 = 0-42-2 ?
0013 0-00-19 = 0-01-11 = 0-02-3 ? 0093 0-40-19 = 0-41-11 = 0-42-3 ?
0014 0-00-20 = 0-01-12 = 0-02-4 ? 0094 0-40-20 = 0-41-12 = 0-42-4 ?
0015 0-00-21 = 0-01-13 = 0-02-5 ? 0095 0-40-21 = 0-41-13 = 0-42-5 ?
0016 0-00-22 = 0-01-14 = 0-02-6 ? 0096 0-40-22 = 0-41-14 = 0-42-6 ?
0017 0-00-23 = 0-01-15 = 0-02-7 ? 0097 0-40-23 = 0-41-15 = 0-42-7 ?

0018 0-00-24 = 0-01-16 = 0-02-8 = 0-03-0 ? 0098 0-40-24 = 0-41-16 = 0-42-8 = 0-43-0 ?
0019 0-00-25 = 0-01-17 = 0-02-9 = 0-03-1 ? 0099 0-40-25 = 0-41-17 = 0-42-9 = 0-43-1 ?
001A 0-00-26 = 0-01-18 = 0-02-10 = 0-03-2 ? 009A 0-40-26 = 0-41-18 = 0-42-10 = 0-43-2 ?
001B 0-00-27 = 0-01-19 = 0-02-11 = 0-03-3 ? 009B 0-40-27 = 0-41-19 = 0-42-11 = 0-43-3 ?
001C 0-00-28 = 0-01-20 = 0-02-12 = 0-03-4 ? 009C 0-40-28 = 0-41-20 = 0-42-12 = 0-43-4 ?
001D 0-00-29 = 0-01-21 = 0-02-13 = 0-03-5 ? 009D 0-40-29 = 0-41-21 = 0-42-13 = 0-43-5 ?
001E 0-00-30 = 0-01-22 = 0-02-14 = 0-03-6 ? 009E 0-40-30 = 0-41-22 = 0-42-14 = 0-43-6 ?
001F 0-00-31 = 0-01-23 = 0-02-15 = 0-03-7 ? 009F 0-40-31 = 0-41-23 = 0-42-15 = 0-43-7 ?
________________________________________________________________________________________

BPOS 0-10 BPOS 0-50

0020 0-10-0 ? 00A0 0-50-0 ?
0021 0-10-1 ? 00A1 0-50-1 ?
0022 0-10-2 ? 00A2 0-50-2 ?
0023 0-10-3 ? 00A3 0-50-3 ?
0024 0-10-4 ? 00A4 0-50-4 ?
0025 0-10-5 ? 00A5 0-50-5 ?
0026 0-10-6 ? 00A6 0-50-6 ?
0027 0-10-7 ? 00A7 0-50-7 ?

0028 0-10-8 = 0-11-0 ? 00A8 0-50-8 = 0-51-0 ?
0029 0-10-9 = 0-11-1 ? 00A9 0-50-9 = 0-51-1 ?
002A 0-10-10 = 0-11-2 ? 00AA 0-50-10 = 0-51-2 ?
002B 0-10-11 = 0-11-3 ? 00AB 0-50-11 = 0-51-3 ?
002C 0-10-12 = 0-11-4 ? 00AC 0-50-12 = 0-51-4 ?
002D 0-10-13 = 0-11-5 ? 00AD 0-50-13 = 0-51-5 ?
002E 0-10-14 = 0-11-6 ? 00AE 0-50-14 = 0-51-6 ?
002F 0-10-15 = 0-11-7 ? 00AF 0-50-15 = 0-51-7 ?

0030 0-10-16 = 0-11-8 = 0-12-0 ? 00B0 0-50-16 = 0-51-8 = 0-52-0 ?
0031 0-10-17 = 0-11-9 = 0-12-1 ? 00B1 0-50-17 = 0-51-9 = 0-52-1 ?
0032 0-10-18 = 0-11-10 = 0-12-2 ? 00B2 0-50-18 = 0-51-10 = 0-52-2 ?
0033 0-10-19 = 0-11-11 = 0-12-3 ? 00B3 0-50-19 = 0-51-11 = 0-52-3 ?
0034 0-10-20 = 0-11-12 = 0-12-4 ? 00B4 0-50-20 = 0-51-12 = 0-52-4 ?
0035 0-10-21 = 0-11-13 = 0-12-5 ? 00B5 0-50-21 = 0-51-13 = 0-52-5 ?
0036 0-10-22 = 0-11-14 = 0-12-6 ? 00B6 0-50-22 = 0-51-14 = 0-52-6 ?
0037 0-10-23 = 0-11-15 = 0-12-7 ? 00B7 0-50-23 = 0-51-15 = 0-52-7 ?

0038 0-10-24 = 0-11-16 = 0-12-8 = 0-13-0 ? 00B8 0-50-24 = 0-51-16 = 0-52-8 = 0-53-0 ?
0039 0-10-25 = 0-11-17 = 0-12-9 = 0-13-1 ? 00B9 0-50-25 = 0-51-17 = 0-52-9 = 0-53-1 ?
003A 0-10-26 = 0-11-18 = 0-12-10 = 0-13-2 ? 00BA 0-50-26 = 0-51-18 = 0-52-10 = 0-53-2 ?
003B 0-10-27 = 0-11-19 = 0-12-11 = 0-13-3 ? 00BB 0-50-27 = 0-51-19 = 0-52-11 = 0-53-3 ?
003C 0-10-28 = 0-11-20 = 0-12-12 = 0-13-4 ? 00BC 0-50-28 = 0-51-20 = 0-52-12 = 0-53-4 ?
003D 0-10-29 = 0-11-21 = 0-12-13 = 0-13-5 ? 00BD 0-50-29 = 0-51-21 = 0-52-13 = 0-53-5 ?
003E 0-10-30 = 0-11-22 = 0-12-14 = 0-13-6 ? 00BE 0-50-30 = 0-51-22 = 0-52-14 = 0-53-6 ?
003F 0-10-31 = 0-11-23 = 0-12-15 = 0-13-7 ? 00BF 0-50-31 = 0-51-23 = 0-52-15 = 0-53-7 ?
________________________________________________________________________________________

BPOS 0-20 BPOS 0-60

0040 0-20-0 ? 00C0 0-60-0 ?
0041 0-20-1 ? 00C1 0-60-1 ?
0042 0-20-2 ? 00C2 0-60-2 ?
0043 0-20-3 ? 00C3 0-60-3 ?
0044 0-20-4 ? 00C4 0-60-4 ?
0045 0-20-5 ? 00C5 0-60-5 ?
0046 0-20-6 ? 00C6 0-60-6 ?
0047 0-20-7 ? 00C7 0-60-7 ?

0048 0-20-8 = 0-21-0 ? 00C8 0-60-8 = 0-61-0 ?
0049 0-20-9 = 0-21-1 ? 00C9 0-60-9 = 0-61-1 ?
004A 0-20-10 = 0-21-2 ? 00CA 0-60-10 = 0-61-2 ?
004B 0-20-11 = 0-21-3 ? 00CB 0-60-11 = 0-61-3 ?
004C 0-20-12 = 0-21-4 ? 00CC 0-60-12 = 0-61-4 ?
004D 0-20-13 = 0-21-5 ? 00CD 0-60-13 = 0-61-5 ?
004E 0-20-14 = 0-21-6 ? 00CE 0-60-14 = 0-61-6 ?
004F 0-20-15 = 0-21-7 ? 00CF 0-60-15 = 0-61-7 ?

0050 0-20-16 = 0-21-8 = 0-22-0 ? 00D0 0-60-16 = 0-61-8 = 0-62-0 ?
0051 0-20-17 = 0-21-9 = 0-22-1 ? 00D1 0-60-17 = 0-61-9 = 0-62-1 ?
0052 0-20-18 = 0-21-10 = 0-22-2 ? 00D2 0-60-18 = 0-61-10 = 0-62-2 ?
0053 0-20-19 = 0-21-11 = 0-22-3 ? 00D3 0-60-19 = 0-61-11 = 0-62-3 ?
0054 0-20-20 = 0-21-12 = 0-22-4 ? 00D4 0-60-20 = 0-61-12 = 0-62-4 ?
0055 0-20-21 = 0-21-13 = 0-22-5 ? 00D5 0-60-21 = 0-61-13 = 0-62-5 ?
0056 0-20-22 = 0-21-14 = 0-22-6 ? 00D6 0-60-22 = 0-61-14 = 0-62-6 ?
0057 0-20-23 = 0-21-15 = 0-22-7 ? 00D7 0-60-23 = 0-61-15 = 0-62-7 ?

0058 0-20-24 = 0-21-16 = 0-22-8 = 0-23-0 ? 00D8 0-60-24 = 0-61-16 = 0-62-8 = 0-63-0 ?
0059 0-20-25 = 0-21-17 = 0-22-9 = 0-23-1 ? 00D9 0-60-25 = 0-61-17 = 0-62-9 = 0-63-1 ?
005A 0-20-26 = 0-21-18 = 0-22-10 = 0-23-2 ? 00DA 0-60-26 = 0-61-18 = 0-62-10 = 0-63-2 ?
005B 0-20-27 = 0-21-19 = 0-22-11 = 0-23-3 ? 00DB 0-60-27 = 0-61-19 = 0-62-11 = 0-63-3 ?
005C 0-20-28 = 0-21-20 = 0-22-12 = 0-23-4 ? 00DC 0-60-28 = 0-61-20 = 0-62-12 = 0-63-4 ?
005D 0-20-29 = 0-21-21 = 0-22-13 = 0-23-5 ? 00DD 0-60-29 = 0-61-21 = 0-62-13 = 0-63-5 ?
005E 0-20-30 = 0-21-22 = 0-22-14 = 0-23-6 ? 00DE 0-60-30 = 0-61-22 = 0-62-14 = 0-63-6 ?
005F 0-20-31 = 0-21-23 = 0-22-15 = 0-23-7 ? 00DF 0-60-31 = 0-61-23 = 0-62-15 = 0-63-7 ?
________________________________________________________________________________________

BPOS 0-30 BPOS 0-70

0060 0-30-0 ? 00E0 0-70-0 ?
0061 0-30-1 ? 00E1 0-70-1 ?
0062 0-30-2 ? 00E2 0-70-2 ?
0063 0-30-3 ? 00E3 0-70-3 ?
0064 0-30-4 ? 00E4 0-70-4 ?
0065 0-30-5 ? 00E5 0-70-5 ?
0066 0-30-6 ? 00E6 0-70-6 ?
0067 0-30-7 ? 00E7 0-70-7 ?

0068 0-30-8 = 0-31-0 ? 00E8 0-70-8 = 0-71-0 ?
0069 0-30-9 = 0-31-1 ? 00E9 0-70-9 = 0-71-1 ?
006A 0-30-10 = 0-31-2 ? 00EA 0-70-10 = 0-71-2 ?
006B 0-30-11 = 0-31-3 ? 00EB 0-70-11 = 0-71-3 ?
006C 0-30-12 = 0-31-4 ? 00EC 0-70-12 = 0-71-4 ?
006D 0-30-13 = 0-31-5 ? 00ED 0-70-13 = 0-71-5 ?
006E 0-30-14 = 0-31-6 ? 00EE 0-70-14 = 0-71-6 ?
006F 0-30-15 = 0-31-7 ? 00EF 0-70-15 = 0-71-7 ?

0070 0-30-16 = 0-31-8 = 0-32-0 ? 00F0 0-70-16 = 0-71-8 = 0-72-0 ?
0071 0-30-17 = 0-31-9 = 0-32-1 ? 00F1 0-70-17 = 0-71-9 = 0-72-1 ?
0072 0-30-18 = 0-31-10 = 0-32-2 ? 00F2 0-70-18 = 0-71-10 = 0-72-2 ?
0073 0-30-19 = 0-31-11 = 0-32-3 ? 00F3 0-70-19 = 0-71-11 = 0-72-3 ?
0074 0-30-20 = 0-31-12 = 0-32-4 ? 00F4 0-70-20 = 0-71-12 = 0-72-4 ?
0075 0-30-21 = 0-31-13 = 0-32-5 ? 00F5 0-70-21 = 0-71-13 = 0-72-5 ?
0076 0-30-22 = 0-31-14 = 0-32-6 ? 00F6 0-70-22 = 0-71-14 = 0-72-6 ?
0077 0-30-23 = 0-31-15 = 0-32-7 ? 00F7 0-70-23 = 0-71-15 = 0-72-7 ?

0078 0-30-24 = 0-31-16 = 0-32-8 = 0-33-0 ? 00F8 0-70-24 = 0-71-16 = 0-72-8 = 0-73-0 ?
0079 0-30-25 = 0-31-17 = 0-32-9 = 0-33-1 ? 00F9 0-70-25 = 0-71-17 = 0-72-9 = 0-73-1 ?
007A 0-30-26 = 0-31-18 = 0-32-10 = 0-33-2 ? 00FA 0-70-26 = 0-71-18 = 0-72-10 = 0-73-2 ?
007B 0-30-27 = 0-31-19 = 0-32-11 = 0-33-3 ? 00FB 0-70-27 = 0-71-19 = 0-72-11 = 0-73-3 ?
007C 0-30-28 = 0-31-20 = 0-32-12 = 0-33-4 ? 00FC 0-70-28 = 0-71-20 = 0-72-12 = 0-73-4 ?
007D 0-30-29 = 0-31-21 = 0-32-13 = 0-33-5 ? 00FD 0-70-29 = 0-71-21 = 0-72-13 = 0-73-5 ?
007E 0-30-30 = 0-31-22 = 0-32-14 = 0-33-6 ? 00FE 0-70-30 = 0-71-22 = 0-72-14 = 0-73-6 ?
007F 0-30-31 = 0-31-23 = 0-32-15 = 0-33-7 ? 00FF 0-70-31 = 0-71-23 = 0-72-15 = 0-73-7 ?
________________________________________________________________________________________


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top