Other Parts Discussed in Thread: C2000WARE, TMDXIDDK379D
Tool/software:
Hello Forms,
What is the best approach to use lookup tables within a motor control algorithm to derive motor parameters like current based on a Newton(N) versus Torque(T) relationship?
.
.
.
Could someone assist with the integration of below lookup table (Reference)
| T\N | 0 | 1000 | 2000 | 3000 | 4000 | 5000 | 6000 | 7000 |
| 0 | 0 | 10 | 18 | 25 | 31 | 35 | 37 | 38 |
| 5 | 0 | 12 | 20 | 27 | 33 | 37 | 39 | 40 |
| 10 | 0 | 14 | 22 | 29 | 35 | 39 | 41 | 42 |
| 15 | 0 | 16 | 24 | 31 | 37 | 41 | 43 | 44 |
| 20 | 0 | 18 | 26 | 33 | 39 | 43 | 45 | 46 |
| 25 | 0 | 20 | 28 | 35 | 41 | 45 | 47 | 48 |
| 30 | 0 | 22 | 30 | 37 | 43 | 47 | 49 | 50 |