Flintec II IPC User Manual

Page 35

Advertising
background image

FlintWeigh II IPC Technical Manual, Rev. 1.06 November 2011

Page 35 of 36


Function

Description

Status(w)

Read scale status

Parameter

Type

Use

w

Integer

w = 1 (scale 1); w = 2 (scale 2); w = 3 (dual scale)

Return value

Value range

Format: string, 31 digits:

"AB_gggggggdd_tttttttdd_nnnnnndd" with

A

Status bit 1

2

0

(= 1) = No motion

2

1

(= 2) = Active tare (net indication)

2

2

(= 4) = Zero setting range

2

3

(= 8) = Accurate zero

2

4

(= 16) = Error

B

Status bit 2

2

0

(= 1) = Zero crossing

2

1

(= 2) = Minimum load

2

2

(= 4) = Tilt switch

gggggggdd

Gros value and unit

0...800 000 / g, kg, t, lb

tttttttdd

Tare value and unit

0...800 000 / g, kg, t, lb

nnnnnnndd

Net value and unit

0...800 000 / g, kg, t, lb

Hint: Unused places within the weight value will be filled with spaces.

SetOutput(o,w,f,v) Configure digital outputs and setpoints

Parameter

Type

Use

o

32-bit Integer

o = 1 (output 1); o = 2 (output 2)

w

32-bit Integer

w = 1 (scale 1); w = 2 (scale 2); w = 3 (dual scale)

f

32-bit Integer

Flag

Operation

2

0

2

1

00

Output not used

01

Fixed setting

02

Setpoint control

03

Traffic control

2

2

0 (= 0) Under-run
1 (= 1) Exceeded

2

3

0 (= 0) Gros value
1 (= 8) Net value

2

4

Status of fixed setting
0 (= 0) Off
1 (= 16) On

2

5

Enabled by input
0 (= 0) Off
1 (= 32) On

v

32-bit Integer

Setpoint including all decimal places but without decimal
point ( e.g. 13.25 kg

v = 1325)


All functions are characterised in the type library “NW10.TLB”, which may be included into the programming
environment of the application programme.

Advertising