Pt100 Input Module
Cdios 6162

Command / Reply / Event messages V1.0

 


Cdios Controller Commands 

All CDIOS messages are presented as 8 bytes long. When variable length messages are selected, the part of the message that is not send over the CAN bus is represented in italic/lightgray text.


Command code 28h: Read analog inputs

This command reads one of the 4 inputs or latched inputs.

 

Command

Module ID

3

4

5

6

7

8

28h

0 - 15

Selector

0

0

0

0

0


Parameter

Value

 Description

Selector

00h

Read current value of input #1

01h Read latched value of input #1, latched by the latest SYNC command

10h

Read current value of input #2

11h Read latched value of input #2, latched by the latest SYNC command
20h Read current value of input #3
21h Read latched value of input #3, latched by the latest SYNC command

Normal reply is:

 

Reply

Module ID

3

4

5

6

7

8

28h

0 - 15

Selector

Data
(lsb)         (msb)

0

0

0


Parameter

Value

 Description

Selector x Copy of value of the command

Data

30000

Analog input is positive full-scale = 2mV/V

0

Analog input is zero

-30000

Analog input is negative full-scale = -2mV/V

Possible error message:

 

Error

Module ID

3

4

5

6

7

8

A8h

0 - 15

0

0

Error Status

0

0

0


Parameter

Bit

 Description

Error status

0

1 =  Selector parameter out of range

 


Command code 29h: Configure sample rate and amount of channels

This command sets the A/D converter sample rate and amount of channels to scan.

 

Command

Module ID

3

4

5

6

7

8

29h

0 - 15

0

Config

0

0

0

0


Param.

Value

Default

 Samples per second

Measured channel(s) Samples rate per channel Effective resolution Notes

Config

0

14

200 1 200 11 bits (+sign) Results in upper 12 bits of data word, lower 4 bits are noisy.

1

1 - 2 100

2

1 - 3 66.7
4 100 1 100 13 bits (+sign) Results in upper 14 bits of data word, lower 2 bits are noisy.
5 1 - 2 50
6 1 - 3 33.3
8 60 1 60 15 bits (+sign) Optimized for 60Hz line frequency suppression
9 1 - 2 30
10 1 - 3 20
12 50 1 50 15 bits (+sign) Optimized for 50Hz line frequency suppression
13 1 - 2 25
14 1 - 3 16.7

Confirmation reply message (suppressed when 'Confirm' of  CDIOS controller is 0):

 

Reply

Module ID

3

4

5

6

7

8

A9h

0 - 15

0

0

0

0

0

0

Possible error message:

 

Error

Module ID

3

4

5

6

7

8

A9h

0 - 15

0

0

Error Status

0

0

0


Parameter

Bit

 Description

Error status

0

1 =  Config parameter out of range

  


Command code 2Bh: Set input filter length

This command sets the input 'moving average' filters per input channel.

These filters can be used to stabilize fluctuating input signals.

Command

Module ID

3

4

5

6

7

8

2Bh

0 - 15

0

Filter 1
(input 1)

Filter 2
(input 2)

Filter 3
(input 3)

0

0

 

Parameter

Value

Default

Description

Filter 1
-
Filter 3

0 - 4

0

0: no filtering
1: average of last 2 measurements 
2: average of last 4 measurements 
3: average of last 8 measurements 
4: average of last 16 measurements

Confirmation reply message (suppressed when 'Confirm' of  CDIOS controller is 0):

 

Reply

Module ID

3

4

5

6

7

8

2Bh

0 - 15

0

0

0

0

0

0

Possible error message:

 

Error

Module ID

3

4

5

6

7

8

8Bh

0 - 15

0

0

Error Status

0

0

0


Parameter

Bit

 Description

Error status

0
1
2

1 =  Filter 1 parameter out of range
1 =  Filter 2 parameter out of range
1 =  Filter 3 parameter out of range

 


Command code 2Ch: Set limits

This command sets the upper / lower / delta limit values per input channel.

These limit values can be used to generate an CAN message (event) when the analog input changes or when a limit has exceeded.

See also next command code (2Dh)

Command

Module ID

3

4

5

6

7

8

2Ch

0 - 15

Selector

Data
(lsb)              (msb)

0

0

0

 

Parameter

Value

Default

 Description

Selector 00h
01h
02h

0

Input #1 upper limit value
Input #1 lower limit value
Input #1 delta value
10h
11h
12h
0 Input #2 upper limit value
Input #2 lower limit value
Input #2 delta value
20h
21h
22h
0 Input #3 upper limit value
Input #3 lower limit value
Input #3 delta value

Confirmation reply message (suppressed when 'Confirm' of  CDIOS controller is 0):

 

Reply

Module ID

3

4

5

6

7

8

2Ch

0 - 15

0

0

0

0

0

0

Possible error message:

 

Error

Module ID

3

4

5

6

7

8

8Ch

0 - 15

0

0

Error Status

0

0

0


Parameter

Bit

 Description

Error status

0

1 =  Selector parameter out of range

 


Command code 2Dh: Set event on input limit mask

This command defines which situations will send a 'change of state' event (more then one allowed)

Command

Module ID

3

4

5

6

7

8

2Dh

0 - 15

0

Mask 1
(input 1)

Mask 2
(input 2)

Mask 3
(input 3)

0

0

 

Parameter

Bit

Default

 Description (action when bit is set to one)

Mask 1
-
Mask 3

0

0

send message when input becomes higher then 'upper limit'
1 0 send message when input becomes lower then 'lower limit'
2 0 send message when input has changed more then 'delta value' since it was last send
3 0 always send message when new measurement is ready

CAUTION! this can generate a lot of CAN messages and may slow down the system if too many analog inputs are enabled to do this!!

Confirmation reply message (suppressed when 'Confirm' of  CDIOS controller is 0):

 

Reply

Module ID

3

4

5

6

7

8

2Dh

0 - 15

0

0

0

0

0

0

Possible error message:

 

Error

Module ID

3

4

5

6

7

8

8Dh

0 - 15

0

0

Error Status

0

0

0


Parameter

Bit

 Description

Error status

0
1
2

1 =  Mask 1 parameter out of range
1 =  Mask 2 parameter out of range
1 =  Mask 3 parameter out of range

 


Events

A 'change of State' event can be configured with the 'Set event on input limit mask' command.
If an enabled limit is reached, a read input event message is sent:

 

Event

Module ID

3

4

5

6

7

8

68h

0 - 15

Indicator

Data
(lsb)            (msb)

0

0

0


Parameter

Value

 Description

Enabled by 'limit mask' bit

Indicator

 

02h
03h
04h
05h
Input #1, upper limit exceeded
Input #1, lower limit exceeded
Input #1, delta limit exceeded
Input #1, new measurement ready
0
1
2
3
12h
13h
14h
15h
Input #2, upper limit exceeded
Input #2, lower limit exceeded
Input #2, delta limit exceeded
Input #2, new measurement ready
0
1
2
3
22h
23h
24h
25h
Input #3, upper limit exceeded
Input #3, lower limit exceeded
Input #3, delta limit exceeded
Input #3, new measurement ready
0
1
2
3

Input events react directly on the actual inputs, not on latched inputs.

When the user polls the 6163 with the 'read analog inputs' command and events are enabled, it is possible that an event is not send.
This occurrs when the user has read the inputs after the state change and before the event should be sent.


Calibration

The 6163 is calibrated by CD Systems before delivery.

All calibration values are stored in the internal calibration FLASH EEPROM.

Calibration commands and protocol are described in 6163-calibration.


Home

Last Modified: 26 November 2002