KilometersG / Python-API-for-VeriStand-FPGA

This Python API is meant to work with NI-RIO FPGA bitfiles, .lvbitx, and their associated XML Configurations, .fpgaconfig, originally written for VeriStand.
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Fixed Point Unpacking Incorrect #3

Open KilometersG opened 6 years ago

KilometersG commented 6 years ago

Unpacking an analog channel results in an incorrect value for the voltage.

KilometersG commented 6 years ago

Fixed in dev branch. Pull request currently under review.

KilometersG commented 5 years ago

Editted issue name. Analog channels that are I16s on the FPGA are functional now. Fixed Point analog channels are not working. Will continue to work on this as time allows.