eec 8560 Power Source Instruction Manual
- September 7, 2024
- eec
Table of Contents
8560 Power Source
LabVIEW Coding For Your EEC Power Source
Below is an example LabVIEW program to set some basic parameters on an EEC Power Source. Implementing this code will put the source in Manual Mode, set the output voltage to 115 VAC at 60 Hz and set a current high limit of 6 Amps. It will also initialize a test, abort the test after 3 seconds and take a meter measurement. EEC does not provide LabVIEW training or other software code examples.
LabVIEW Code Diagram
The following steps outline the process depicted in the LabVIEW code diagram:
- Set COM Port
- Set to manual mode
- Set: 115V, 60Hz, 6AHI
- Start Test
- 3 Second Delay
- Abort Test
- Take Reading
- Close Resource
Diagram Description
The diagram illustrates the flow of the LabVIEW program:
- 1. Set COM Port: Select the COM port (e.g., COM1).
- 2. Set to manual mode: Switch the mode to manual.
- 3. Set: 115V, 60Hz, 6AHI: Configure the voltage to 115V, frequency to 60Hz, and current high limit to 6 Amps.
- 4. Start Test: Initiate the test.
- 5. 3 Second Delay: Introduce a 3-second delay.
- 6. Abort Test: Abort the test after the delay.
- 7. Take Reading: Capture the meter data output.
- 8. Close Resource: Close the resource to end the process.
Meter Data Readings
Below is an example of the meter data readings:
Memory | 1 |
---|---|
Voltage (V) | 115.1 |
Frequency (Hz) | 60.0 |
RMS Current (A) | 0.000 |
Peak Current (A) | 0.0 |
Power (W) | 0.0 |
Power Factor | 0.0 |
Power Resistive (VAR) | 0.000 |
Power Apparent (VA) | 0.0 |
Crest Factor | 0.00 |
Status | Abort |
LabVIEW Code Using IVI ActiveX Drivers Example
The following is an example of LabVIEW code using IVI ActiveX drivers:
The diagram shows a detailed flow of the LabVIEW program, including setting parameters, starting and aborting tests, and taking meter readings.
Specifications
Voltage | 115V |
---|---|
Frequency | 60Hz |
Current High Limit | 6 Amps |
FAQ
What is the purpose of this LabVIEW program?
This program sets basic parameters on an EEC Power Source, initiates a test, and takes meter measurements.
What parameters are set in this example?
The output voltage is set to 115 VAC, the frequency to 60 Hz, and the current high limit to 6 Amps.
How long does the test run before it is aborted?
The test runs for 3 seconds before it is aborted.
What kind of data is captured by the meter?
The meter captures data such as voltage, frequency, RMS current, peak current, power, power factor, power resistive, power apparent, and crest factor.
Does EEC provide LabVIEW training or other software code examples?
No, EEC does not provide LabVIEW training or other software code examples.
Read User Manual Online (PDF format)
Read User Manual Online (PDF format) >>