MC-Basic:REDIRECTSTDOUT

From SoftMC-Wiki
Revision as of 08:40, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:REDIRECTSTDOUT to MC-Basic:REDIRECTSTDOUT: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

Redirects the printouts from the parent entry station of a task to the specified entry station. The ES number can be:
       1 – Ethernet
       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