Difference between revisions of "MC-Basic:REDIRECTSTDOUT"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "Versions 3.7.x and higher" to "Since Version 3.7.x")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.7.x and higher
+
Since Version 3.7.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 16:18, 20 March 2014

Redirects the printouts from the parent entry station of a task to the specified entry station. The ES number can be:
       1 – Ethernet
       2 – DPRAM
       3 – Virtual Entry Station
       4 – Etherent2

Syntax

RedirectStdOut <task name> NewStdOut=<es number>

Availability

Since Version 3.7.x

Type

<es number> : Long

Scope

Configuration, Task, Terminal

Examples

RedirectStdOut  Job1.prg  NewStdOut=1

See Also