Type of command
TSDSTOP
Stopped a timer synchronous continuation download.
STOP
Stopped a counter and a timer synchronous continuation download.
Decimal number download type
1234567890
1234567890 2345678901 3456789012 ・・・・・ 0123456789
Returned in order with 10 figures of decimal numbers.
If 10 figures is exceeded, it will be extended automatically.
A counter is a cts unit of measure.
Hexadecimal number download type
1DC2829F1234
1DC2829F5678 07C385289ABC 0451EEC3DEF1 106D82302345 ・・・・・ 00FFE101
Returned in order with 12 figures of hexadecimal numbers.
And returned in order with 10figures of hexadecimal numbers.
A counter is a cts unit of measure.
Example of a continuation read command sending of a Timer Counter
1)
"TSDLH671"
Specified to read a counter from ch6 to ch7 and a timer
2)
"TSDT010" or "TSDT10"
Set the read out interval to 10ms.
3)
"TSDSTRT"
Start to read out.
4)
"CLAL"
Clear the timer and all of the counters.
5)
"DSAS"
Disable a stop of a counter and a timer.
6)
"STRT"
Start to count.
7)
"TSDSTOP"
Stopped a continuation download.
8)
"STOP"
Stop a counter.
TSDLH671, "TSDT010", etc. must be executed before the above command 3) "TSDSTRT".
The command is saved once it executes.
It is okay "STRT" command is executed before "TSDSTRT" or later.
The quantity of a data and the specification of a read interval which are downloaded each time,
A data may be missing with the velocity of a communication line.
Please take into consideration "Data read time" of the section 4-5-7.
3-4-5. The continuation read of the synchronous timer counter by the external gate input
It is an interval in synchronization with an external-gate input timing, a specified timer counter is read
continuously.
Type of command
XSDL(H)uvw
The details of an external-gate input synchronous download are specified.
If H is attached, a data will be acquired with a hexadecimal number.
If H is not attached, a data will be acquired with a decimal number.
(eXternal Synchronous DownLoad)
u: 0 - 7 / top counter channel
v: 0 - 7 / end counter channel
Read out data from ch u to ch v.
If u => v, read out data from the counter u.
w: 0 / without timer data
w: 1 / with timer data
Send example
"XSDL071"
Download data from the counter ch 0 to ch7 and the timer.
"XSDL770"
Download data from only the counter ch 7.
"XSDLH071"
Download a hexadecimal data from the counter ch 0 to ch7 and the timer.
"XSDLH770"
Download a hexadecimal data from only the counter ch 7.
21/43