User`s manual
Manuals
Brands
RoboteQ Manuals
Computer Hardware
Dual Channel Digital Motor Controller AX500
61
62
63
64
65
66
67
68
69
70
AX500 Motor Contro
ller User
’
s M
anual
61
Internal Heats
ink T
emperature S
ensors
HiTemp = LoTemp + 5;
lobound = TempTable[i];
hibound = TempTable[i+1];
temp = LoTemp + (5 * ((AnaValue - lobound)
*100/ (hibound - lobound)))/100;
return temp;
}
}
1
...
...
59
60
61
62
63
...
...
154