Electrical Switch doesn't work
조회 수: 10(최근 30일)
표시 이전 댓글
Hello everyone,
I am trying to use a switch in a simulation of an electrical circuit and I dont know why, but it is not working correctly. I have created a simplifyed system to check the switch function and it also doesn't work. I paste a screenshot of the system so you can check it.
The idea was to activate and desactivate the switch with a pulse generator, so the current of the circuit, which is a constant 1A DC, fluctuates between 0A and 1A. Despite of it, the current is 1A during the whole simulation.

채택된 답변
Jonas
2021년 8월 30일
편집: Jonas
2021년 8월 30일
You are using an ideal current source set to 1 A. This means that whichever load you attach to it, it will maintain 1A.
By opening and closing the switch, you are just changing the required voltage the ideal current source needs to maintain the 1A. Even when your switch is opened, it has a certain 'Open conductance'. This means that in the open position, the switch still has 1/1e-6 Ohm = 1000 000 Ohm resistance, which means the ideal current source will employ 1000 000 Volts to maintain the 1A current through it.
You are basically simulating huge sparks and fireworks. Yes, Simscape is also able to simulate those. It will not prevent you from doing so.
This is why the current measurement with scope will always read 1A. Try to add a voltage measurement accross the switch and see the large voltage.
추가 답변(0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!