Extended System-Level Command FunctionsClass Series Programmer’s Manual 91STX Kd Set File as Factory Default(Display-Equipped Models only)This command selects the specified file name as the “factory default” for the printer’s configuration.After execution, subsequent “Select Factory Default” commands will configure the printer to thefile’s configuration. Currently there are three ways to “Select Factory Defaults”: 1) by the KFcommand; 2) power-up the printer while pressing the PAUSE and CANCEL Keys; or, 3) via theprinter’s menu system entry System Settings / Set Factory Defaults.; Note: Powering ‘On’ the printer while pressing the PAUSE, FEED and CANCEL Keys will reset theconfiguration to the factory defaults.Syntax: KdNameWhere: Name - The name, up to 16 characters, of the configuration file. - 0x0d terminates the name.Sample: KdPlant1This command selects the configuration file “Plant1” as the default factory configuration.STX KE Character EncodingThis command is provided primarily as a means for users of 7-bit communication and to embedcontrol characters and extended ASCII characters in their data streams. Any character in the DPL datastream may be substituted with a delimited two-character ASCII hexadecimal numeric equivalent.The command allows the delimiting character to be selected, and the encoding to be enabled ordisabled. When character encoding is enabled, the printer will decode any ASCII hexadecimalnumeric pairs following the delimiter as single-byte values. Character encoding is used where controlcharacters cannot be transmitted or where control characters within data may prematurely terminate alabel format record. Although the delimiter may be changed at any time (except within a label formatdefinition), there cannot be more than one defined delimiter, and character encoding must be disabledwith KEN prior to re-enabling, regardless of any change in the delimiter.Syntax: KEexWhere: e - Y – character encoding enabledN – character encoding disabledx - Delimiter: one ASCII character (Do not include when e = N)