Differences
This shows you the differences between two versions of the page.
en:software:qview:qview_6:qcl_library:ir10cjread [2017/03/21 18:04] – created qem103 | en:software:qview:qview_6:qcl_library:ir10cjread [2019/08/29 17:01] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== IR10CJRead ====== | ||
+ | |||
+ | **D = **// | ||
+ | |||
+ | **R = **//Reading functions// | ||
+ | |||
+ | The IR10CJRead function __reads the temperature value relative to the reference point of a card that supports type " | ||
+ | |||
+ | ===== IMPLEMENTATION ===== | ||
+ | |||
+ | **IR10CJRead (COLD, gbCardType, glDCelsius, gbError)** | ||
+ | |||
+ | Parameters: | ||
+ | |||
+ | ^IN/ | ||
+ | | IN | INTDEVICE\\ ANINP | COLD | - |Mnemonic name of ANINP device used for COLDJ input| | ||
+ | | IN | GLOBAL | ||
+ | | OUT | GLOBAL | ||
+ | | OUT | GLOBAL | ||
+ | |||
+ | ==== Error ==== | ||
+ | |||
+ | Once invoked the function if there are any errors the error variable having the following values:\\ | ||
+ | 0 - No error\\ | ||
+ | 1 - GbCardType defined card not supported | ||
+ | |||
+ | === Example === | ||
+ | |||
+ | <code QCL> | ||
+ | ... | ||
+ | |||
+ | ; Cold-junction reading | ||
+ | |||
+ | card_type = 0 ; using of L1TT0 card | ||
+ | |||
+ | IR10CJRead (COLD, gbCardType, glDCelsius, gbError) | ||
+ | |||
+ | ... | ||
+ | </ | ||
+ | |||
+ | === Note === | ||
+ | |||
+ | The function initializes the scaling parameters of the ANINP device passed to the function, as follows mode: | ||
+ | <code QCL> | ||
+ | COLD: | ||
+ | COLD: | ||
+ | COLD: | ||
+ | </ | ||