Differences
This shows you the differences between two versions of the page.
en:software:qview:qview_6:qcl_library:ir10hjread [2017/03/23 16:33] – created qem103 | en:software:qview:qview_6:qcl_library:ir10hjread [2019/08/29 17:01] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== IR10HJRead ====== | ||
+ | |||
+ | **I = **//Input// | ||
+ | |||
+ | **R = **//Reading functions// | ||
+ | |||
+ | The IR10HJRead function __reads the voltage on the hot junction by a card that supports type " | ||
+ | |||
+ | ===== IMPLEMENTATION ===== | ||
+ | |||
+ | **IR10HJRead (HOT, gbCardType, glMicroVolts, | ||
+ | |||
+ | Parameters: | ||
+ | |||
+ | ^IN/ | ||
+ | | IN | INTDEVICE\\ ANINP | HOT | - |Mnemonic name of ANINP device used for HOTJ 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 errors\\ | ||
+ | 1 - Disconnected input | ||
+ | |||
+ | === Example === | ||
+ | |||
+ | <code QCL> | ||
+ | ... | ||
+ | |||
+ | ; Reading hot junction | ||
+ | |||
+ | card_type = 0 | ||
+ | |||
+ | IR10HJRead (HOT, gbCardType, glMicroVolts, | ||
+ | |||
+ | ... | ||
+ | </ | ||
+ | |||
+ | === Note === | ||
+ | |||
+ | * The function initializes the scaling parameters of ANINP device passed to the function, as follows: | ||
+ | <code QCL> | ||
+ | HOT: | ||
+ | HOT: | ||
+ | HOT: | ||
+ | </ | ||