SET (command): Difference between revisions

From NDWiki
Jump to navigation Jump to search
(created page for the SET command)
 
(better text for rules)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
Rules:
Rules:
#Permitted only for users RT and SYSTEM.
#Permitted only for users RT and SYSTEM.
#If the program is already in the time queue, it is removed and inserted again according to the new specifications.
#If the program is already in the time queue, it is removed and reinserted according to the new specifications.
#If a program is put in the time queue by @SET, and adjustment of the clock (@[[CLADJ (command)|CLADJ]]) has no influence on the waiting time.
#If a program is put in the time queue by @SET, clock adjustment (@[[CLADJ (command)|CLADJ]]) does not affect waiting time.


Example:
Example:
Line 23: Line 23:


{{ND-doc|60.128.01}} (printed June 1980), pages 1-140, 1-141
{{ND-doc|60.128.01}} (printed June 1980), pages 1-140, 1-141
{{ND-doc|60.128.03}} (printed February 1983), page 1-180


{{ND-doc|60.174.Q01}}
{{ND-doc|60.174.Q01}}
[[Category:System Commands]] [[Category:Real-Time Commands]]
[[Category:System Commands]] [[Category:Real-Time Commands]]

Latest revision as of 08:34, 21 August 2017

@SET <program>, <number of time units>, 

Enter an RT program in the time queue to be transferred to the execution queue after a specified amount of time.

<program>
default = own terminal background program) RT program name or RT description address (octal).
<number of time units>
the number of time units the program is to stay in the time queue.

Rules:

  1. Permitted only for users RT and SYSTEM.
  2. If the program is already in the time queue, it is removed and reinserted according to the new specifications.
  3. If a program is put in the time queue by @SET, clock adjustment (@CLADJ) does not affect waiting time.

Example:

@SET KLOKK 5,3

The RT program KLOKK will be set up for execution in 5 minutes.

Related commands

@ABSET (command)

SET (monitor call)

References

Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 5.5

Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), pages 1-140, 1-141

Norsk Data Document ND–60.128.03 SINTRAN III REFERENCE MANUAL (printed February 1983), page 1-180

Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD