Ignore:
Timestamp:
Mar 25, 2014, 12:44:12 AM (11 years ago)
Author:
demin
Message:

fix bin numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/3DEES/UserInterface.tcl

    r186 r188  
    450450            set b $decay($i).0
    451451            set value [expr int(exp(-${a}/${b})*1024*20)]
    452             append command [format {000200%02x0004%04x} [expr {36 + 2 * (${i} - 1)}] $value]
     452            append command [format {000200%02x0004%04x} [expr {38 + 2 * (${i} - 1)}] $value]
    453453        }
    454454
     
    463463        set command {}
    464464        for {set i 1} {$i <= 6} {incr i} {
    465             append command [format {000200%02x0004%04x} [expr {35 + 2 * (${i} - 1)}] $delay($i)]
     465            append command [format {000200%02x0004%04x} [expr {39 + 2 * (${i} - 1)}] $delay($i)]
    466466        }
    467467
Note: See TracChangeset for help on using the changeset viewer.