PIPLX_ReadCalDate

unsigned long PIPLX_ReadCalDate (long session, unsigned long cardNum, unsigned long outputSubunit, unsigned long store, unsigned long *year, unsigned long *day, unsigned long *interval);

Purpose

read calibration date information from EEPROM

Parameters

Input
Name Type Description
session long

Handle of current session.

cardNum unsigned long

Pickering card reference of target (unity-based)

outputSubunit unsigned long

sub-unit of target to access (unity-based)

store unsigned long

value indicating which store to access (user = 0, factory = 1)

Output
Name Type Description
year unsigned long (passed by reference)

pointer to variable to receive year of calibration

day unsigned long (passed by reference)

pointer to variable to receive day in year of calibration

interval unsigned long (passed by reference)

pointer to variable to receive calibration interval (in days)

Return Value

Name Type Description
error unsigned long

0 = success; non-zero = error code

References

Calibration
Client Bridge for LXI - Base module
Alphabetical Function Index
Hierarchical Function Index