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

Number analyse and difference between LIMs 2

Status
Not open for further replies.

149149149

Technical User
Jul 18, 2003
42
CZ
I have 2 LIMs. At first LIM is number plan good, but at second LIM is difference. Is possible set LIM2 as LIM1? RFEXI don't help.
 
You can copy data from unit(s) in lim1 to lim2 .
What BC version is it , so i can give you the
exact procedure ?

Syar
 
In BC10 NA is split in three units NAPS1,NAPS2,NAPS3 .
Theese units hold the number analysiz data and
data is identical in all lims (checks with cnpip
and type bits second from right is =1 ) .

CNPIP:UNIT=
TYPE Program unit type. States by means of 32 positions the characteristics of the program unit. Every position where the digit 1 is set, indicates a certain characteristic of the program unit. Below the positions are called B0-B31, where B0 is the position at the far right under the heading TYPE.

B1 The program unit has identical reload data in all the LIMs where it is loaded.
This is a prerequisite to use LADCI .


If NADAP:LIM=2 is not correct copy data from lim1.
LADCI:LIMS=1,LIMR=2,UNIT=NAPS1;
LADCI:LIMS=1,LIMR=2,UNIT=NAPS2;
LADCI:LIMS=1,LIMR=2,UNIT=NAPS3;


Syar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top