Thứ Năm, 4 tháng 1, 2018

Auto news on Youtube Jan 4 2018

>> Hey, friends. I'm Scott Hansen,

and it's Azure Friday. I'm here, with Christian Wade.

We are going to be talking about Azure Analysis Services.

Some new features like AutoScale.

Thanks, for coming back.

>> Thanks, Scott.

I'm excited to be here.

Thank you very much for having me back.

>> Absolutely. My pleasure. So, last time you showed me

some cool things that you did with

a huge data set of taxi data.

>> Yes.

>> I mean, you could use that again.

>> Yes. So, what I'm going to do is,

I'm going to show the user experience using

the taxi data set. Just very briefly.

Just to remind the viewers what Azure analysis is for.

And then will lead through to scale out.

But before we get there,

we'll look at diagnostic logging

in order to figure out that we need scale out.

>> And I would say as someone who would

be creating these kinds of reports,

I would prefer to think

about scaling as little as possible.

It sounds like that's your goal as well.

>> Absolutely. So, we'll start

here with the user experience.

This is the new taxi data set.

Each row in this trip table represents

an individual taxi ride across a ten year period.

This trip countermeasure gives

us the count of all the rides I'm

going to cagily drag it onto the canvas and bang.

This is over 10 billion rows.

This is about nine terabytes of data.

Last time I came here, it was two billion,

now it's 10 billion.

Every time I come here,

it's going to exponentially increase.

Anyway, so 10 billion,

nine terabytes of data, instant gratification.

If I want to see revenue per trip, for example,

and then break it out by zip code,

I just get instant response times.

It's so seamless.

And then, of course, we can visualize this on a map.

Latitude, longitude, and revenue

just spread like this a little bit bigger.

And there we go,

there we have all the pickup locations in New York.

Just instant, click it,

click it, drag it, drop it.

Direct analysis of a massive data set.

>> But it seems impossibly fast.

And you're saying that we might need to scale this.

It's already 10 billion rows.

It's already super fast.

>> Yes. So, there are some cases

where you might want to scale out to

replicas to support

maybe hundreds or thousands of concurrent users,

for example, or whilst

where loading these massive data sets.

We want to take that sort of out of

the query pool so that we don't affect users.

>> Okay. So, then the need for scale is not

just or maybe less about the size of the data set,

10 billion 20 billion,

and more about the number of

people who are interested in that data set.

>> Absolutely.

>> So, right now, there's one person, you,

looking at this data set on your servers.

>> Yes.

>> But if you run a company that has a bunch of analysts,

you might have 1,000 people looking at the data set.

>> That's exactly right.

And as you, saw the queries return very fast.

So, we actually support a lot of

concurrent users given the queries are so fast.

But there will obviously,

be a threshold somewhere where you have

advanced analyst that is submitting advance queries.

>> Okay. So, then it is identifying

that threshold and then dealing with it gracefully,

that is the point.

>> That is the point.

>> All right.

>> Absolutely. So, I'm going to switch over to

a diagnostic log and show you how we

would set up diagnostic logging,

to help us figure out we need scale out.

So, here, I'm in

the Azure Analysis Services server in the Azure portal.

And I'm going to scroll down

to the diagnostic logs section,

and I can simply click add diagnostic setting.

I already created one earlier.

>> It's interesting to point out if I may,

that diagnostic logs icon,

the diagnostic logs pane looks very familiar.

It's the one that I use when I do websites.

>> It's exactly the same one.

So, we get all of

the Azure diagnostic logging data across

the customer architecture on

Azure in one place, pre-integrated.

This was one of the real challenges

when doing this on-premises.

It wasn't even integrated

with the performance council data,

let alone the data from

the rest of the custom architecture.

>> So, because Azure has

diagnostic logging, for lack of a better word,

as a service,

you the analysis services team

in the Cloud were able to enlist in their service.

>> That's what we did.

>> And since I already know how to use

diagnostic logging, I know how to do it now.

>> Absolutely. And it's like we're

taking all the credit and this was all pre-built for us.

All we did was hook into the pipeline and that was it.

>> And then I as the developer,

get to take credit as well

because a new LEGO brick has shown up.

>> A new LEGO brick has arrived.

>> Very cool.

>> So, here we are and we can now

put to storage accounts,

as you and others are already familiar with.

To event hub wide integration with big data systems.

I like Log Analytics a lot. That's what I'm using.

So, I've hooked it up to Log Analytics,

I'll show that in just a moment.

And we can output engine events.

So, these are the most useful SQL server

service analysis extended events.

Service events are things like,

scale up, downpours resume.

And metrics gives us the performance counter data, right?

And it's integrated in one place.

Now, I'll quickly point out that this was

quite a lot of work to set up on Premises traditionally.

You would have to use SQL server,

extended event session management to output to

an Excel file which was a proprietary binary format.

You'd used special system functions to

access that data in SQL server

which would output in XML format.

You would do complex parsing of it. It was a lot of work.

And it wasn't pre-integrated as we said.

So, here, this is much simpler.

>> I was talking with a friend recently

about the idea that the Cloud

has taken the second page of my resume,

and turned it into a checkbox.

>> Absolutely.

>> That's why it feels like.

Everything is just a little checkbox.

>> So, I can either embrace it

or I can feel bad about it.

But I choose to embrace it.

So, you click that button,

page two of your resume is gone.

>> You can embrace it.

Just click the checkbox and take the credit.

>> There you go. Nothing wrong with that.

>> Absolutely.

So, I've hooked this up.

Now, I'm going to switch over

to Log Analytics which we can access here.

It's just a resource here in the Azure portal,

as you can see.

And I've already selected my work space,

I've clicked on Log Search,

and then here, I get all of the events.

So, Log Analytics has its own query language which

generates a query for me on the fly as

I interactively use the user interface.

So, now, I'm filtering on all of the events

that are either the engine events or the service events.

And one of the things I really like about this is that

we can save our own queries.

So, for example, I've got a bunch of queries here.

Some scale-up queries,

some slow queries being submitted to the server.

But the thing that probably unlocks this

the most for business intelligence professionals,

because really, I'm touching just the tip of the iceberg.

There's a whole appraises management suite et cetera.

But this little Power BI button allows me to download

a simple little text file with

an M expression that I can copy and

paste into Power BI desktop,

and now, I'm really at home

as a business intelligence professional.

So here, I've brought some events through.

>> So, I think we just had an inception moment.

>> Absolutely.

>> Are you using Power BI desktop

to manage your Power BI desktop?

>> Of course. Absolutely.

>> I should know.

>> Absolutely.

>> So, it's just another business intelligence system.

I want to know which users are using my system.

What data are they using?

What's the health of my system?

There's so much insight I can gain about my system.

>> What better tool for a data analyst to do than

>> It fits the bill perfectly.

Absolutely. So, this is

an S4 server which has 400 Query processing units,

which is an abstraction, of course.

It has up to 100 gigabytes of memory.

So, you can see it's doing okay on the memory.

It doesn't actually cross 70 gigabytes but the

QPU's are maxed out throughout

pretty much this whole hour of sample data.

And if we come down here,

we can see that I've got processing operations

which are data of refresh operations, right?

So, I've got these massive data sets

that I have to refresh.

And these are happening at

the same time as long-running queries.

These a long-running queries,

and there's a point on the line

for when the query finishes, right?

So, that suggesting that there is some contention between

data refresh and long-running query operations.

And so, if we come down to this one,

we can see the actual text of the logs,

we can actually look at the queries themselves.

And this query here happens to makes no sense whatsoever.

This is another thing that you can

monitor the queries being submitted to your server.

If there's like some crazy

that really doesn't make any sense,

you can figure out who was submitting these queries.

Actually, in this particular case,

this user didn't know what he was doing,

but in other cases, you could figure.

>> So, if I said, "Oh,

this is an order n squared thing. Stop doing that."

>> Absolutely. Who's submitting

this dumb query on my server?

Oh, actually, no.

That user doesn't know exactly what he's doing.

Anyway, the point being that you have

all of the information here.

And I've also got an error event here.

So, this error is a timeout that's caused specifically,

due to contention between

data refresh operations and queries.

I've got a long-running query,

the data refresh operation wants to take a look.

It waits 30 seconds,

and then it issues an error to the query.

So, in other words, this server

looks like a good candidate for scale-up.

>> I mean, it seems like there's a number of reasons,

as I'm speaking from a place of naivete,

it just seems to me that any extended QPU's there

>> There's something going on.

>> Contention as well.

>> Absolutely.

And this will help you get to the bottom of it.

>> Let me guess. A check box.

>> A checkbox indeed.

Of course. If it is not a checkbox, it's a slider box.

>> It's a slider box. I accept

the slider box as the answer to this question.

>> All right. So, in fact, let's take a look.

So, here we go back

to the Azure Analysis Services resource,

and now, we'll come up to the scale section.

I'll quickly point out that we can, of course,

scale up and down the SQL.

So, if I need some extra horsepower

maybe for just half an hour while I'm

loading a massive data

set at three o'clock in the morning, I can get it.

When I'm done, I scale it back down

again and the promise of the Cloud,

I only pay for what I actually

require is a beautiful thing, right?

And the same applies to not only scale up and down,

but also to scale out.

So, for scale out,

I can click here on replicas

and guess what it's just a simple slide of bars.

I can choose up to seven read-only replicas.

I can choose to separate

the prices and separate from the query pool which means

that I can perform those data refresh

operations without impacting queries.

>> And in this case, that appears

to be the primary issue, is that?

>> That is the primary issue in this particular case.

Yes. And I'll just point out that this kind of like

the diagnostic logging was

extremely expensive and time consuming to do on Premises.

Customers would have to set up

load balances instead of virtual directories.

I've run out of services, not to mention

the data copying to the replicas.

The data storage costs for large amounts of data.

This is now simple slider bar.

It's just a prime example of how

the Cloud is making our customers lives so much easier.

>> Is this available now?

>> This is available now.

It's generally available.

>> Fantastic. So, somebody out there

who's running analysis services just went to bed,

they woke up, and then there's

now a checkbox and a slider bar.

>> There's a checkbox and a slider bar, and

their life is much simpler.

>> Absolutely brilliant.

I am learning all about scaling up and

out Azure Analysis Services here on Azure Friday.

For more infomation >> Azure Friday | Azure Analysis Services Scale Out & Diagnostics - Duration: 12:18.

-------------------------------------------

Video Technology Extends Mental Healthcare Services - Duration: 2:27.

For more infomation >> Video Technology Extends Mental Healthcare Services - Duration: 2:27.

-------------------------------------------

Improving Kingston and Surbiton's train services - Ed Davey - Duration: 1:41.

Happy New Year although I fear if you're a commuter from one of the Royal

Borough's ten train stations you're not going to have a good new year

if December and November was anything to go by. The new train operator

South Western Railway has not been performing well at all. As a commuter

myself here from Surbiton, I've never had so many of my trains delayed and cancelled and

I know many of you have been suffering from the poor train services we've had

recently. That's why I've asked for an urgent meeting with the chief executive

of South Western Railway, that's next Tuesday at the House of Commons on the

9th of January, and I'll be putting to him your complaints and frankly mine as

well. But I also be raising the issue of the consultation of South Western

Railway on the new proposed timetable for December this year and that may sound

a long way off 9th December 2018 but they've got to decide the timetable

relatively soon and their consultation on the proposals was one of the worst

consultations I have ever seen. It was highly confusing and it didn't really

bring the improvements we've long argued for. Yes there were a few

improvements at the edges but we want to see major improvements to the trains

on the Chessington South branch line for example but they weren't forthcoming so

I'll be raising that timetable consultation with him.

In fact over this year I'm determined to do a lot of campaigning on trains and

train services and train stations in our area if you want to keep up to date with

that click on the link below or go and visit my Facebook page 'Edward Davey'.

Thank you and I hope you do have a happy new year and our railway transport

improves. Thank you.

For more infomation >> Improving Kingston and Surbiton's train services - Ed Davey - Duration: 1:41.

-------------------------------------------

Trumbull County Children Services recruiting foster parents - Duration: 0:40.

For more infomation >> Trumbull County Children Services recruiting foster parents - Duration: 0:40.

-------------------------------------------

Creating the Infrastructure Resources Required for Oracle Platform Services - Duration: 4:15.

Before you create Oracle PaaS instances on Oracle Cloud Infrastructure--uch as

Oracle Database Cloud Service or Oracle Java Cloud Service--you need to create

these resources to support those services:

A compartment;

a virtual cloud network

Permission for your platform services to use the virtual cloud network;

an object storage bucket;

a Swift password;

and, in some cases an API signing key.

Using my Oracle Cloud Infrastructure credentials, I'll sign in

to the Oracle cloud infrastructure dashboard.

Let's start by creating the compartment.

Working from the Oracle cloud infrastructure console

I'll first ensure that I've selected the correct region,

then I'll create the compartment.

I'll enter a name and a short description making note of the name as I

know I'll need it later in this procedure.

Now, I'll create the virtual cloud network,

which I'll refer to as the VCN.

The compartment I created, "myPaaScompartment",

appears in the "Create in Compartment" field.

I'll give my VCN a name and ensure that it's created along

with its related resources.

I want to be sure to note the name of each subnet I plan to use

for the Oracle PaaS instances.

And I'll create my Virtual Cloud Network.

Next, I want to grant permission for my platform services to

use the VC and I just created.

I'll grant permission from the policies tab,

first selecting the root compartment for my tenancy

and then start the policy creation process by clicking Create Policy.

I'll enter a name and description,

then I'll specify the definition of the verbs and resources I want the policy to

use. In this case, I want the policy to reflect future changes to the

definitions of these verbs and resources, so I want to keep the policy current.

Now, I'll enter the policy statements I want to use...

...one per line.

If you are creating these policies, you'd replace "myPaaScompartment"

with the name of the compartment you created

and then enter the remainder of each policy statement exactly as shown here

and create the policy.

Next I'll add an object storage bucket

where I can store backups and other artifacts for the JCS instance

I'll create later.

I'll start the creation process, ensuring that I'm creating the bucket in the right compartment.

I'll give the bucket a name and here, too, I want to make note

of this name as I'll need it when I create my PaaS services.

Because I also plan to create a Database service, I'll need to

create another bucket for its artifacts.

Now, I'll generate the Swift password.

A Swift password allows an Oracle platform

service to authenticate with the Oracle cloud Infrastructure object storage service .

It's created for the user who created the bucket all I need to do here

is enter a description for the password and generate the password.

I'll want to copy and store the password because I know I'll need it later.

Some services--such as Oracle Big Data Cloud Service--require,

in addition to the prerequisites demonstrated here,

that an API signing key be generated before their users

can start provisioning platform service instances.

For more information on this process see the Oracle Cloud Infrastructure document

"How to Generate an API Signing Key".

Thank you for viewing "Creating Infrastructure Resources Required for Oracle Platform Services"

With these resources in place, we can now provision any Oracle PaaS service

such as Oracle Database Cloud Service or Oracle Java Cloud Service.

In this demonstration, we'll next create a Database Cloud Service deployment.

please watch this video.

For more infomation >> Creating the Infrastructure Resources Required for Oracle Platform Services - Duration: 4:15.

-------------------------------------------

CNC Retrofit Service - Peiffer Machine Services - Duration: 1:09.

Sometime you need your machines to simply do more

in order to achieve greater productivity,

higher levels of precision,

or make better quality parts in less time

At far less than the purchase price of a new machine,

a Peiffer CNC control retrofit provides a truly workable solution.

We start with a whole machine assesment,

fully inspecting mechanical, electrical, hydraulic, and pneumatic components.

You can expect full panel building and rewiring,

complete retrofit integration,

and follow up training and documentation.

As a FANUC authorized CNC systems integrator,

our team has the depth of experience

and access to the world's leading control systems

to insure your retrofitted machine

delivers new levels of productivity for your operation.

Greater accuracy, higher repeatability, and better part quality.

Put the Peiffer expertise to work on your retrofit project today.

For more infomation >> CNC Retrofit Service - Peiffer Machine Services - Duration: 1:09.

-------------------------------------------

Jobs finden & bewerben - Überblick | Volkswagen Group Services Karriereportal - Duration: 1:36.

For more infomation >> Jobs finden & bewerben - Überblick | Volkswagen Group Services Karriereportal - Duration: 1:36.

-------------------------------------------

Drain Repair Services From Drain Masters LLC - Duration: 0:31.

A clogged sink or drain can be caused by any number of problems.

At Drain Masters LLC, we specialize in drain repair and cleaning services.

Our advanced equipment, including power snakes and high-pressure jetting, allows us to get

to the root of the problem and create a long-term solution.

Our plumbers can also replace old sump pumps and pipes during bathroom and kitchen remodels.

Visit our website to schedule a free estimate today.

For more infomation >> Drain Repair Services From Drain Masters LLC - Duration: 0:31.

-------------------------------------------

10 Services gratuits à bord de l'avion que tu ne connaissais pas - Duration: 4:26.

For more infomation >> 10 Services gratuits à bord de l'avion que tu ne connaissais pas - Duration: 4:26.

-------------------------------------------

01/02/18 Council Committees: Health, Hospitals, and Social Services - Duration: 10:53.

For more infomation >> 01/02/18 Council Committees: Health, Hospitals, and Social Services - Duration: 10:53.

-------------------------------------------

Best Free VPN For Windows 10 : Top 5 Free VPN Services For Windows 10 - Duration: 3:08.

Best Free VPN For Windows 10 : Top 5 Free VPN Services For Windows 10

For more infomation >> Best Free VPN For Windows 10 : Top 5 Free VPN Services For Windows 10 - Duration: 3:08.

-------------------------------------------

Ancillary Services Dec. 2017 - Duration: 24:17.

Closed Captions Provided

Welcome to this tutorial about ancillary services. It was put together as a learning

exercise to build experience with electricity wholesale markets.

This is the 3rd in a series about CAISO basics. In videos one and two, concepts such as

unit commitment AKA pre-dispatch and real-time dispatch were introduced.

References for this video can be located below the video window in the 'show more' section. The term Ancillary Services is used to refer to a

variety of operations, beyond generation and transmission, that are required to maintain grid stability and security.

In simplest terms, a generator, battery, or other resource holds back all or a portion of its capacity.

This capacity, which cannot otherwise be sold or used, is valued in a market administered by the independent system operator.

If you dislike listening to the computer's text-to- speech, you may mute the sound and enable closed captions.

Electricity consumption AKA Load is time varying.

Consumers turn on and off their electric appliances independently.

From a systems point of view, some aspects of consumption are random.

Other aspects of consumption trend with changes in time of day, with warmer or cooler temperatures, with seasons of the year..

The real world of Power Systems can be unpredictable.

Because stuff happens, the ISO uses A/S to keep the system balanced and stable.

The ISO cannot foresee and avoid every type of event that could impact the grid.

Given such uncertainty, A/S are an essential reliability tool.

Electricity cannot be easily stored like other commodities.

It is consumed at about the same moment it is generated.

And since the generation plants aren't near the end customer,

the electric grid is complex, relying on sophisticated computer systems & communications.

Experienced expert human operators oversee the technology and sometimes need to make a manual adjustments.

To maintain stability and avoid damaging equipment, generation must approximately

equal load, and voltage must be maintained within prescribed bounds.

Furthermore, the frequency of voltage needs to be maintained me a 60Hz.

This is true at thousands of Voltz down to tens of Voltz.

Power flows into and out of the ISO's balancing area, must be kept within limits.

And the ISO must adhere to NERC standards.

NERC published three brief instructional videos about reliability services..

If you haven't seen them yet

they help build some intuition about reliability of the Bulk Electric System.

You can pause the tutorial here, and visit the link below in the 'show more' section.

This site provides some general definitions:

It might be helpful to pause and read for moment.

Hurst and Kirby described A/S as those functions performed by electrical generating, transmission system, ..

System Control, and Distribution System Equipment, and People..

to support the basic services of generating capacity, energy supply, and power delivery.

So it's NOT the main product, Energy.

These are the side but essential products needed to support energy on the system.

There are 4 primary A/S in CAISO terminology:

1. regulation up (reg-up), 2. regulation down (reg-down), 3. spinning reserve (Spin), and 4. non- spinning reserve (non-spin).

Load Following and Voltage Control, including reactive services, can also be considered A/S.

Note there isn't a 1-to-1 relationship between and A/S and any single change in the Power System..

An A/S is deployed for an area, not for individual load or resource variability.

On this slide, we further detail why A/S are required..

To paraphrase Professor Daniel Kirschen's 2011 presentation, Load isn't totally predictable..

generators often don't faithfully follow dispatch, ..

generators aren't as flexible as needed to respond to market signals, ..

consequently demand cannot be fully met through the marketplace.

And what's produced by generators never perfectly matches the award that clears the associated market.

Control error occurs.

Different generation technologies vary in ability to follow instruction..

Additionally, every generation plant has its own physical limitations:

It has a maximum and minimum ramp rate in MW / Min.

Supply and Demand must balance across the entire Western Interconnection..

Excesses or deficits in one balancing area produce changes in tieline flows with neighboring balancing areas.

Load Following is a service provided by generators that change their supply output in response to changes in demand.

In this context, the demand we're talking about is 'Net Load'.

Net Load is the combination of electric demand from consumers and non-dispatchable generation.

Non-dispatchable generation is mostly supplied by rooftop solar.

During a given time period, Load can be thought of as the sum of three components:

1. a constant minimum level, called the 'base',

2. a 'trend',

Trend is a slope or change in demand over a period of time.

Think of the early evening hours, as customers return home from work, they turn on..

appliances and heat or cool their dwellings, and demand increases.

So it trends up.

A reverse trend would be in the morning when consumers leave their homes for work.

3. 'random' (fluctuations)

There are numerous reasons for small random changes to net load (load).

Those might include changes to weather and a building's HVAC responding, or changing cloud cover over rooftop solar.

Load Following is a service that primarily addresses the second component: Trending.

Generators get compensated for adjusting their output in response to a trend in net load.

In CAISO, a class of market participants called metered subsystems (MSS) can provide a Load Following A/S..

That's beyond the scope of this tutorial.

But you can read about it in the tariff.

CAISO also has a market product called the Flexible Ramping Products (FRP).

That's considered separate from A/S and is not covered in this tutorial.

Regulation addresses the 3rd load component:

The 'random' component (fluctuations).

Paraphrasing Prof. Kirschen: regulation is a necessary service because of the random component of load..

a portion of the load (demand) will always be random, no matter how good forecasts are..

On the generation (or supply side), even generators following their production schedule..

don't exactly produce the megawatts scheduled.

Generators are physical real world objects, non-ideal.

No matter how well maintained or expertly operated generators are, actual production will not precisely match scheduled production.

The 'regulation' A/S is provided by the more flexible resources..

These resources can more faithfully respond to control signals..

through AGC..

They are equipped with a governor, or with similar capability provided through power electronics.

Note that improved invertor technology at newer renewable energy plants have the capability to provide the regulation A/S.

This is also true of Electric Storage Devices.

Technologies and market rules are evolving.

It is the stated goal of CAISO, other grid operators, and the FERC to enable..

participation of these newer resources in organized wholesale electricity markets.

To reiterate, regulation's mission is to compensate for fluctuations and supply and demand randomness, thus maintaining..

frequency near 60Hz and a balancing authority's interties at desired values.

Now that we've discussed A/S in the most general sense..

let's sharpen the focus to the CAISO balancing authority.

Here are some statements taken from CAISO.com:

A/S are procured in order to protect the grid in the event of a disturbance on the grid.

They are used to maintain grid reliability in accordance with reliability coordinator standards and good utility practice.

They are categorized into either regulation or operating reserves.

In the CAISO markets, the primary A/S products are regulation,

reg-up or reg-down; and operating reserves: spin and non-spin.

CAISO procures these primary A/S products in the DAM (or IFM) and in the RTM.

Regulation energy is used to control system frequency, which must be maintained very

narrowly around 60 hearts and varies as generators change their energy output

Resources providing regulation are certified by the ISO and must respond to control

signals to increase or decrease their operating levels, depending upon the need.

Spinning reserve is standby capacity from generation units already connected or

synchronized to the grid and that can deliver their energy in 10 minutes when dispatched

non-spinning reserve is capacity that can be synchronized to the grid and ramped to a specified load within 10 minutes.

Other A/S, such as voltage support and black start, are contracted for out-of-market as needed.

In the DA and RT timeframes, the CAISO operates a series of procedures and

markets that together comprise the CAISO markets processes..

as appropriate, the CAISO market's processes utilize transmission and security-constrained unit commitment and dispatch algorithms..

in conjunction with a base market model adjusted as described in tariff sections 27.5.1 and 27.5.6

To optimally commit, schedule, and dispatch resources, and determine marginal prices for energy, A/S, RUC capacity..

If you go to CAISO.com: navigate the participate tab, click on learning center, and then on the market's link, you can view a few..

view free computer based training videos to learn the basics of the day ahead and real time markets

Greater detail is available in the BPMs and tariff.

Again the topic of this tutorial is A/S.

The CAISO procures reg-up, reg-down, spin, and non-spin the DAM and RTM.

The Argonne National Laboratory in 2016 published a survey of A/S markets in the United States..

The survey provides a nice summary of CAISO processes involving A/S.

'In the CAISO market, all ancillary service bids may be accompanied by an energy bid in the Day-ahead market (DAM),..

and must be accompanied by an energy bid in the Real-time Market (RTM).

CAISO determines its ancillary service needs on the basis of an internal demand forecast, and obtains these ancillary services

either through self scheduling resources in its territory or through participation by resources in the CAISO A/S market.

A/S bids are evaluated simultaneously with energy bids in the Integrated Forward Market to clear bid-in supply and demand.

the IFM co-optimizes energy and A/S.

the capacity of the resource with energy and and A/S bids is optimally used to provide energy and/or it is reserved for

A/S provision in the form of A/S awards.

Contingency reserves, spinning reserves, and non-spinning reserves are procured in the DAM to meet 100% of the contingency reserve and

A/S requirement associated CFCF to satisfy current NERC standards.

If additional contingency reserves are necessary after the DAM, then they are purchased through the RTM.

Load serving entities (LSEs) in CAISO are required to procure A/S..

Either through self-provision or through purchase on the CAISO markets.

They can also bid excess A/S into the market.

Scheduling coordinators simultaneously submit bids to supply any or all-of-the-above products to the CAISO in conjunction with

their preferred day ahead and hour ahead schedules.

CAISO selects resources to provide A/S capacity based only on their capacity bid prices and deliverability.'

Now a few words about the real time markets. RTM, RTUC, ..

and RTF were detailed in tutorials one and two.

RTUC takes as inputs the load forecasts, supply bids, imports and exports, ..

the full network model, network constraints, and exceptional dispatch instructions.

RTUC performs computations and iteratively evaluates feasible solutions and optimizes.

It coordinates the startup, shutdown, and transitioning of generating resources to balance supply and demand within its BA.

RTUC is synonymous with the 15 minute market (FMM).

A/S can be procured on this horizon.

For real time dispatch, RTD, the time horizon is every 5 minutes..

Generation units aren't committed on this time horizon.

There exists a special mode of RTD: real time contingency dispatch, RTCD, that does involve A/S.

Contingency-only reserves can be activated and additional A/S can be procured.

Note that RTD only enters RTCD after a grid event has occurred.

More details are available in the real time dispatch tutorial.

A resource offering A/S in CAISO is defined by key attributes:

those attributes includes

its ramp rate in megawatt per minute,

its power factor (leading or lagging),

its maximum output in megawatt (real or reactive),

its minimum output in megawatt (rear or reactive),

its capability to respond immediately to CAISO's EMS control,

and its minimum duration providing the A/S.

The attributes for each resource are defined in the CAISO's Master File.

Additionally resources providing A/S must be certified to do so.

Providers must satisfy the communications,

control, and metering equipment requirements defined in the tariff.

Participating resources are subject to testing.

We know that reg-up, reg-down, spin, and non-spin are procured and awarded in the IFM and the RTM.

Voltage support, and Black start, are procured under contract and out of market.

Market participants, mainly scheduling coordinators, are allocated the costs of..

providing A/S based on their share of load and imports.

So the greater consumers of energy are responsible for a greater share of A/S costs.

We're talking mostly about LSEs.

LSEs may choose to self provide all or a portion of..

their A/S requirement subject to certification.

A/S marginal prices 'ASMPs' are determined by calculating the shadow prices for each A/S type.

and the applicable A/S regions.

We'll cover regions shortly..

The A/S shadow prices are produced as a result of the the co-optimization of energy and and A/S through..

the integrated forward market and the real time market, subject to resource, network, and requirement constraints..

A/S marginal prices, ASMPs, are produced as a result of the co-optimization

of energy and A/S for each A/S region.

They represent the marginal cost of providing an additional units of that service.

In supply shortage conditions, when co-opt failure and there isn't a well-defined ASMP, CAISO will..

will use scarcity reserve demand curves to set the administrative values for ASMPs.

settlement of A/S during a given market interval is set at the product quantity (MW)

quantity in megawatts multiplied by the ASMP in price per megawatt per time period.

As just mentioned ASMPs are determined by calculating the shadow prices for each A/S

type and the A/S regions and sub-regions.

The regions and sub-regions, defined in the tariff, are located relative to two critical transmission

critical transmission corridors: Path 15 & Path 26.

pictured figure left.

While a geographically detailed map of all ten ancillary services regions/sub-regions isn't available to this author, the figure right..

from CAISO.com and the table on the next slide, give you a general idea of their relative location.

For each region, the ISO determines how much of reg-up, reg-down, spin, and non-spin is needed to ensure the CAISO BA is able to

meet NERC and reliability coordinator requirements.

The tariff and BPMs go into detail on minimum ancillary service constraints for each region.

The BPM for Market Operations is a helpful reference.

CAISO maintains two Ancillary Service Regions and eight Ancillary Service Sub-Regions.

The two Ancillary Service Regions are the CAISO System Region and the CAISO Expanded System Region.

The CAISO Expanded System Region is defined as the entire CAISO balancing authority area plus all system

resources at scheduling points outside of the CAISO balancing authority area.

The CAISO System Region

is defined as the subset of certified resources defined in the CAISO Expanded System Region that are

located internal to the CAISO balancing authority area.

There are eight sub-regions, each of which may have its own minimum ancillary service

requirements based on system reliability conditions.

A number of factors influence how much of each ancillary service product is procured in each region.

Key factors are shown in this table.

They relate to transmission,

generation, and load.

Location, network topology, and forecasts play major roles.

The final chapter of this presentation will take us to the CAISO's OASIS (open access same time information system) to show how to obtain

some basic A/S award information.

At OASIS...

navigate to results,

take notice of the three market processes where A/S awards are available..

DAM, RTM, and HASP.

Recall that HASP is one of the real time pre dispatch processes..

Notice the two regions and eights sub-regions.

Notice the products types.

Notice how you can choose the dates to search for results.

An initial search was done for the DAM in all regions/sub-regions, and the results a for hour ending one through hour-ending 24 (HE01 - HE24)

A final search was done for the RTM. OASIS appears to be limited to interhour granularity and regional granularity.

This author doesn't have access to a scheduling coordinator's CMRI interface, where it is presumed

one could obtain detailed A/S award details for each certified resource.

Thanks for watching this tutorial about A/S

This was produced as a learning exercise. If you note any errors, please reach out to the author so he may learn and correct!

For more infomation >> Ancillary Services Dec. 2017 - Duration: 24:17.

-------------------------------------------

How to get the job as a dental assistant: Career Services | Manor Dental Assistant School - Duration: 0:31.

So I was still doing my externship, and I actually got a job so I was working and going to school.

It's actually pretty great. I think it was like a week after the program ended

That's whenever I got the job and the current job I have now already had before even graduation

This job that I have now they helped me because they actually sent me the application and everything it was amazing

They always there to answer all my questions, so I really appreciate them all. Thank you all for your help!

Không có nhận xét nào:

Đăng nhận xét