设置可编程电源的电流保护下限(通常称为欠流保护或Under Current Protection, UCP)可防止负载电流过低导致设备异常(如开路、接触不良或负载故障)。以下是详细设置步骤及注意事项:
Under Current Protection (UCP)
、Minimum Current Limit
、Current Floor
。UCP
、Min Current
或 Current Floor
选项。Menu
键 → 选择 Protection
或 安全设置
→ 进入 Current Protection
子菜单。Under Current
或 Min Current
(部分电源需先禁用 Over Current
保护)。0.1A
(100mA)。100ms
延迟)。Output On/Off
键)。Protection Settings
或 Current Control
标签页。Under Current Protection
→ 设置阈值(如 0.1A
)和延迟时间(如 100ms
)。Apply
或 Send to Device
将参数写入电源。100mA
,延迟 100ms
)SENS:CURR:PROT:STAT ON ; 启用欠流保护
0.1A
):SENS:CURR:PROT:LEV 0.1 ; 设置欠流保护阈值为0.1A
100ms
):SENS:CURR:PROT:DEL 0.1 ; 设置延迟时间为100ms
OUTP:PROT:CLEar:LATC ON ; 触发后锁定输出关闭
OUTP:PROT:CLEar:AUTO ON ; 触发后自动恢复
pythonimport pyvisarm = pyvisa.ResourceManager()source = rm.open_resource("TCPIP0::192.168.1.100::inst0::INSTR") # 替换为电源IPsource.write("SENS:CURR:PROT:STAT ON") # 启用欠流保护source.write("SENS:CURR:PROT:LEV 0.1") # 设置阈值0.1Asource.write("SENS:CURR:PROT:DEL 0.1") # 设置延迟100mssource.write("OUTP:PROT:CLEar:LATC ON") # 触发后锁定输出print("欠流保护设置完成")
0.2A
降至 0.05A
)。Event Log
或 Fault Record
)。Under Current
或 Current Below Threshold
。100ms
,实际响应时间应在 90ms~110ms
范围内。0.5A
,但实际电流未低于该值)。1s
,瞬态电流已恢复)。SENS:CURR:PROT:STAT
是否为 ON
)。SYST:ERR?
查询错误代码,确认电源状态。10ms
延长至 100ms
)。100μF
电解电容)。OUTPut2:CURR:PROT:LEV 0.1
设置通道2阈值)。设置方式 | 适用场景 | 关键指令/步骤 |
---|---|---|
前面板菜单 | 快速手动设置 | 进入 Protection → Under Current → 设置阈值和延迟 |
厂商软件 | 多设备集中管理 | 在 Protection Settings 界面中配置参数 |
SCPI指令 | 自动化测试系统集成 | SENS:CURR:PROT:LEV 0.1 设置阈值 |
实际测试验证 | 确保保护功能可靠 | 使用电子负载模拟欠流故障,观察电源响应 |
建议:
0.1A~5A
),形成完整电流保护范围。