Generator var import and export

  • Thread starter Pr0t0typ3
  • Start date
  • Tags
    Generator
In summary, the switchboard has protections set up for high voltage, var import, var export, reverse power, etc. The generator is energized and connected to the switchboard. Bassalisk and I talk our way through pictures to understand the magnetic flux. Unfortunately the links to the animations no longer work.
  • #1
Pr0t0typ3
2
0
Hi.

I'm working with this, so I should actually know this already, but... :P

I'm just not sure how this actually works.
Googled a little and found this forum with a good thread https://www.physicsforums.com/showthread.php?p=3973084
But for me, this is too much math. Can someone explain this a little easier for me? Almost i laymen term?

In the switchboard I have DEIF protections (PPU3/GPU3), which I set up the protections for high voltage, var import, var export, reverse power etc.. I would really like to have a better understanding of what I do instead of doing it the way I do now. I have a "recipe" on how to set up the protections for this, but this is not telling me what I actually do :P
Since the drawings I work with is copyrighted, I can't upload this, but I guess it is the same more or less all over the world...?

The generators are energized (excitation), I got voltage, and I connect it to the switchboard... Setting up a PPU3 og GPU3 is not so difficult, but it would be nice to know some more when I get specific problems with for example loss of sensing to the AVR...

We use mostly DECS-100 for AVR with either, PPU3 (paralell protection unit) or GPU3 (generator protection unit)..
 
Engineering news on Phys.org
  • #2
i don't know a thing about your model numbers

you haven't said whether you understand the magnetic circuit in an alternator.
and that's the key to understanding how they behave in parallel.
perhaps you'd post a picture of one , and ask some questions to guide the discussion?

Usual teaching practice is to jump immediately to phasor diagrams
but what Bassalisk and i did in that link you referenced is talk our way through some pictures he had, to paint a mental image of the magnetic flux from which the formulas naturally come.

unfortunately the links to them now give "not found" error.

In my day Basler was a friendly helpful outfit. I once called them and explained i was maintaining some of their equipment, and they sent me a package of helpful "how it works" info. Mind you that was ca 1975 and it was magnetic amplifier voltage reulators... try it and see if they're still the same friendly midwesterners they were then.

there's two 'next steps'

old jim
 
  • #3
Well... Probably not in the same way you do. I'm more practical than theoretical you could say.

I mainly work on the switchboard, and not the generator. But it is in the switchboard I need to set up the protections and therefor I want to understand this a little more.
Had a Service Engineer from Basler with me once, but the AVR is not something i normally configure..


DECS-100:
http://www.basler.com/html/rscdecs100.html

GPU3:
http://www.deif.com/Default.aspx?id=15904&productID=PROD2176

PPU3:
http://www.deif.com/Default.aspx?id=15904&productID=PROD2097
 

FAQ: Generator var import and export

What is a generator var?

A generator var is a variable that is used in a generator function in JavaScript. It is used to create an iterable object that can be used to generate a sequence of values.

How do I import a generator var?

To import a generator var, you can use the import keyword followed by the name of the var, as well as the path to the file where the var is defined. For example: import { myVar } from './myFile.js';

Can a generator var be exported?

Yes, a generator var can be exported from a file using the export keyword. This allows the var to be used in other files where it is imported.

What is the difference between importing and exporting a generator var?

The main difference is the direction of the data flow. When importing a generator var, you are bringing it into your current file to use. When exporting a generator var, you are making it available for other files to use.

Why would I use a generator var?

A generator var is useful for creating efficient and concise code. It allows you to generate a sequence of values without having to store them all in memory at once. This can be especially helpful when dealing with large datasets or infinite sequences.

Similar threads

Replies
4
Views
2K
Replies
4
Views
2K
Replies
7
Views
3K
Replies
19
Views
2K
Replies
11
Views
14K
Back
Top