diff --git a/.hgsub b/.hgsub --- a/.hgsub +++ b/.hgsub @@ -1,2 +1,4 @@ header/lfr_common_headers = https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SOLO_LFR/lfr_common_headers +LFR_basic-parameters = https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/USERS/CHUST/LFR_basic-parameters + diff --git a/.hgsubstate b/.hgsubstate --- a/.hgsubstate +++ b/.hgsubstate @@ -1,1 +1,2 @@ +19349b3a5e90c2bacc9d369aa948c68aa9e8d5f0 LFR_basic-parameters da5613aff4446e5c98b3c56bc32ce7008b3e2340 header/lfr_common_headers diff --git a/python_scripts/LFRControlPlugin.py b/python_scripts/LFRControlPlugin.py deleted file mode 100644 --- a/python_scripts/LFRControlPlugin.py +++ /dev/null @@ -1,29 +0,0 @@ -#!/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") -dsu3plugin0.loadFile() -dsu3plugin0.run() - -LFRControlPlugin0.TMEchoBridgeOpenPort() -