jrosti / lumikki

Automatically exported from code.google.com/p/lumikki
0 stars 0 forks source link

feature request: add TTM creep experiment #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Change the outlook of GUI (and add features).

- add radiobuttons (or ticks boxes) that select either stress or strain 
controlled test
- the above selection disables and grayes the other selection
- the selection is also stored to cached parameters and used when 
main->start/stop is pressed
- add switch-case structure to TTM.py and dummy bindings (if TTM.py does not 
exist, create one and move TTM messaging there)

3 boxes:
1. General box
   - "General" title
   - ip textbox
   - port textbox
   - Setpoint textbox (default 1)
   - Setpoint time textbox (default 1)
   - move to setpoint button

2. Strain controlled test
   - Constant strain rate title
   - Active tick box (default ticked)
   - ramp rate textbox
   - ramp amplitude textbox

3. Stress controlled test
   - Constant stress title
   - Active tick box (default unticked)
   - Force textbox (default 10N)

Original issue reported on code.google.com by jhkoi...@gmail.com on 28 Feb 2011 at 3:40

GoogleCodeExporter commented 9 years ago
the creep commands are now added to the device side:

add channel textfield to box 3 and make it grayed, value = 2

start creep experiment:
<ttm-ip>/lumikki/csm_lumikki_instron_creep?channelInt=2&creepLoad=0.0

stop with stop function:
<ttm-ip>/lumikki/csm_lumikki_instron_stop

Original comment by jhkoi...@gmail.com on 16 Mar 2011 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by jhkoi...@gmail.com on 17 Mar 2011 at 4:38

GoogleCodeExporter commented 9 years ago
This is the most urgent. Comments? 

Original comment by jhkoi...@gmail.com on 1 Apr 2011 at 2:58

GoogleCodeExporter commented 9 years ago
This should be done in 2 ways in ttm.py (i think). 

1. with html-get
2. with html-post json (commented at first)

The html-get works on device side. When html-post is ready, I'll change the 
device side.

Original comment by jhkoi...@gmail.com on 1 Apr 2011 at 3:02

GoogleCodeExporter commented 9 years ago

Original comment by jhkoi...@gmail.com on 29 Mar 2012 at 11:36