Added
- Support for custom Switchboard with 16 Two-Switch ports
- The SDK can now log events for debugging
- Function
fgt_set_log_verbosity
to enable and disable event logs
- Function
fgt_set_log_output_mode
to set how event logs are returned to the user
- Function
fgt_get_next_log
to retrieve event logs manually as strings
Changed
- Switchboard ports A to D are now mapped to port numbers 16 to 19, instead of 8 to 11.
Fixed
- Fixed spurious errors being returned by
fgt_get_sensorStatus
.
- F-OEM no longer returns brief connection errors when using Flow Unit M+ or L+.
- LineUP and F-OEM modules no longer report that they are in sleep mode when a sensor or valve is connected or disconnected.
- Sensor regulation no longer stops on its own when started with the Flow EZ in local control mode.
fgt_set_valvePosition
now correctly rejects negative valve positions.
- Fixed lag when using multiple simulated MFCS instruments.
- Fixed flow rate sign when using Flow Unit M with calibrations HFE, FC40 and OIL.
- Fixed Flow Unit range (as returned by
fgt_get_sensorRange
) failing to update when calibration is changed.
- MFCS channel range is now properly capped at 7000 mbar
Resolves #68, resolves #65, resolves #60