
  TYPE
    cmt$device_status_display = record
      element_name: cmt$element_name,
      element_type: cmt$element_type,
      product_id: cmt$product_identification,
      physical_address: integer,
      channels: array {iou} [1 .. 2] of channel_info,
    recend;

  TYPE
    channel_info = record
      iou: string (4),
      name: string (6),
    recend;

*copyc cmt$element_name
*copyc cmt$element_type
*copyc cmt$product_identification
*copyc iot$logical_unit
