Pi Software Suite C-990.cd1 -
For many of us, the value of C-990.CD1 lies in its libraries. Let’s look at how it handles the "Big Three" of automation programming.
The PI software package is a robust, integrated suite designed to facilitate every stage of a positioning system's life cycle—from initial setup and configuration to advanced automation, tuning, and daily operation.
If you are setting up a new lab or upgrading a production line, do not hunt for individual drivers. Download the latest version of the C-990.CD1 suite, install it fully, and spend the time learning the GCS command structure. It is the foundation upon which robust motion control systems are built. pi software suite c-990.cd1
[ PI Software Suite C-990.CD1 Installer ] │ ┌────────────────┼────────────────┐ ▼ ▼ ▼ [GUI Utilities] [System Drivers] [Developer APIs] ── PIMicroMove ── USB/PCI/LAN ── C++ / Python ── PI Terminal ── Controller DB ── LabVIEW / MATLAB
Includes tools for analyzing dynamic characteristics, such as the PIFRF-Analyzer For many of us, the value of C-990
: The suite is compatible with a wide range of PI hardware, including PILine motion controllers (e.g., C-867.1U) and Hexapod motion controllers (e.g., C-887 series). It supports operating systems including Windows 10/11 (64-bit) and Linux (64-bit) .
: Works alongside tools like the PIFRF-Analyzer to measure dynamic characteristics and visualize them via Bode plots for system stability optimization. If you are setting up a new lab
# C-990.CD1 allows generic device instantiation pidevice = GCSDevice() pidevice.InterfaceSetupDlg() # Opens a dialog to select USB/TCP device pidevice.MOV(1, 50.0) # Move Axis 1 to 50.0 print(pidevice.qPOS(1)) # Query position
: While primarily designed for Windows 10 and 11 (64-bit), the suite also includes essential USB drivers for seamless hardware connection.