On Wed, Feb 10, 2021 at 02:12 PM, SB-LAB di Bianchini Stefano wrote:
it is not a matter of annoyance in seeing the message, but I would like to be sure that the valve does not blow.
OK, I understand now. You can amend the PIV on the rectifier to suit this need. The help file gives some guidance on making up your own rectifiers and modifying the existing ones.
Help > Contents > Technical information > How to add your own rectifier types
You might want to take the gz37.rect file and copy to something like gz37ind.rect to make an inductive version with higher PIV. Notepad can be used to open and change the file. As well as changing the <vpiv> value you will need to change the <name> value also, as it will not want to load the same name twice, so the contents of the file should end up looking like:
<?xml version="1.0" encoding="UTF-8"?>
<rectifier>
? <name>GZ37IND</name>
? <description>GZ37 imported from PSUD2</description>
? <version>211</version>
? <creationdate>2019-11-23 17:30:34</creationdate>
? <type>VT</type>
? <vlaw>1.35</vlaw>
? <vfac>0.001409</vfac>
? <dres>0</dres>
? <vpiv>1850</vpiv>
? <ipks>99</ipks>
? <ipkr>0.75</ipkr>
</rectifier>
ps: I tried a "-" in the name and it didn't like it, not sure why but I will investigate. Anyway... save the file and restart PSUD, you should have an extra rectifier option GZ37IND to use for your power supply design with inductive input.
Regards,
Duncan