next up previous
Next: Relation with other nodes Up: I (Input) type nodes Previous: Activation

Function

When activated:

  1. If there is an IT instruction, a next activation of the node is scheduled to happen at the time TIME + IT.
  2. A message is generated that always contains the default fields:

    The user can change the USE by a USE instruction.
    NUMBER, NODE and GT remain constant.
    ET are changed by the GLIDER system each time the message enters a list.
    XT is updated each time the message enters a IL and a departure time from it is scheduled.

  3. The user's instructions are processed. These may usually be assignation of values to the message fields and SENDTO instructions to the message to other nodes (one and only one SENDTO is to be executed).
    Assignation of values to the fields are made by assigning values to the corresponding field variables. If there is not a SENDTO instruction in the code, the message is automatically sent to the successor node. If there are more than one successor, a copy is sent to each successor.
  4. Before the sending of the message the actual values of the field variables are passed to the message fields.


domingo c
Mon Mar 20 17:31:11 PST 2000