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!

CIL With SIU => FILE NOT ASSIGNED 1

Status
Not open for further replies.

aprasha

Technical User
Oct 2, 2003
89
EDEQI:DEV=SI-0,EQU=9-1-20-0,PRIO=A; => OK
EDICC:DEV=SI-0,BAUDR=9600,WORDL=8,STPBIT=1,PARITY=NO,PROC=NO; => OK
EDFII:FILE=SMDR01; => OK
EDDFI:DEV=SI-0,FILE=SMDR01; =>OK
CLOHI:FILE=SMDR01,FORM=6,DMPSIZ=2,LOGABN=YES; => FILE NOT ASSIGNED !!!!

I had a NIU making CIL throw Ethernet when I tryed to programm this. Now it's disabled (Not the Board but the IODEV), but the problem is still there.

Of course, I've tryed to erase and reprogramm once and once again...

My version is BC10.

Any idea?? Thx!
 
This can not work. It is the programming for SIU, not for NIU. You should use:
ioeqi
ionci
cldfi
clohi
clodi
cltgi
 
Thx lalrl. I know it's for SIU. In fact, I'm trying to programm a SIU.
I told about the NIU because I tried to have both of them working, and seems that that is the problem, but I'm not sure.

My real problem is that I CAN'T PROGRAM THE SIU with the commands above.

Any idea?

Thx!!
 
Co-existence between output devices
SIU and NIU output devices in the same exchange are not supported.


Do you have any other active or programmed NIU for CIL output ?
If so uninstall NIU programming completely .
(CLDFE ..)


Syar
 
Thx SYAR.
I HAD the NIU working with CIL but now it's undeployed (CLOHE, CLDFE and IONCE).
I think that the problem is that I programmed the SIU when the NIU was still working! and there must be a bug with that.
Of course, I've unistalled the NIU programming but nothing.
I've tryed to reprogramm the NIU and uninstall it again, but still doesn't work. Same with the SIU programming, but nothing :-(

Any idea??
Thx!

 
I still need help...
Somebody?

Thx a lot!
 
mmmm....I'm thinking that right now, there's nothing connected to it.
Could it be that it can't be programmed until external equipment is connected?
I'm gonna try it and I will post the results here.
 
Well...Connected to the PC and with EDFTI, Test OK, and verified on PC. Unblocked the board and tryed again CLOHI....
NOT ACCEPTED
FILE
NOT ASSIGNED

Programs corrupted??
 
hi
I find i my memory one Ttrick
But I am not shure that is solution

Try to set in pasiv mode (NO ERASE) patch CI=S89420A in unit CLHH
Then program CIL
and set patch to Activ and Confirm
and CLTGI
 
First to look that the patch exist in system
PCLOP:UNIT=CLHH,CI=S89420A;

If this patch is not loaded answer from MD will be
NO CORRECTIONS

If exist
PCPAS :UNIT=CLHH,CI=S89420A;
To set the patch to passive state
You can use PCLOP command to look status of correction. Status should be PASS

Now try to program CIL

To activity the patch again
PCACS :UNIT=CLHH,CI=S89420A;
And to confirm
PCCOS :UNIT=CLHH,CI=S89420A;

Use PCLOP ones more and the status should be CONF
 
Thx rfpui for the trick, but didn't work...
The patch was configured and I set it to passive state, but again "FILE NOT ASSIGNED".
Again set to acctive ("CONF") without problem...

Thx again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top