diff options
Diffstat (limited to '1055/CH14/EX14.3/ch14_3.sce')
-rwxr-xr-x | 1055/CH14/EX14.3/ch14_3.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/1055/CH14/EX14.3/ch14_3.sce b/1055/CH14/EX14.3/ch14_3.sce new file mode 100755 index 000000000..15d4c2b29 --- /dev/null +++ b/1055/CH14/EX14.3/ch14_3.sce @@ -0,0 +1,17 @@ +//To provide time current grading .
+clear
+clc;
+Isec1=4000/40;// secondary current(amps)
+PSM=100/5;// PSM if 100% setting is used
+Isec2=4000/40;
+PSM2=100/6.25;//PSM if setting used is 125%
+TMSb=.72/2.5;
+PSM1=5000/(6.25*40);
+to=2.2;
+tb=to*TMSb;
+PSMa=5000/(6.25*80);
+TMS=1.138/3;
+PSMa1=6000/(6.25*80);
+ta=(2.6*.379);
+mprintf("Actual operating time of realy at b=%.3f sec. \n",tb);
+mprintf("Actual operating time of realy at a=%.3f sec. \n",ta);
|