Difference between revisions of "MC-Basic:REDIRECTSTDOUT"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:REDIRECTSTDOUT to MC-Basic:REDIRECTSTDOUT: Global renaming of Axystems: namespace into (Main):)
(Upadate entry station number)
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. The ES number can be:<br>
       1 – Ethernet<br>
+
       1 & 4 (Alternating) – Ethernet on port 5001<br>
 +
       2 – Ethernet on port 5003<br>
 
       3 – Virtual Entry Station<br>
 
       3 – Virtual Entry Station<br>
       4 Etherent2
+
       5 Etherent on port 5004<br>
 +
 
  
 
|TYPE=
 
|TYPE=

Revision as of 17:01, 25 February 2015

Redirects the printouts from the parent entry station of a task to the specified entry station. The ES number can be:
       1 & 4 (Alternating) – Ethernet on port 5001
       2 – Ethernet on port 5003
       3 – Virtual Entry Station
       5 – Etherent on port 5004

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