10Volt/mA Input Module
Cdios 6160

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
30h Read current value of input #4
31h Read latched value of input #4, 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 +10.000 V or +20.00 mA

0

Analog input is     0.000 V or     0.00 mA

-30000

Analog input is -10.000 V or  -20.00 mA

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

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

Config

0

15

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
3 1 - 4 50
4 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
7 1 - 4 25
8 1 60 15 bits (+sign) Optimized for 60Hz line frequency suppression
9 1 - 2 30
10 1 - 3 20
11 1 - 4 15
12 1 50 15 bits (+sign) Optimized for 50Hz line frequency suppression
13 1 - 2 25
14 1 - 3 16.7
15 1 - 4 12.5

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 2Ah: Set input range

This command sets the input range (V or mA) per input channel.

By selecting V or mA, the appropriate calibration factor is used. The user must connect the signal to the correct input terminals.

Command

Module ID

3

4

5

6

7

8

2Ah

0 - 15

0

Range 1
(input 1)

Range 2
(input 2)

Range 3
(input 3)

Range 4
(input 4)

0

 

Parameter

Value

Default

Description

Range 1
-
Range 4

0 - 1

0

0: V input will be used
1: mA input will be used

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

 

Reply

Module ID

3

4

5

6

7

8

2Ah

0 - 15

0

0

0

0

0

0

Possible error message:

 

Error

Module ID

3

4

5

6

7

8

8Ah

0 - 15

0

0

Error Status

0

0

0


Parameter

Bit

 Description

Error status

0
1
2
3

1 =  Range 1 parameter out of range
1 =  Range 2 parameter out of range
1 =  Range 3 parameter out of range
1 =  Range 4 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)

Filter 4
(input 4)

0

 

Parameter

Value

Default

Description

Filter 1
-
Filter 4

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
3

1 =  Filter 1 parameter out of range
1 =  Filter 2 parameter out of range
1 =  Filter 3 parameter out of range
1 =  Filter 4 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
30h
31h
32h
0 Input #4 upper limit value
Input #4 lower limit value
Input #4 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)

Mask 4
(input 4)

0

 

Parameter

Bit

Default

 Description (action when bit is set to one)

Mask 1
-
Mask 4

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
3

1 =  Mask 1 parameter out of range
1 =  Mask 2 parameter out of range
1 =  Mask 3 parameter out of range
1 =  Mask 4 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
32h
33h
34h
35h
Input #4, upper limit exceeded
Input #4, lower limit exceeded
Input #4, delta limit exceeded
Input #4, new measurement ready
0
1
2
3

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


Calibration

The 6160 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 6160-calibration.


Home

Last Modified: 26 November 2002