Motivity v1.3
Technical Documentation
These are the communication objects for Timer 1. Timer 2 starts at 113, with 5 objects
intermittently for subsequent timers.
Up/Down Counter
The Up/Down counter makes it possible to maintain a 1Byte unsigned value centrally, which
can be increased/decreased with the specified step value by writing a 1(decrease)/0(increase)
onto the input object. The bounds of this value will limit its range. It is also possible to reset
the value by writing a 1 to the Reset Object.
List of parameters and communication objects:
These are the communication objects for Up/DownCounter 1. Object for subsequent
Up/DownCounters have 3 objects intermittently.
©
Tense BVBA
15/03/17
23
No Name
I/O DPT
Flags
Use
108 Activate
I DPT1.1
WC
Activate the timer
109 Input Value – 1 Bit
I DPT1.1
WC
Input value of a 1 Bit timer
109 Input Value – 1 Byte
I DPT5.10
WCTUI
Input value of a 1 Byte timer
109 Input Value – 2 Byte
I DPT7.1
WCTUI
Input value of a 2 Byte timer
110 Switch 1 Bit
O DPT1.1
CT
Output value of a 1 Bit timer
111 Output Value – 1 Byte
O DPT5.10
CT
Output value of a 1 Byte timer
112 Output Value – 2 Byte
O DPT7.1
CT
Output value of a 2 Byte timer
No Name
I/O DPT
Flags
Use
128 Input Value
I DPT1.8
WC
129 Reset
I DPT1.1
WC
Input value
130 Output Value
O DPT5.10
CT
Output value of the counter
Input value , 0 (Up) from adding the step value
to the counter, 1(Down) to subtract it.
Name
Value Range
Comment
Reset Value
0-255
Step Value
0-255
Minimum Value
0-255
Maximum Value
0-255
initial value, or value to be set when the reset object is set
to 1 .
value to be added/subtracted each time the input object
is set.
the minimum value the counter can have. The counter will
stop subtracting values once this value has been
reached.
the maximum value the counter can have. The counter
will stop adding values once this value has been reached.