I am trying to design a PID controller for a DC motor using FPGA and Ni 9505. Referring to the example "\LabVIEW 8.2\examples\CompactRIO\Module Specific\NI 9505\Current Loop\Current Loop - NI 9505 (RT).vi", the current
data in amps are divided by a factor 0.0062 in order to convert amps values to integers. Can someone please tell me why this conversion is necessary? Suppose that I need to send other parameters such as voltage and RPM to FPGA, do I need to do a similar conversion? If so, where can I find the corresponding scaling factors? Thanks