Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/vlbi/wiki/index.php?n=Main.Mark5eVLBI
Дата изменения: Unknown Дата индексирования: Tue Apr 12 14:39:06 2016 Кодировка: Поисковые слова: ultraviolet |
Main /
Mark5eVLBIMark5B disk data formatTaken from Mark5B System User's Manual (9 June 2006) Section 5. Data on disk is divided into equal-length disk frames (DF). Each DF has a header of 4 32-bit words followed by 2500 32-bit words of data (10000 bytes). The DF boundary is aligned with the UT second tick. Disk Frame Header
Disk Data FormatRaw VLBI data is packed within a 32 bit word, with the earliest time sample corresponding to the least significant bit. Mark5 control commandsMark5 Control commandsThe Mark5A protocol uses two TCP ports:
Commands are sent to the m5drive port as newline terminated strings. The replies are newline terminated also. Data is sent to the m5data port. Mark5 commandsplay_rate=data:<rate>Used to set the output data rate of the Mark5 at the station. Expected response: !play_rate = 0 ; play=offUsed to make the Mark5 stop playing if it was playing back data from disk. net_protocol=<protocol>:<sockbuf size>:<workbuf size>Used to set the network data-transport protocol. The <sockbuf size> argument is the socket send buffer size. You should probably use this value in a setsockopt(..., SOL_SOCKET, SO_SBDBUF, ...) call on the socket used to send the data. Expected response: !net_protocol = 0 ; mtu=<mtu size>Set the mtu for UDP transfers Expected response: ! !mtu = 0 : $mtu bytes; in2net=connect:<ip>Used to make the Mark5 at the station connect to the Mark5 at JIVE. The <ip> argument will be the IP address of the Mark5 at JIVE, which should at that point be ready to accept a connection from the Mark5 at the station. The connection should be made to the m5data port. No data will be sent yet. Expected response: !in2net = 0 ; in2net=onUsed to make the Mark5 at the station start sending data. Expected response: !in2net = 1 ; in2net=disconnectUsed to make the Mark5 at the station stop sending data and terminate the connection. Expected response: !in2net = 0 ; in2net=off?? Expected response: !in2net = 0 ; mode=<data mode>:<data submode>Used to set the playback mode of the Mark5 at the station. Expected response: !mode = 0 ; status?Used to query the status of the (remote) Mark5. Expected response: !status? 0 : 0x00000001 ; (when not sending data) play?Request play state (disk only??) Expected response: !status? 0 : 0x00000001 ; (when not sending data) clock_set=<rate>:int:<rate>To set the Mark5b clock rate to "rate" !clock_set = 0 ; Setting TVG testTo setup the Mark5 to send the TVG test vector, run: mode=tvg:8 play_rate=data:4 This will send 8 tracks at 4 Mbps, ie a total of 32 Mbps. |