User's Reference > General > TCL and General User Commands > Command Reference > P > POKE

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

POKE (TCL) (m604806+poke.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

POKE

Executes a single TCL command on a specified port.

Syntax

POKE portNumber {command}

Syntax Elements

portNumber The number of the port on which the command will be executed.

command The TCL command to be executed. If omitted, a carriage return is sent to the port.

Restrictions

A target port that receives a command issued with POKE will only execute the command if TANDEM is enabled on that port.

Comments

Caution

POKE should be used with care. Always check that the target port is ready to receive the command you are sending. If the port is not awaiting user input, the results cannot be predicted.

The POKE command is initially only available in the SYSMAN and SYSPROG accounts. It can be copied to other accounts if required.

Example

POKE 402 START-SUPPORT-LOG

Starts support logging on port 402.

RealityV15.0Comment on this topic