1 / 5

MPE-PE Section Meeting

MPE-PE Section Meeting. Scott Rowan, 03/03/2014. Offline Analysis ±PCC.1. // Verify converter current to be +3.7A/+-0.6A 60seconds after the 1st crowbar activation (2 nd PM) assertThat ( I_MEAS ). isEqualTo (+3.7, AMPERE ). withinAbs (0.6, AMPERE )

jean
Download Presentation

MPE-PE Section Meeting

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MPE-PE Section Meeting Scott Rowan, 03/03/2014

  2. Offline Analysis ±PCC.1 //Verify converter current to be +3.7A/+-0.6A 60seconds after the 1st crowbar activation (2nd PM) assertThat(I_MEAS).isEqualTo(+3.7, AMPERE).withinAbs(0.6, AMPERE) .at(60, SECOND).after(Occurrence.SECOND, PM_EVENT_TRIGGER); //Verify converter current & voltage decay is an exponential function with an absolute tolerance of 0.1A/0.05V starting 20ms after the 1st crowbar activation (2ndPM) assertThat(I_MEAS).isEqualTo(EXP).withinAbs(0.1, AMPERE) .starting(20, MILLI(SECOND)).after(Occurrence.SECOND, PM_EVENT_TRIGGER) .ending(150, SECOND).after(Occurrence.SECOND, PM_EVENT_TRIGGER); assertThat(V_MEAS).isEqualTo(EXP).withinAbs(0.1, VOLT)… … Using the eDSL Java Interfacepass criteria can be written in an easy to read/understand sentence form

  3. Automated Analysis Results ±PNO.d1 • 2011 HWC campaign • 1022 PNO.d1 tests on 750 60A-circuits • 69 consistency fails • 58 cases due to “just” failing decay criteria • 8 of which due to crowbar voltage • 2 current plateau checks failed • 93.2% of consistency! PNO.d1 Automated Analysis Results 2011 • Consistency check over previous campaigns resulted in discovering a faulty module(RCBV19.L5B1)that EPC were unaware of!

  4. Summary/Other work Framework and language clearlyusable by non-java experts! 60 A circuit offline analysis can now be fully automated (PCC1, PNO.d1) Will be ready for upcoming HWC campaign Other work: Expanding upon the analysis framework Working with Daniel/Bernhard on quench/heat diffusion simulations to devise more accurate thresholdsfor the main 13kA circuits Working with Arjan/Bernhard to create a “living document” for analysis procedures during HWC and beyond Automating online analysis of CSCM for upcoming HWC

  5. Thanks for listening!

More Related