-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Format Numeric by Crossrulz - Toolkit for LabVIEW Download
QuickDrop plugin for formating numerics
Version | 1.1.0.2 |
Released | Apr 05, 2024 |
Publisher | Crossrulz |
License | BSD 0-Clause |
LabVIEW Version | LabVIEW>=19.0 |
Operating System | Windows, Mac, and Linux |
Project links | Discussion |
Description
Using QuickDrop, quickly set the display format for a numeric. This plugin will work with any numeric control or constant, including arrays and clusters.
How to use:
1. Select the items you want formatted.
2. Open quick drop (Ctrl+Space)
3. Type in the format specifier you want (ex. %02x). You can also use "dec", "hex", "oct", "bin", and "si" to act in a more generic way. Hex, Oct, and Bin have the benefit of the number of characters visible will be dependent on the representation and will force the radix to be visible.
4. Press Ctrl+N (N for numeric). Any controls, constants, or indicators that you selected that can accept that format will be set to display in that format
Release Notes
Added support for Time Stamps
Added absolute time formats:
- utc - displays a numeric or timestamp in UTC time zone
- time - displays a numeric or timestamp in local time zone