設(shè)置可編程電源的電流保護(hù)下限(通常稱為欠流保護(hù)或Under Current Protection, UCP)可防止負(fù)載電流過低導(dǎo)致設(shè)備異常(如開路、接觸不良或負(fù)載故障)。以下是詳細(xì)設(shè)置步驟及注意事項(xiàng):
Under Current Protection (UCP)
、Minimum Current Limit
、Current Floor
。UCP
、Min Current
或 Current Floor
選項(xiàng)。Menu
鍵 → 選擇 Protection
或 安全設(shè)置
→ 進(jìn)入 Current Protection
子菜單。Under Current
或 Min Current
(部分電源需先禁用 Over Current
保護(hù))。0.1A
(100mA)。100ms
延遲)。Output On/Off
鍵)。Protection Settings
或 Current Control
標(biāo)簽頁。Under Current Protection
→ 設(shè)置閾值(如 0.1A
)和延遲時(shí)間(如 100ms
)。Apply
或 Send to Device
將參數(shù)寫入電源。100mA
,延遲 100ms
)SENS:CURR:PROT:STAT ON ; 啟用欠流保護(hù)
0.1A
):SENS:CURR:PROT:LEV 0.1 ; 設(shè)置欠流保護(hù)閾值為0.1A
100ms
):SENS:CURR:PROT:DEL 0.1 ; 設(shè)置延遲時(shí)間為100ms
OUTP:PROT:CLEar:LATC ON ; 觸發(fā)后鎖定輸出關(guān)閉
OUTP:PROT:CLEar:AUTO ON ; 觸發(fā)后自動(dòng)恢復(fù)
pythonimport pyvisarm = pyvisa.ResourceManager()source = rm.open_resource("TCPIP0::192.168.1.100::inst0::INSTR") # 替換為電源IPsource.write("SENS:CURR:PROT:STAT ON") # 啟用欠流保護(hù)source.write("SENS:CURR:PROT:LEV 0.1") # 設(shè)置閾值0.1Asource.write("SENS:CURR:PROT:DEL 0.1") # 設(shè)置延遲100mssource.write("OUTP:PROT:CLEar:LATC ON") # 觸發(fā)后鎖定輸出print("欠流保護(hù)設(shè)置完成")
0.2A
降至 0.05A
)。Event Log
或 Fault Record
)。Under Current
或 Current Below Threshold
。100ms
,實(shí)際響應(yīng)時(shí)間應(yīng)在 90ms~110ms
范圍內(nèi)。0.5A
,但實(shí)際電流未低于該值)。1s
,瞬態(tài)電流已恢復(fù))。SENS:CURR:PROT:STAT
是否為 ON
)。SYST:ERR?
查詢錯(cuò)誤代碼,確認(rèn)電源狀態(tài)。10ms
延長至 100ms
)。100μF
電解電容)。OUTPut2:CURR:PROT:LEV 0.1
設(shè)置通道2閾值)。設(shè)置方式 | 適用場(chǎng)景 | 關(guān)鍵指令/步驟 |
---|---|---|
前面板菜單 | 快速手動(dòng)設(shè)置 | 進(jìn)入 Protection → Under Current → 設(shè)置閾值和延遲 |
廠商軟件 | 多設(shè)備集中管理 | 在 Protection Settings 界面中配置參數(shù) |
SCPI指令 | 自動(dòng)化測(cè)試系統(tǒng)集成 | SENS:CURR:PROT:LEV 0.1 設(shè)置閾值 |
實(shí)際測(cè)試驗(yàn)證 | 確保保護(hù)功能可靠 | 使用電子負(fù)載模擬欠流故障,觀察電源響應(yīng) |
建議:
0.1A~5A
),形成完整電流保護(hù)范圍。