EDS0071 - RTD Temperature
EDS0071
├── address ├── alias ├── crc8 ├── device_id ├── device_type ├── family ├── id ├── locator ├── memory ├── pages │ ├── page.0 │ ├── page.1 │ ├── page.2 │ └── page.ALL ├── r_address ├── r_id ├── r_locator ├── tag └── type
|
├── EDS0071 │ ├── alarm │ │ ├── clear │ │ ├── resistance_hi │ │ ├── resistance_low │ │ ├── temp_hi │ │ └── temp_low │ ├── calibration │ │ ├── constant │ │ └── key │ ├── counter │ │ ├── samples │ │ └── seconds │ ├── delay │ ├── LED │ │ ├── control │ │ └── state │ ├── relay │ │ ├── control │ │ └── state │ ├── resistance │ ├── set_alarm │ │ ├── resistance__hi │ │ ├── resistance_low │ │ ├── temp_hi │ │ └── temp_low │ ├── temperature │ ├── threshold │ │ ├── resistance_hi │ │ ├── resistance_low │ │ ├── temp_hi │ │ └── temp_low │ └── user_byte
|