User Tools

Site Tools


network

This wiki is not maintained! Do not use this when setting up AuScope experiments!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
network [2019/09/03 03:34]
Guifre
network [2019/09/03 03:39]
Guifre
Line 31: Line 31:
 === dBBC3 .  === === dBBC3 .  ===
  
 +> # Initialise the VDIF header
 +> dbbcComms(sd,'​core3h={},​destination 0 192.168.1.{}:​46227'​.format(core3h,​ip_dest[core3h-1]))
 +> dbbcComms(sd,'​core3h={},​vsi_bitmask {}'​.format(core3h,​bitmask[nChan]))
 +> dbbcComms(sd,'​core3h={},​vdif_station {}'​.format(core3h,​station))
 +> dbbcComms(sd,'​core3h={},​vdif_frame 2 {} 8000 ct=off'​.format(core3h,​nChan))
 +> dbbcComms(sd,'​core3h={},​regupdate vdif_header 3 {} 0x03FF0000'​.format(core3h,​(core3h-1)*np.power(2,​16)))
 +
 +> #Start VDIF stream  ​
 +> dbbcComms(sd,'​core3h={},​start vdif'​.format(board+1))
 === dBBC2 .  === === dBBC2 .  ===
  
  --- //​[[Guifre]] 2019/09/03 01:41//  --- //​[[Guifre]] 2019/09/03 01:41//
/home/www/auscope/opswiki/data/pages/network.txt · Last modified: 2019/09/09 06:24 by Guifre