Product User Guide (Power Supply Setup)
Title: How to Set Up and Operate the ProVolt 5000 Power Supply
Introduction:
The ProVolt 5000 is a programmable DC power supply designed for precision testing and manufacturing environments. This guide explains how to set up and operate the unit safely.
Step 1: Unpacking and Inspection
- Open the packaging and ensure all components are included:
- ProVolt 5000 unit
- Power cord
- User manual
- Inspect the unit for physical damage. Do not proceed if any damage is observed.
Step 2: Connecting to Power
- Ensure the power supply is turned off.
- Connect the included power cord to the rear AC input.
- Plug the other end into a grounded AC outlet (120V or 240V, 50/60Hz).
Step 3: Configuring Output Voltage
- Press the “Power” button to turn the unit on.
- Use the rotary knob to select the desired output voltage.
- Press “Set” to lock the value.
- Attach your load using banana plugs to the output terminals.
Safety Note
Monitor current draw to avoid exceeding the unit’s maximum rating of 5A. Overcurrent conditions may trigger the protection circuit.
API Documentation (Software Integration)
Title: GetVoltage API Endpoint
Endpoint:
GET /api/v1/voltage
Description:
The GetVoltage endpoint retrieves the current voltage reading from a connected ProVolt 5000 unit.
Request Parameters:
Parameter | Type | Required | Description |
deviceID | string | Yes | Unique identifier for the device. |
unit | string | No | Specify voltage unit (V or mV). Defaults to V. |
Response:
- 200 OK:
{
“deviceID”: “12345”,
“voltage”: “12.5”,
“unit”: “V”
}
- 400 Bad Request: Missing or invalid parameters.
Example Usage:
curl -X GET https://example.com/api/v1/voltage?deviceID=12345&unit=V
Quick Reference Guide (Test Equipment Calibration)
Title: Quick Start: Calibrating the Multimeter 300X
- Power On:
- Connect the multimeter to a grounded outlet using the supplied power cord.
- Press the Power button.
- Enter Calibration Mode:
- Hold the CAL button for 5 seconds until the display shows “CAL MODE.”
- Connect the Calibration Source:
- Attach a known reference voltage source (e.g., 10.000 V).
- Use the banana jack inputs labeled V IN.
- Adjust Calibration:
- Turn the rotary knob until the display matches the reference voltage.
- Press ENTER to save the calibration value.
- Exit Calibration Mode:
- Press the CAL button again to exit and return to regular operation.
Troubleshooting Guide (Power Supply)
Title: Troubleshooting: No Output Voltage
Symptom: The unit powers on but does not provide an output voltage.
Possible Causes:
- Output terminals are not connected properly.
- Voltage or current settings are below the required threshold.
- The protection circuit is active due to overcurrent or overheating.
Steps to Resolve:
- Verify that the output terminals are securely connected to the load.
- Check the voltage and current settings. Adjust to meet the load requirements.
- Inspect the Protection indicator light:
- If lit, reset the unit by pressing “Reset.”
- Ensure adequate ventilation around the unit to prevent overheating.
Contact Support: If the issue persists, email support@example.com with your unit’s serial number and a description of the problem.