##// END OF EJS Templates
Étiquette 3.2.0.22 ajoutée à la révision 9d5e16586c2c
Étiquette 3.2.0.22 ajoutée à la révision 9d5e16586c2c

File last commit:

r194:72cdb2a15242 R3
r401:e2418ff35b1b R3++
Show More
LFRControlPlugin_startFsw.py
30 lines | 829 B | text/x-python | PythonLexer
/ python_scripts / LFRControlPlugin_startFsw.py
paul
rev 2.0.2.3...
r191 #!/usr/bin/lppmon -e
import time
proxy.loadSysDriver("SpwPlugin","SpwPlugin0")
SpwPlugin0.selectBridge("STAR-Dundee Spw USB Brick")
proxy.loadSysDriverToParent("dsu3plugin","SpwPlugin0")
proxy.loadSysDriverToParent("LFRControlPlugin","SpwPlugin0")
availableBrickCount = SpwPlugin0.StarDundeeGetAvailableBrickCount()
print "availableBrickCount = ", availableBrickCount
SpwPlugin0.StarDundeeSelectBrick(1)
SpwPlugin0.StarDundeeSetBrickAsARouter(1)
SpwPlugin0.connectBridge()
#SpwPlugin0.TCPServerSetIP("127.0.0.1")
SpwPlugin0.TCPServerConnect()
#LFRControlPlugin0.SetSpwServerIP(129,104,27,164)
LFRControlPlugin0.TCPServerConnect()
dsu3plugin0.openFile("/opt/DEV_PLE/FSW-qt/bin/fsw")
paul
TC_LFR_LOAD_KCOEFFICIENTS...
r194 #dsu3plugin0.openFile("/opt/LFR/LFR-FSW/2.0.2.3/fsw")
paul
rev 2.0.2.3...
r191 dsu3plugin0.loadFile()
dsu3plugin0.run()
LFRControlPlugin0.TMEchoBridgeOpenPort()