Skip to end of metadata
Go to start of metadata

Overview

Indigo includes a set of internal commands and an internal command processor that can perform various application tasks. 
Internal commands are invoked by sending the internal command instruction to a terminal session.  

All internal commands (except the cls command) start with a color character.

Internal commands can be included and sequenced in multi-commands

Internal Commands

The following list includes the internal commands that Indigo supports.

Internal Commands

Tip

You can send the ":help" or ":?" command any time in a terminal session window to display the listing of available internal commands.

Examples

Exampleclear the session data window
Commandcls
ExampleTransmit the serial break signal
Command:break
ExampleEnable logging for the terminal session
Command:log
ExamplePerform the custom reboot sequence.
Command:reboot
ExampleTransmit the contents of an ASCII text file
Command:txtextfile:<filename>
ExampleEnable the local echo feature for the session
Command:echo on
ExampleTransmit command macro #2
Command:macro:2
ExampleSend two commands separated by a 3 second pause delay
(This example uses the multi-command  syntax)  
Commandcommand-one|:p:3000|command-two
ExampleSend a "quit" command, close the connection, wait 15 seconds and then reconnect
(This example uses the multi-command syntax) 
Commandquit|:d|:p:15000|:c

Session Properties

The Internal Commands feature can be enabled/disabled in the Advanced tab of the Session Properties editor. 
If the internal command processor is interfering with your terminal session, then you can disable it for the terminal session. 

Labels
  • None