Index

shutdown cpu|rtc|cbicontrol

Halt the control system.

Arguments:
SysType type
The target of the shutdown, from:
  • cpu: Shutdown to the VxWorks boot prompt.
  • rtc: Shutdown the real-time control system tasks, but leave the VxWorks operating system running.
  • cbicontrol: Shutdown the sun control program.

Example:
The following example tells the real-time controller to shut down all control system tasks, including itself, but to leave VxWorks running.
  shutdown cbicontrol

Martin Shepherd (9-Oct-1997)