summaryrefslogtreecommitdiff
path: root/1418/CH26/EX26.34
diff options
context:
space:
mode:
Diffstat (limited to '1418/CH26/EX26.34')
-rw-r--r--1418/CH26/EX26.34/EX26_34.jpgbin0 -> 100419 bytes
-rw-r--r--1418/CH26/EX26.34/EX26_34.sce12
2 files changed, 12 insertions, 0 deletions
diff --git a/1418/CH26/EX26.34/EX26_34.jpg b/1418/CH26/EX26.34/EX26_34.jpg
new file mode 100644
index 000000000..d1cb4b424
--- /dev/null
+++ b/1418/CH26/EX26.34/EX26_34.jpg
Binary files differ
diff --git a/1418/CH26/EX26.34/EX26_34.sce b/1418/CH26/EX26.34/EX26_34.sce
new file mode 100644
index 000000000..61090457d
--- /dev/null
+++ b/1418/CH26/EX26.34/EX26_34.sce
@@ -0,0 +1,12 @@
+//EXAMPLE 26.34
+//4-POLE LAP WOUND DC MACHINE
+
+clc;
+funcprot(0);
+
+//Variable Initialisation
+Ra=0.15;...........//Armature resistance in Ohms
+P=4;..............//Number of poles
+Al=P;...............//Number of parallel paths if generator is lap wound
+Ral=Al*Ra;............//Armature resistance if generator is wave wound
+disp(Ral,"Armature resistance if generator is wave wound in Ohms:");