Locked Status et sequence


jean-luc Martin
 

Hello Patrick,
 
I am trying to run a sequence from a python script using the command
ccdciel('Sequence_start','test UVEX4.targets')
it does not execute the script although I tested it successfully of course.
it  displays :
Upgrade sequence file test UVEX4.targets from version 1 to version 5 ??
 
On the other hand, I try to display the status of ccdciel from the Help/Status menu of ccdciel, it does not show me in the browser
 
localhost did not send any data.
ERR_EMPTY_RESPONSE
 
Thanks 
 
Jean Luc Martin


Patrick Chevalley
 

Hello Jean-Luc,

I confirm the script "sequence_start" do not work, probably broken by one of the many change I do with the sequence since I implemented it. I look to fix it.

About the status, do the browser address show localhost:3277 ?
Can you try with another browser, for me it work with Edge and Firefox.

Patrick


Patrick Chevalley
 

I look more in detail to Sequence_start this morning and this just look like a documentation issue: the parameter must be the sequence name without the extension.

So ccdciel('Sequence_start','test UVEX4')  must work.

Patrick