![Solartron Mobrey 3595 4C User Manual Download Page 124](http://html1.mh-extra.com/html/solartron-mobrey/3595-4c/3595-4c_user-manual_1314070124.webp)
Database Structure (3595 1H and 1J IMP) 3595 4C User Manual Part Two
A-4
35952350 (APPX-A/AA)
BOOL
AutoStart;
/* Set by AS Command */
BYTE
Dbncel9;
/* CH n RAte Setting */
BYTE
Dbnce20;
BYTE
Timeout19;
/* CH n TImeout setting */
BYTE
Timeout20;
POSTLIN
PostLin;
/* Post linearisation Enabled */
MODE
Type;
/* Components of the .. */
MODE
Mode;
/* CH n MO command */
MODE
Range;
}DB2, *DB2_PTR;
/* Type is the First parameter, Mode the Second, and Rate the Third parameter of the
* CH n MO TMR command. Exceptions are noted below.
*
* 1) Range = Parameter -1, Except for 0 (Autorange, which is 0x82)
* 2) Modes 701 & 702 are stored as 7,1,82 & 7,2,82 respectively.
* 3) ‘A’ for User defined Thermocouple is OxOa
*/
/******* Typedefs for DATABASE 3 - 165 Bytes ******/
typedef struct
{
BOOL Enabled;
IMPFP m;
IMPFP c;
}UC, *UC_PTR;
typedef struct
{
BYTE
ScanPeriod[3];
/* Integer Milliseconds */
UC
Conversions[ 18];
}DB3, *DB3_PTR;
/****** Typedefs for DATABASE 4 - 146 Bytes ******/
typedef struct
{
BOOL DEFINED; /* This thermocouple is defined*/
/* Volts to temperature equation*/
IMPFP
VT_PWR_5;
/* Multiplication Factor for x^5*/
IMPEP
VT_PWR_4;
/* Multiplication Factor for x^4*/
IMPFP
VT_PWR_3;
/* Multiplication Factor for x^3*/
IMPFP
VT_PWR_2;
/* Multiplication Factor for x'2*/
IMPFP
VT_PWR_1;
/* Multiplication Factor for x^1*/
IMPFP
VT_C;
/* Constant addition*/
/* Temperature to volts equation for cold junction compensation */
IMPFP
TV_PWR_5
/* Multiplication Factor for x^5*/
IMPFP
TV_PWR_4;
/* Multiplication Factor for x^4*/
IMPFP
TV_PWR_3;
/* Multiplication Factor for x^3*/
IMPFP
TV_PWR_2;
/* Multiplication Factor for x^2*/
IMPFP
TV_PWR_1;
/* Multiplication Factor for x^1 */
IMPFP
TV_C
/* Constant addition*/
}UThermo, *UThermo_ptr;
/* Channel Post Linearisation equations*/
typedef struct
{
IMPFP
PL_PWR_5;
/* Multiplication Factor for x^5*/
IMPFP
PL_PWR_4;
/* Multiplication Factor for x^4*/
IMPFP
PL_PWR_3;
/* Multiplication Factor for x^3*/
Summary of Contents for 3595 4C
Page 1: ...Precision measurement solutions 3595 4C PC to S Net Interface USER MANUAL 35952350...
Page 2: ...ii 35952350 2001 SOLARTRON MOBREY LIMITED...
Page 6: ...vi 35952350...
Page 7: ......
Page 8: ......
Page 10: ...1 ii 35952350...
Page 12: ...1 iv 35952350...
Page 48: ...Programming the 3595 4C Interface card 3595 4C User Manual Part One 3 20 35952350 CH03 AA...
Page 49: ...3595 4C PC to S Net Interface User Manual PART TWO IMP Commands and Responses...
Page 50: ...2 ii 35952350...
Page 52: ...2 iv 35952350...
Page 108: ...IMP Commands 3595 4C User Manual Part Two 1 56 35952350 CH01 AA...
Page 110: ...Results and Error Formats 3595 4C User Manual Part Two 2 2 35952350 CH02 AA...
Page 122: ...Database Structure 3595 1H and 1J IMP 3595 4C User Manual Part Two A 2 35952350 APPX A AA...
Page 126: ...Database Structure 3595 1H and 1J IMP 3595 4C User Manual Part Two A 6 35952350 APPX A AA...
Page 127: ......