
Time Controller Series User Manual
Section 10: Appendix: DLT Command Reference
ID QUANTIQUE SA
1227 Geneva
T +41 22 301 83 71
91
Rue Eugène-Marziano 25
Switzerland
F +41 22 301 83 79
--stream-port
<PORT>
ZMQ port on which the client can listen to the stream.
--with-ref-index
Write reference indexes in the timestamps file.
Answer
Returns the ID associated to the newly opened acquisition.
Answer example:
{"id":"10.98.99.7:5556"}
10.2.3
stop
Description
Close the designated opened acquisition.
Command
stop
Arguments
--id <ID>
ID associated to the acquisition to stop.
Answer
Returns the status (see status command for more detail) of the closed acquisition.
Answer example:
{
"status": {
"acquisitions_count": 1,
"errors": [],
"inactivity": 1.054841,
"timestamps_count": 0
}
}
10.2.4
list
Description
List currently opened acquisitions.
Command
list
Arguments
-
Answer
List of opened acquisitions.
Answer example:
[
"10.98.99.7:5556",
"10.98.99.7:5557",
"10.98.99.7:5558",
"10.98.99.7:5559"
]
10.2.5
status
Description
Monitor the status of an opened acquisition.
Command
status
Arguments
--id <ID>
ID associated to the acquisition to monitor.
Answer
Return the acquisition status (example below), where:
-
acquisition_count
: the number of acquired records
-
errors
: list of errors which occurred so far
-
inactivity
: seconds since the last message was received from the
Time Controller.