Chapter 6: Commands 7197 Owner’s GuideFebruary 2002160Macro CommandsThese commands are used to select and perform a user-defined sequence of printeroperations.Start or End Macro DefinitionASCII: GS :Hexadecimal: 1D 3ADecimal: 29 58Starts or ends macro definition. Macro definition begins when this command is receivedduring normal operation and ends when this command is received during macrodefinition. The macro definition is cleared, during definition of the macro, when theExecute Macro (1D 5E) command is received.Normal printing occurs while the macro is defined. When the power is turned on themacro is not defined.The defined contents of the macro are not cleared by the Initialize Printer (1B 40), thus,the Initialize Printer (1B 40) command may be used as part of the macro definition.If the printer receives a second Select or Cancel Macro Definition (1D 3A) commandimmediately after previously receiving a Select or Cancel Macro Definition (1D 3A) theprinter remains in the macro undefined state.Formulas:The contents of the macro can be defined up to 2048 bytes.Example:• MSComm1.Output = Chr$(&H1D) & Chr$(&H3A)Exceptions:If the macro definition exceeds 2048 bytes, excess data is not stored.This command is available in 7194 Native Mode only.