
  TYPE
    cmt$configuration_limits = record
      product_number: string (6),
      allowed_controllers: SET of cmt$controller_type,
      allowed_channels: SET of cmt$channel_kind,
      allowed_ious: SET of dst$iou_model_types,
      minimum_equipment_number: cmt$physical_equipment_number,
      maximum_equipment_number: cmt$physical_equipment_number,
      minimum_unit_number: cmt$physical_unit_number,
      maximum_unit_number: cmt$physical_unit_number,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc cmt$channel_type
*copyc cmt$controller_type
*copyc cmt$physical_equipment_number
*copyc cmt$physical_unit_number
*copyc dst$iou_model_types
?? POP ??
