Skip to content
Snippets Groups Projects
Commit 91c174c9 authored by Marko Mecina's avatar Marko Mecina
Browse files

update connection_setup

parent 505a18d5
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def run():
for fname in files_to_open:
win.open_file(fname)
else:
win.open_file(os.path.join(confignator.get_option('paths', 'ccs'), 'getting_started.py'))
win.open_file(os.path.join(confignator.get_option('paths', 'ccs'), 'scripts/connection_setup.py'))
bus_name = cfg.get('ccs-dbus_names', 'editor')
DBus_Basic.MessageListener(win, bus_name, *sys.argv)
......
......@@ -11,5 +11,6 @@ cfl.connect_tc('LIVE', '', 5571, protocol='PUS')
cfl.start_pv()
#! CCS.BREAKPOINT
### Monitor ###
cfl.start_monitor('LIVE')
# cfl.set_monitor('LIVE')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment