EPICS Base Documentation
  • EPICS Documentation Index

General Information

  • Installation instructions
  • EPICS 7.0 Release Notes
  • Changes incorporated from the 3.15 branch

IOC Component Reference

  • IOC Component Reference
    • Introduction and IOC Concepts
    • Record Type Definitions
    • Menu Definitions
      • Menu menuAlarmSevr
      • Menu menuAlarmStat
      • Menu menuConvert
      • Menu menuFtype
      • Menu menuIvoa
      • Menu menuOmsl
      • Menu menuPini
      • Menu menuPost
      • Menu menuPriority
      • Menu menuScan
      • Menu menuSimm
      • Menu menuYesNo
    • Other Components

Command Line Reference

  • Channel Access command-line interface
  • msi: Macro Substitution and Include Tool

C/C++ Headers

  • Common Library C/C++ APIs
  • Channel Access C/C++ APIs
  • IOC Database C/C++ APIs
  • C/C++ Headers from Record Types
  • C/C++ Headers from Menus
EPICS Base Documentation
  • IOC Component Reference
  • Menu menuPriority
  • View page source

Menu menuPriority

This menu is used for the PRIO field of all record types. It controls the relative priority of records scheduled with SCAN=Event or SCAN=I/O Intr, and also of records that use asynchronous completion.

Index

Identifier

Choice String

0

menuPriorityLOW

LOW

1

menuPriorityMEDIUM

MEDIUM

2

menuPriorityHIGH

HIGH

The number of priorities is set in various other places in the code too, so adding new entries to this menu will probably break the IOC build.

Previous Next

© Copyright EPICS Controls.

Built with Sphinx using a theme provided by Read the Docs.