![Solartron Mobrey 3595 4C Скачать руководство пользователя страница 123](http://html1.mh-extra.com/html/solartron-mobrey/3595-4c/3595-4c_user-manual_1314070123.webp)
3595 4C User Manual Part Two Results and Error Formats
35952350 (APPX-A/AA)
A-3
A.1 DATABASE
STRUCTURE
The IMP uses a floating point format similar to IEEE, but not Quite. It is as Follows:
¦SEEEEEEE¦MMMMMMMM¦MMMMMMMM¦MMMMMMMM¦
S = sign bit
E = 7 bit exponent – excess 64
M = 24 bit mantissa - no hidden bits.
Note: Where a parameter is stated as being a value, 0,1, 2 and so on, it is stored in
the database in binary code, not ASCII.
#define TRUE
1
/* define Boolean Constants */
#define FALSE
0
#define CA_DISABLED
2
/* Disable Alarm Checking*/
#define CA_ASSERT
1
/* Turn Fet On, AS Mode 801 (Logic 0)*/
#define CA_DISASSERT
0
/* Turn Fet Off, As Mode 800 (Logic I)*/
typedef unsigned char BYTE;
typedef unsigned char BOOL;
typedef float IMPFP
/****** Typedefs for DATABASE 1 - 12 Bytes *******/
typedef struct
{
BOOL
Armed;
/* AR Pod Armed */
BOOL
Cont;
/* CO Continuous Scanning */
BYTE
Driff,
/* DR 0, 1 or 2 */
BYTE
Cali;
/* KA 0 or 1 */
BYTE
Units;
/* UN 0 or 1 */
BYTE
UK_USA;
/* FR - See Below */
IMPFP
Ex_ref[4];
/* TE in IMPFP Format */
BOOL
Tcref,
/* TRUE if TE, FALSE if AM */
BYTE
ResultMode;
/* RM 0,1 or 2)
}DBI, *DB1_PTR;
/* The FR value is obtained by shifting the binary argument one place to the right
* and inserting the carry bit into bit 4.*/
/****** Typedefs for DATABASE 2 - 86 Bytes *******/
typedef struct
{
/* Post Linearisation Enabled */
BYTE num[18];
/* num = 0,1 or 2 */
}POSTLIN, *PL_PTR;
typedef struct
{
BYTE val[21]; /* Byte 0 for Internal Use */
}MODE, *MD_PTR;
typedef struct
{
Содержание 3595 4C
Страница 1: ...Precision measurement solutions 3595 4C PC to S Net Interface USER MANUAL 35952350...
Страница 2: ...ii 35952350 2001 SOLARTRON MOBREY LIMITED...
Страница 6: ...vi 35952350...
Страница 7: ......
Страница 8: ......
Страница 10: ...1 ii 35952350...
Страница 12: ...1 iv 35952350...
Страница 48: ...Programming the 3595 4C Interface card 3595 4C User Manual Part One 3 20 35952350 CH03 AA...
Страница 49: ...3595 4C PC to S Net Interface User Manual PART TWO IMP Commands and Responses...
Страница 50: ...2 ii 35952350...
Страница 52: ...2 iv 35952350...
Страница 108: ...IMP Commands 3595 4C User Manual Part Two 1 56 35952350 CH01 AA...
Страница 110: ...Results and Error Formats 3595 4C User Manual Part Two 2 2 35952350 CH02 AA...
Страница 122: ...Database Structure 3595 1H and 1J IMP 3595 4C User Manual Part Two A 2 35952350 APPX A AA...
Страница 126: ...Database Structure 3595 1H and 1J IMP 3595 4C User Manual Part Two A 6 35952350 APPX A AA...
Страница 127: ......