Difference between revisions of "MC-Basic:REDIRECTSTDOUT"

From SoftMC-Wiki
Jump to: navigation, search
(Task name is optional)
 
Line 11: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Redirects the printouts from the parent entry station of a task to the specified entry station. The ES number can be:<br>
+
Redirects the printouts from the parent entry station of a task to the specified entry station. <br>
       1 & 4 (Alternating (prio version 4.15.2 and 4.14.1) – Ethernet on port 5001 <br>
+
The ES number can be found at:<br>
       2 – Ethernet on port 5003<br>
+
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
       3 – Virtual Entry Station<br>
 
       4 - Ethernet on port 5005 (from version 4.15.2 and 4.14.1)<br>
 
       5 – Ethernet on port 5004<br>
 
  
 
if optional <task name> is left empty, redirect applies to the current task.<br>
 
if optional <task name> is left empty, redirect applies to the current task.<br>

Latest revision as of 13:43, 22 August 2019

Language: English  • 中文(简体)‎

Redirects the printouts from the parent entry station of a task to the specified entry station.
The ES number can be found at:

if optional <task name> is left empty, redirect applies to the current task.

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