Loading…
Loading…
Method Name: select_unit
Method ID: 0x4033
Method Label: Process unit
Method Help: フィールド機器バリアブル単位 - 単位はデジタル値, 最小スパン, Upper レンジ値, Lower レンジ値, Lower センサー リミット, Upper センサー リミットの表示に使用されます。
- {
- int old_unit;
- int counter;
- int unit;
- int mail;
- float _fvalue;
- float _upper;
- float _lower;
- char status[3];
- mail = 0;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- old_unit = _ivar_value(resolve_record_ref(resolve_array_ref(172,1),190));
- if (_get_dev_var_value(literal_string(203),0,resolve_record_ref(resolve_array_ref(172,1),190)) == 0)
- {
- unit = _ivar_value(resolve_record_ref(resolve_array_ref(172,1),190));
- if (old_unit != unit && (!(old_unit == 32 || old_unit == 33 || old_unit == 34 || old_unit == 35) || !(unit == 32 || unit == 33 || unit == 34 || unit == 35)))
- {
- ACKNOWLEDGE(literal_string(178));
Please login for more