Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:software:qview:qview_6:qcl_library:vc11hdrjoint [2017/02/03 17:53] – [Esempio] qem103 | en:software:qview:qview_6:qcl_library:vc11hdrjoint [2019/08/29 17:01] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== VC11HdrJoint ====== | ||
+ | |||
+ | **V = **// | ||
+ | |||
+ | **R = **//Reading functions// | ||
+ | |||
+ | The VC11HdrJoint function __calculate the posit Joint for a device according to the HIGH DATA RAPPRESENTATION scheme__. | ||
+ | |||
+ | ===== IMPLEMENTATION ===== | ||
+ | |||
+ | **VC11HdrJoint (Joint, | ||
+ | |||
+ | Parameters: | ||
+ | |||
+ | ^IN/ | ||
+ | | Joint | JOINT | joint | |Device JOINT| | ||
+ | | HdrType | ||
+ | | ResultX | ||
+ | | ResultY | ||
+ | | ResultZ | ||
+ | |||
+ | === HdrType === | ||
+ | |||
+ | The HDR viewing allows to center the range of units on integers values. The value is calculated by the encoder, measure and pulse is approximated to the nearest unit.\\ | ||
+ | 0 - Hdr disable.\\ | ||
+ | 1 - Hdr enable, in the central band between two units (between 0->1 the band is [0.25, 0.75] ) it's shown a counter that oscillates between two values.\\ | ||
+ | 2 - Hdr enable | ||
+ | |||
+ | === Example === | ||
+ | |||
+ | jtXYZ a JOINT device with parameters | ||
+ | |measurex: 220|pulsex: 4096|encoderx: | ||
+ | |measurey: 110|pulsey: 4096|encodery: | ||
+ | |measurez: 336|pulsez: 4096|encoderz: | ||
+ | |||
+ | VC11HdrJoint(jtXYZ, | ||
+ | |||
+ | returns the values ResultX = 3346 ResultY = 1979 ResultZ = -569 | ||