Modular Data Acquisition
Distributed Measurement and Control
High-Performance Test
Automated Test System Development Software
Perspectives showcases how NI sees what’s next in the world of test and technology.
You can request repair, RMA, schedule calibration, or get technical support. A valid service agreement may be required.
Provides support for NI data acquisition and signal conditioning devices.
Provides support for Ethernet, GPIB, serial, USB, and other types of instruments.
Provides support for NI GPIB controllers and NI embedded controllers with GPIB ports.
09-19-2005 11:48 AM
ArrayData[65535];
TextBox;
ASCII
HEX
11-04-2005 02:33 PM
You can use the Fmt(...) function for the hex part like this:
Fmt(Buf, "%s<%65535x[j1],", ArrayData);
using an appropriately sized Buf.