Previous in Forum: Shaded Pole Motor Speed   Next in Forum: Star Delta Winding Motor
Close
Close
Close
7 comments
Rate Comments: Nested
Participant

Join Date: Jan 2015
Posts: 3

How to Vary Load for Calculating Fault in DPL Script

01/23/2015 12:08 AM

This is my script.

!================initial for short circuit====================

int i;

double j;

string name;

set S;

object shc,L;

shc=GetCaseObject('ComShc');

shc:iopt_mde=iopt_mde; ! Method for fault condition

shc:iopt_allbus=iopt_allbus; ! Location of fault

shc:iopt_shc=iopt_shc; ! Fault type

! Short Circuit Terminal

!======== Load F1 veriable=====================

for (j=1;j<=10;j+=1)

{

S=AllRelevant('F1.ElmLod');

L=S.First();

L:plini=j;

shc.Execute();! Execute Short Circuit Command

}

Register to Reply
Pathfinder Tags: DPL script
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru
Technical Fields - Technical Writing - New Member Engineering Fields - Piping Design Engineering - New Member

Join Date: May 2009
Location: Richland, WA, USA
Posts: 21017
Good Answers: 795
#1

Re: How to vary Load for calculating fault in DPL script.

01/23/2015 1:19 AM

Have you found the fault yet?

__________________
In vino veritas; in cervisia carmen; in aqua E. coli.
Register to Reply
Participant

Join Date: Jan 2015
Posts: 3
#2
In reply to #1

Re: How to vary Load for calculating fault in DPL script.

01/23/2015 1:47 AM

Yes i have got a fault current but it does not change based on Load. In fact, it must change if a load is changed.

I have attached the Picture.

Thank you.

Register to Reply Off Topic (Score 5)
Guru
Technical Fields - Technical Writing - New Member Engineering Fields - Piping Design Engineering - New Member

Join Date: May 2009
Location: Richland, WA, USA
Posts: 21017
Good Answers: 795
#3
In reply to #2

Re: How to vary Load for calculating fault in DPL script.

01/23/2015 2:05 AM

I apologize for being somewhat facetious in my first comment. Most people will probably not want to wade through umpteen lines of code to find any bugs.

The spreadsheet picture is too small to read. However, in my limited experience, fault current is primarily dependent on the ability of a source to provide it, together with internal and conductor impedances; and much less so on the load. This may be why variations in load show little effect.

__________________
In vino veritas; in cervisia carmen; in aqua E. coli.
Register to Reply Off Topic (Score 5)
Participant

Join Date: Jan 2015
Posts: 3
#4
In reply to #3

Re: How to vary Load for calculating fault in DPL script.

01/23/2015 2:31 AM

Have you ever used Digsilent Program?I have a problem with a code in program.
CAN I HAVE YOUR EMAIL ADDRESS PLEASE?

Register to Reply Off Topic (Score 5)
Guru
Technical Fields - Technical Writing - New Member Engineering Fields - Piping Design Engineering - New Member

Join Date: May 2009
Location: Richland, WA, USA
Posts: 21017
Good Answers: 795
#5
In reply to #4

Re: How to vary Load for calculating fault in DPL script.

01/23/2015 2:39 AM

Sorry; I am not familiar with that, nor do I have the software to process it.

However, Digsilent should have some on-line help resources and/or user groups that could be helpful.

__________________
In vino veritas; in cervisia carmen; in aqua E. coli.
Register to Reply Off Topic (Score 5)
Guru

Join Date: Jul 2007
Location: Commissariat de Police, Nouvions, occupied France, 1942.
Posts: 2599
Good Answers: 77
#6

Re: How to vary Load for calculating fault in DPL script.

01/23/2015 3:07 AM

Nonsense. Fault currents don't pass through the load. That's why they are called "fault"!

__________________
Good moaning!
Register to Reply
Guru

Join Date: Nov 2007
Location: Eastern Arizona mountains on Route 666 about a mile from God's country
Posts: 1676
Good Answers: 122
#7
In reply to #6

Re: How to vary Load for calculating fault in DPL script.

01/23/2015 8:27 AM

Sorry but this statement is not correct wherein the fault is caused by the load device(s).

Example: Shorted or grounded motor windings are indeed a fault and massive current flows through the windings until the protective device clears the fault by disconnecting the faulted device from the system.

The length of time and the magnitude of current that flows through the faulted downstream device is determined by the number of cycles allowed to occur before relay operation is initiated.

__________________
They said; "Brain size?" I heard; "Train size?" so I said: "I'll take a small one, thank you."
Register to Reply
Register to Reply 7 comments
Copy to Clipboard

Users who posted comments:

Crabtree (1); Noptana (2); SHOCKHISCAN (1); Tornado (3)

Previous in Forum: Shaded Pole Motor Speed   Next in Forum: Star Delta Winding Motor

Advertisement