Change driveable nodes from text to int to satisfy new checks
This commit is contained in:
@ -455,7 +455,7 @@ debug_log "Registering node $nodeName for write callback"
|
||||
hsetprop $scobj_hpath device "$dev"
|
||||
|
||||
set deviceCommand {\
|
||||
Display Position 1 0 1 1 0 text internal {LQP} {rdValue} {} {} {}\
|
||||
Display Position 1 0 1 1 0 int internal {LQP} {rdValue} {} {} {}\
|
||||
Display Angle 1 0 1 1 0 text internal {LQA} {rdValue} {} {} {}\
|
||||
Display Hertz 1 0 1 1 0 text internal {LQF} {rdValue} {} {} {}\
|
||||
Display Finished 1 0 1 1 0 text internal {F} {rdValue} {} {} {}\
|
||||
@ -465,7 +465,7 @@ debug_log "Registering node $nodeName for write callback"
|
||||
Display Device 1 0 1 1 0 text internal {E3} {rdValue} {} {} {}\
|
||||
Display Encoder 1 0 1 1 0 text internal {E4} {rdValue} {} {} {}\
|
||||
Control Direction 0 1 1 1 0 text user {} {} {} {setDirn} {}\
|
||||
Control SetPoint 0 1 1 1 1 text user {} {} {} {setPoint} {}\
|
||||
Control SetPoint 0 1 1 1 1 int user {} {} {} {setPoint} {}\
|
||||
Control Command 0 1 1 1 0 text user {} {} {} {setCmnd.chkWrite} {}\
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user