@@ -0,0 +1,31 | |||||
|
1 | import time | |||
|
2 | ||||
|
3 | proxy.loadSysDriver("SpwPlugin","SpwPlugin0") | |||
|
4 | SpwPlugin0.selectBridge("STAR-Dundee Spw USB Brick") | |||
|
5 | ||||
|
6 | proxy.loadSysDriverToParent("dsu3plugin","SpwPlugin0") | |||
|
7 | proxy.loadSysDriverToParent("LFRControlPlugin","SpwPlugin0") | |||
|
8 | ||||
|
9 | availableBrickCount = SpwPlugin0.StarDundeeGetAvailableBrickCount() | |||
|
10 | print str(availableBrickCount) + " SpaceWire brick(s) found" | |||
|
11 | ||||
|
12 | SpwPlugin0.StarDundeeSelectBrick(1) | |||
|
13 | SpwPlugin0.StarDundeeSetBrickAsARouter(1) | |||
|
14 | SpwPlugin0.StarDundeeSelectLinkNumber( 1 ) | |||
|
15 | SpwPlugin0.connectBridge() | |||
|
16 | ||||
|
17 | #SpwPlugin0.TCPServerSetIP("127.0.0.1") | |||
|
18 | SpwPlugin0.TCPServerConnect() | |||
|
19 | ||||
|
20 | # OPEN SPACEWIRE SERVER | |||
|
21 | #LFRControlPlugin0.SetSpwServerIP(129,104,27,164) | |||
|
22 | LFRControlPlugin0.TCPServerConnect() | |||
|
23 | ||||
|
24 | # OPEN TM ECHO BRIDGE SERVER | |||
|
25 | LFRControlPlugin0.TMEchoBridgeOpenPort() | |||
|
26 | ||||
|
27 | # START SENDING TIMECODES AT 1 Hz | |||
|
28 | SpwPlugin0.StarDundeeStartTimecodes( 1 ) | |||
|
29 | ||||
|
30 | # it is possible to change the time code frequency | |||
|
31 | #RMAPPlugin0.changeTimecodeFrequency(2) |
@@ -0,0 +1,14 | |||||
|
1 | # LOAD FSW USING LINK 1 | |||
|
2 | SpwPlugin0.StarDundeeSelectLinkNumber( 1 ) | |||
|
3 | ||||
|
4 | dsu3plugin0.openFile("/home/pleroy/DEV/DEV_PLE/FSW-qt/bin/fsw") | |||
|
5 | #dsu3plugin0.openFile("/opt/LFR/LFR-FSW/2.0.2.3/fsw") | |||
|
6 | dsu3plugin0.loadFile() | |||
|
7 | ||||
|
8 | dsu3plugin0.run() | |||
|
9 | ||||
|
10 | # START SENDING TIMECODES AT 1 Hz | |||
|
11 | #SpwPlugin0.StarDundeeStartTimecodes( 1 ) | |||
|
12 | ||||
|
13 | # it is possible to change the time code frequency | |||
|
14 | #RMAPPlugin0.changeTimecodeFrequency(2) |
General Comments 0
You need to be logged in to leave comments.
Login now