Difference between revisions of "MC-Basic:REDIRECTSTDOUT"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:REDIRECTSTDOUT}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
RedirectStdOut'' <task name>'' NewStdOut=<''es number''>
+
RedirectStdOut{'' <task name>''} NewStdOut=<''es number''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.7.x and higher
+
Since Version 3.7.x
  
 
|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 – Ethernet<br>
+
The ES number can be found at:<br>
       2 – DPRAM<br>
+
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
       3 – Virtual Entry Station<br>
+
 
       4 – Etherent2
+
if optional <task name> is left empty, redirect applies to the current task.<br>
  
 
|TYPE=
 
|TYPE=
Line 38: Line 39:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
+
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
  
  
 
}}
 
}}

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