#--------------------------------------------------------------------------- # The triple axis people love to have the command set emulate the command # set of TASMAD as closely as possible. This is implemented through # some scripting. This version is for the new syntax to be used with the # new UB matrix calculaus for triple axis. # # Mark Koennecke, May 2005 #-------------------------------------------------------------------------- proc SplitReply { text } { set l [split $text =] return [string trim [lindex $l 1]] } source $scripthome/nxtas.tcl source $scripthome/nxsupport.tcl source $scripthome/tasscript.tcl initxmlscan #------------------------------------------------------------------------ proc wwwsics {} { append result "
| User | " [tasSplit [user]] " | ||||
|---|---|---|---|---|---|
| Title | " append result [tasSplit [title]] " | ||||
| Status | " append result [tasSplit [status]] " | ||||
| Last Scan Command | " append result [tasSplit [lastcommand]] " | ||||
| A1 | " append result [tasSplit [a1]] " | A2 | " append result [tasSplit [a2]] " | ||
| A3 | " append result [tasSplit [a3]] " | A4 | " append result [tasSplit [a4]] " | ||
| A5 | " append result [tasSplit [a5]] " | A6 | " append result [tasSplit [a6]] " | ||
| Ki | " [tasSplit [ki]] " | " append result "Kf | " [tasSplit [kf]] " | " append result "En | " [tasSplit [en]] " |
| Qh | " [tasSplit [qh]] " | " append result "Qk | " [tasSplit [qk]] " | " append result "Ql | " [tasSplit [ql]] " |