External Decision Buffer

RCO has the ability to handle external decisions provided by external processes through function blocks. This includes requesting and receiving external decisions from external processes, storing these decisions in a buffer, allowing manipulation like append, insert, flush, delete, and execution of these decisions in the decision buffer.

Two new basic objects handle decisions through function blocks as follows:

Object Holds
RcoDecisionBuffer A list of decisions received for a particular controller location.
RcoExtDecision The decision data of a decision received from external process.

For additional information about external decision function blocks, click:

  • Append a Decision in ExtDecBuffer
  • Delete a Decision in ExtDecBuffer
  • Delete at a Decision in ExtDecBuffer
  • Flush the ExtDecBuffer
  • Get Ext Decision List
  • Insert a Decision in ExtDecBuffer
  • Request External Decisions
  • Select Next External Decision