Examples
Process data | Value | Scaling | Transferred process datum |
---|---|---|---|
Speed | CW 400 rpm | 400/0.2 = 2000dec = 07D0hex | 2000dec or 07D0hex |
CCW 750 rpm | - (750/0.2) = 3750dec = F15Ahex | -3750dec or F15Ahex | |
Relative speed | CW 25 % fmax | 25 x (16384/100) = 4096dec = 1000hex | 4096dec or 1000hex |
CCW 75 % fmax | -75 x (16384/100) = -12288dec = D000hex | -12288dec or D000hex | |
Current | 45% IN | (45/0.1) = 450dec = 01C2hex | 450dec or 01C2hex |
115.5% IN | (115.5/0.1) = 1155dec = 0483hex | 1155dec or 0483hex | |
Ramp | 300 ms | 300 ms → 300dec = 012Chex | 300dec or 012Chex |
1.4 s | 1.4 s = 1400 ms 400dec = 0578hex | 1400dec or 0578hex | |
Position | 35 rev. CCW | -35 x 4096 = - 143360dec = FFFD D000hex | FFFD D000hex high low |
19 rev. CW | 19 x 4096 = 77824dec = 0001 3000hex | 0001 3000hex high low |