External Utilities
STE User’s Manual
10-2
Rel. 2.6
10-1.1.1 Sample DAO Definition File
Up to 500 DAO codes may be contained in a DAO Definition File.
D003
100001
100002
100003
<FF>
10-1.1.2 Sample KMID Definition File
Up to 500, KMIDs may be contained in a KMID Definition File.
K004
123456789012341
123456789012342
123456789012343
123456789012344
<FF>
10-1.1.3 Sample ACL Purge File
P
<FF>
10-1.2 Computer
Setup
The computer interface with the STE must be set to:
•
Mode: Asynchronous
•
Bit Rate: 9600
•
Character Size: 8 bits
•
Parity: None
•
Stop Bits: 1
10-1.3 Software
Script
The script that automates the computer/STE exchange will depend on the computer terminal emulation
software you use. From a logical perspective, the following is possible logic for the script:
R_Count = 0; // initialize the count of records successfully transferred //
File_Done = False; //initialize to file transfer not done //
Open File-X ;
If (File-X open failure)
File_Done
=
True;
Op_message = “Failed: file open failure”;
Endif;
While (not File_Done)
Read File_Record from File_X;
If
(End_of_File)
File_Record
=
Formfeed;
Endif
If ( (File_Record == Carriage Return) or (File_Record == Line Feed) )
Do nothing; //don’t transfer blank lines //
Else
Send File_Record to STE;
If (File_Record == Formfeed)
File_Done = True; //end of file is not ACK’d //
Summary of Contents for Office STE
Page 2: ...Copyright 2006 L 3 Communications Corporation ...
Page 26: ...List of Tables STE User s Manual xiv Rel 2 6 This page intentionally left blank ...
Page 32: ...Introduction STE User s Manual 1 6 Rel 2 6 This page intentionally left blank ...
Page 132: ......
Page 181: ...STE User s Manual Crypto Card Management Rel 2 6 6 25 ...
Page 182: ......
Page 210: ...Calls STE User s Manual 7 28 Rel 2 6 This page intentionally left blank ...
Page 234: ...Remote Control Operations STE User s Manual 8 24 Rel 2 6 This page intentionally left blank ...
Page 258: ...8510 Capabilities STE User s Manual 9 24 Rel 2 6 This page intentionally left blank ...
Page 284: ...User Maintenance STE User s Manual 11 6 Rel 2 6 This page intentionally left blank ...
Page 288: ...Notes STE User s Manual 12 4 Rel 2 6 12 4 CE DECLARATION OF CONFORMITY ...
Page 306: ...Index STE User s Manual Index 18 Rel 2 6 This page intentionally left blank ...
Page 308: ...Rel 2 6 FP 2 FO 2 User Tree ...
Page 311: ......