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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change SSC 2

Status
Not open for further replies.

NorstarOption

Technical User
Apr 4, 2002
592
US
How do I change one of the stored number in system speed call?
 
You can print the SSC in LD 20.
You can program them in LD 18.

Go Blue Devils!
 
ld 20 to prt the current config

Code:
REQ: prt
TYPE: scl
LSNO 80
SIZE 12
RNGE

SCNO 0080
SCL

DNSZ 20
STOR 00 9184

then ld 18 to change the size of the list or the entries. WARNING if you change the size, it erases the list.
adding entries just changes the single entry
Code:
REQ  chg
TYPE scl
LSNO 80
DNSZ
SIZE
WRT  (ADDS: MEM: 0 DISK: 0.0)
STOR 08 91234567
WRT
STOR

of course you can change numbers from the set.. press the ssc key enter the entry number then the number then the scl key...

john poole
bellsouth business
columbia,sc
 
Thanks, I guessed I did it correctly. I thought I heard it from someone that it can cause corruption.
 
never had that problem and we must have a few 1000 built here, 99 percent of them are controlled at the station level, with a single ssc and no ssu... one list per set

john poole
bellsouth business
columbia,sc
 
I'm trying to change the System Speed Call list on a Meridian Option 11 and I'm having problems.

In LD 20 I can PRT the first list (00), but if I go into LD 18 I get the following:

REQ CHG
TYPE SCL
LSNO 00
SCH3075

I am able to CHG all other lists except 00 - what am I doing wrong?
 
I was told in MAC class several years ago that that changing the size entry would cause one entry to overlap the next.
 
0 is the system speed call, a little unique compared to the other scl's... i think the overlap mem problem went away a few years

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top