Axioline F, Analog input module, Analog inputs: 4, 0V..5V, -5V..5V, 0V..10V, -10V..10V, Connection technique: 2, 3, 4 conductors, Transmission speed in the local bus 100 MBit/s, Integrated sensor power supply, IP20 degree of protection.
NOTE: Only some information in the module data sheet is given below. Please refer to the data sheet itself for more details.
Connections
Input/Output Word
Four INPUT WORDs and four OUTPUT WORDs are allocated to the module:
Each INP_W corresponds to an analog input.
The OUT_W are not used.
Parameterization
Name |
Description |
Index |
R/W |
Subindex |
Type |
Lenght (Bytes) |
Content |
---|---|---|---|---|---|---|---|
Para Table |
Contains in its subindexes the words for the parameterization of each channel and for the data format |
0x0080 |
R/W |
0 |
Array of Unsigned 16 |
6 * 2 |
Reads/writes all elements |
1 |
Unsigned 16 |
2 |
"Parameterization word" of channel 1 (default 0x0) |
||||
: |
Unsigned 16 |
2 |
: |
||||
4 |
Unsigned 16 |
2 |
"Parameterization word" of channel 4 (default 0x0) |
||||
5 |
Unsigned 16 |
2 |
"Data Format" (default 0x0) |
||||
6 |
Unsigned 16 |
2 |
Reserved (default 0x0) |
Parameterization word
Parameter |
BIT |
Value |
Configuration |
---|---|---|---|
Measurement range |
0..3 |
0x0 |
0V .. 10V (default) |
0x1 |
±10V |
||
0x2 |
0V .. 5V |
||
0x3 |
±5V |
||
0xF |
Channel not active |
||
+ |
|||
Average value |
8..9 |
0x000 |
16 samples (default) |
0x100 |
No average value |
||
0x200 |
4 samples |
||
0x300 |
32 samples |
||
+ |
|||
Input filter |
12 |
0x0000 |
30 Hz (default) |
0x1000 |
12 kHz |
Data format
The data format indicates how measurement values (voltage/current/temperature) read/write by Axio modules are represented (in the input/output words of the control).
NOTE: For representation of values outside the range of the scale used, refer to the documentation of the module itself.
All word values in the table under the description column are in decimal format.
Configuration |
Value |
Description |
---|---|---|
IB IL (default) |
0x000 |
The upper word full scale value equals +30000, and the lower word full scale value equals 0 if I have positive range only, otherwise -30000. The unit value of the word equals: (positive range)/30000 |
Reserved |
0x100 |
|
S7 compatible |
0x200 |
The upper word unit value is equivalent to +27648, while the lower word unit value is equivalent to 0 if I have positive range only, otherwise -27648. The unit value of the word equals: (positive range)/27648 |
Reserved |
0x300 |
|
Example
I want to configure channel 4 of axioline module (r.id 0 slot 1) as follows: Measurement range 0V ...5V, average value with 32 samples, input filter of 12 kHz. The value of the Parameterization word will be: 0x2 + 0x300 + 0x1000 = 0x1302 To give the parameterization I use from shell the command AXIO_WOBJ: AXIO_WOBJ 0 1 0x80 4 0x1302 |
Example
Data format IB IL Range ±10V, if I have the INP_W = -200 then I am reading: -200*(10/30000) = -66.666mV Data format S7 compatible Range 0V ... 5V, if I have the INP_W = 3 then I am reading: 3*(5/27648) = +542.5μV |