Loading…
Loading…
方法名称: method_enable_characterization_point
方法ID: 0x42A9
方法标签: Enable/Edit Point
方法描述: Enable/Edit a point in the Linearization Table. Initially, points are set to NAN (not a number). By entering a valid value for point n (value must be between value of point n-1 and point n+1), the point is Enabled. To disable a point, use the Disable Menu.
- {
- int result;
- DD_STRING ptstr;
- DD_STRING prompt;
- DD_STRING prompt_input;
- DD_STRING prompt_output;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _get_local_var_value(literal_string(516),0,literal_string(517));
- itoa(lin_table_input_index,literal_string(514),10);
- prompt = literal_string(518) + ptstr;
- prompt_input = literal_string(519) + ptstr;
请登录以获得完整内容