RSS SubjectsBlogs about "Loading"

Loading

Dynamic Loading
2009-09-04 20:08:00
hi to all i am working on a project in which i have to calculate the dynamic loading. this arrangement has a motor coupled with a pump, through helical gear and all this are resting on a structure made of ISMC channel. for this i need to calculate static loading as well as dynamic loading on the ba
Armature Loading
2009-09-04 13:27:00
I have a armeture of 5kw loading capacity & i want to give the load of 10kw is it possible, if yes then how.Which type of ckt or transformer is used please giving me the solution.
Quantity of nitrogen to be purged b4 loading MEG in vessels tank
2009-08-06 11:29:00
I would like to know about one thing reagarding the purging in tank, lets say the tank is 1000 cubic meter how many air changes are required to inert the tank with nitrogen,????
Pull Out Loading for Smooth Shank Nail
2009-07-07 22:47:00
Good Afternoon, Can anyone tell me what the Pull out load rating is for a 3 1/4" smooth shank nail with a .120" diamieter.
Sine Wave Generator Circuit - Loading Issue
2009-05-20 16:11:00
hi i had to generate three phase sinewaves of 20Vrms line to line voltage, 1.5 A/phase and 500 Hz. for this purpose, im first generating single phase from DC input. the single phase generating circuit is "LOW DISTORTION SINE WAVE OSCILLATOR" given in Application note of national se
loading transformer
2009-04-29 20:17:00
Dear all we have the power transformer rating of 2500kva. incoming voltage to transformer 11kv. secondary 415volts,3333amps. The present drawing current of our load is 3000amps(87%load on transformer). still my boss asking to add 110kw load (approximate drawing current:200amps). if i add this l
Loading Glass into a Furnace
2009-04-14 17:11:00
we base colour glass and put it in furnace at about 800C. which metal plate can be used for loading glass that is very smooth and does not precipitate so glass dont crack
600mm wide ladder type cable tray loading & support
2009-03-20 08:15:00
Can anyone give me the support span required for a standard 600mm wide prefabricated GI ladder type cable tray for certain (say 30 kg per meter etc) load. I couldn't find the information in web. Thanks
LPG Loading Automation System
2009-03-10 18:33:00
Dears; kindly I need your help to provide me with enough information about the LPG loading Automation System using mass flowmeter and attach them with some photos and illustrations. In addition to excellent manufacturer or vendors. Also, I need your support please to advice me tech
% loading of welding feeder
2009-01-22 12:47:00
How much we can load a transformer feeding weld shop. Weld shop contain both double phase / single phase / three phase jark load
about computing bod loading
2009-01-22 07:37:00
good day! i am a first timer pco and still on a learning process on the said position. in line with this i just want to know how will i compute for the bod loading of our wtp? as per lab test our bod conc. (mg/l) is 26.75. how about the bod loading? please help. thanks irein09
Down loading slideshow
2009-01-14 05:39:00
How can I down load slideshows from website.The website has not provided downloading facility and I can not save picture by right clicking.
what are the different loadings considered for the combined loading?
2008-12-23 08:49:00
what are the different loadings considered for the combined loading as per ASME SECTION VIII DIV. 2 ? How different loads are found out?
Beam Loading for Particle Board
2008-12-16 21:10:00
Can someone point me to a beam loading data sheet for particle board? I'm designing an 8'x4' table made of unistrut and 1" thick laminated particle board. The end user would like to avoid legs in the middle although is reluctant to define what equipment will go on it (max dead load). Therefore, I'd
shaft loading
2008-12-16 16:43:00
I have a shaft that spins between 5 and 350 rpm and would like to load it continuously using a wate dyno for its low cost. The facility has existing water plumbing/cooling tower. For this case, I need to spin the water dyno up to 1500-2500 rpm. I can buy multiple gearboxes that will increase th
loading and unloading mobile skid
2008-11-27 11:56:00
I am looking for temporary loading and unloading mobile skid that can be used to fill tankers with refined products (gasoline, diesel and kerosene) in case of emergency when existing truck loading skids are out of service. The skid shall be equipped with filter, pump, meter, isolation valves and loa
Off Loading TIVO recordings as digital signal to a computer
2008-11-26 04:58:00
I've a Samsung TIVO as part of my Direct TV satillite subscription. I love it! However, this unit only has provisions for offloading to a VHS tape deck, a technology that is old, analog and suffers from image degradation on translation from the original stored signal. There is a USB port o
Off Loading TIVO Recordings as a Digital Signal to a Computer
2008-11-26 04:58:00
I've a Samsung TIVO as part of my Direct TV satillite subscription. I love it! However, this unit only has provisions for offloading to a VHS tape deck, a technology that is old, analog and suffers from image degradation on translation from the original stored signal. There is a US
Truck loading position and speed sensor
2008-10-16 01:58:00
Hi All, First post...here goes!! I have an application where I must first position a truck under a loading chute, then calculate the trucks speed as it moves under the chute (loading). I proposed using 1 sensor in front of the truck to do both. This means finding a device with 25-35m
Rare Earth Magnets (The Effect Loading vs Degaussing)
2008-10-03 02:56:00
#1 I have read that pulsing like poles of permanent magnets across each other will induce a degaussing effect on the magnets involved and I have also read on magnet sales websites that rare earth magnets are naturally resistant to this and will normally recover in time. But if the degaussing puls
loading office 2003 into Vista OS
2008-09-11 17:19:00
I have a new laptop with Vista as the OS that I am trying to transfer my Office 2003 from my XP. it will load the programs but when i try to run them they wont start up. i am getting a "not compatible with OS message". is Windows Office 2003 compatable with Vista? if it is do i need any patch to mak
Lazy loading vs. pre-loading beans with Spring Framework
2008-09-09 14:16:00
Spring framework can instantiate and bind (called loading) related Java objects (called beans) according to a given configuration. An XML file can easily be used to define these bindings. Spring framework supports two different types of loading methods; lazy loading and pre-loading respectively managed by BeanFactory and ApplicationContext containers. Lazy LoadingA bean is loaded only when an instance of that Java class is requested by any other method or a class. org.springframework.beans.facto-ry.BeanFactory (and subclasses) container loads beans lazily. Following code snippet demonstrate lazy loading, concentrate on how "beans.xml" spring configuration file is loaded by BeanFactory container class.BeanFactory factory = new XmlBeanFactory( new InputStreamResource( new FileInputStream("beans.xml-"))); // 1Employee emp = (Employee) factory.getBean("employeeB-ean"); // 2Even though "beans.xml" configur...
Lazy loading vs. pre-loading beans with Spring Framework
2008-09-09 14:16:00
Spring framework can instantiate and bind (called loading) related Java objects (called beans) according to a given configuration. An XML file can easily be used to define these bindings. Spring framework supports two different types of loading methods; lazy loading and pre-loading respectively managed by BeanFactory and ApplicationContext containers. Lazy LoadingA bean is loaded only when an instance of that Java class is requested by any other method or a class. org.springframework.beans.facto-ry.BeanFactory (and subclasses) container loads beans lazily. Following code snippet demonstrate lazy loading, concentrate on how "beans.xml" spring configuration file is loaded by BeanFactory container class.BeanFactory factory = new XmlBeanFactory( new InputStreamResource( new FileInputStream("beans.xml-"))); // 1Employee emp = (Employee) factory.getBean("employeeB-ean"); // 2Even though "beans.xml" configur...
Lazy loading vs. pre-loading beans with Spring Framework
2008-09-09 14:16:00
Spring framework can instantiate and bind (called loading) related Java objects (called beans) according to a given configuration. An XML file can easily be used to define these bindings. Spring framework supports two different types of loading methods; lazy loading and pre-loading respectively managed by BeanFactory and ApplicationContext containers. Lazy LoadingA bean is loaded only when an instance of that Java class is requested by any other method or a class. org.springframework.beans.facto-ry.BeanFactory (and subclasses) container loads beans lazily. Following code snippet demonstrate lazy loading, concentrate on how "beans.xml" spring configuration file is loaded by BeanFactory container class.BeanFactory factory = new XmlBeanFactory( new InputStreamResource( new FileInputStream("beans.xml-"))); // 1Employee emp = (Employee) factory.getBean("employeeB-ean"); // 2Even though "beans.xml" configur...
Lazy loading vs. pre-loading beans with Spring Framework
2008-09-09 14:16:00
Spring framework can instantiate and bind (called loading) related Java objects (called beans) according to a given configuration. An XML file can easily be used to define these bindings. Spring framework supports two different types of loading methods; lazy loading and pre-loading respectively managed by BeanFactory and ApplicationContext containers. Lazy LoadingA bean is loaded only when an instance of that Java class is requested by any other method or a class. org.springframework.beans.facto-ry.BeanFactory (and subclasses) container loads beans lazily. Following code snippet demonstrate lazy loading, concentrate on how "beans.xml" spring configuration file is loaded by BeanFactory container class.BeanFactory factory = new XmlBeanFactory( new InputStreamResource( new FileInputStream("beans.xml-"))); // 1Employee emp = (Employee) factory.getBean("employeeB-ean"); // 2Even though "beans.xml" configur...
Lazy loading vs. pre-loading beans with Spring Framework
2008-09-09 14:16:00
Spring framework can instantiate and bind (called loading) related Java objects (called beans) according to a given configuration. An XML file can easily be used to define these bindings. Spring framework supports two different types of loading methods; lazy loading and pre-loading respectively managed by BeanFactory and ApplicationContext containers. Lazy LoadingA bean is loaded only when an instance of that Java class is requested by any other method or a class. org.springframework.beans.facto-ry.BeanFactory (and subclasses) container loads beans lazily. Following code snippet demonstrate lazy loading, concentrate on how "beans.xml" spring configuration file is loaded by BeanFactory container class.BeanFactory factory = new XmlBeanFactory( new InputStreamResource( new FileInputStream("beans.xml-"))); // 1Employee emp = (Employee) factory.getBean("employeeB-ean"); // 2Even though "beans.xml" configur...
I saw Treasury Secretary Paulson loading his bailout bazooka; He?s pointing
2008-09-06 22:11:00
On 13 July 2008, Treasury Secretary Hank Paulson promulgated his proposal for increased government power to quell market angst over the solvency, liquidity, and credit of the mortgage securitization giants, Fannie Mae and Freddie Mac. It was the shot heard ’round the world–a self-inflicted shot to the head, that is. Paulson’s plan allowed expanded lending ...
IE7 Respond Slow And Cause Web Page Can't Loading Quickly ? You Can Try Thi
2008-08-28 09:00:00
Are you using IE7 and felt that web page loading is quite slow compare with IE6 ?Below having few tips that can help you to made your IE7 web page quick loaded.Microsoft released a update ( KB 928089 ) resolves a performance issue with the Phishing Filter. When visiting certain web pages, the Phishing Filter may increase CPU usage while evaluating the page contents and the system may become slow to respond and loading slowly.Please visit Microsoft website download KB928089 update.Open up IE7 web browser,then select 'Tool' and 'Internet Options'.Then selected 'Advance' and scroll down to 'Underline links' item,put uncheck 'use smooth scrolling'.Then scroll down again to 'Multimedia' item,put uncheck again to 'Unable automatic image resizing' .After completed all the setting above,you need to restart IE7.How is it ? Is it loading quickly ?If you have another tips how to made IE7 loading quickly,please share with us.copyright of WongSK Blog
can u solve this(dc loading)1
2008-08-25 17:12:00
friends, I clearly want to ask that if we have 3 phase alternator of rating 3MW , 440V to feed load of 3MW (not consider single load it might be combination of many equipment total of which is 3MW), now some how same alternator have to connect to DC load(after disconnecting from previous circui
Can You Solve This (DC Loading)1
2008-08-25 17:12:00
friends, I clearly want to ask that if we have 3 phase alternator of rating 3MW , 440V to feed load of 3MW (not consider single load it might be combination of many equipment total of which is 3MW), now some how same alternator have to connect to DC load(after disconnecting from previous ci
DC Loading and Alternator Efficiency
2008-08-21 20:23:00
hi, will u tell me with what percent efficiency of alternator decrease if it loaded with dc load. don't surprise we will first use rectifier. so, if alternator fed dc load how much will be the efficiency and what will be the derating factors for the same....
Loading Information %1
2008-06-08 18:50:00
öncelikle s.a.beyler biz ark ile private serverda oyn?yoruz neyse kolluk felan yakt?k ertesi gün clandan kimse giremior %1de donuor ben bi ara bi girdim hep girme baslad? ama knight i kackere silip yükledi?imizi hat?lam?orum bunun neden ni nedir cözümü varm? yard?mc? olabilecek biri varm? acaba?
Loading Character %99
2008-06-06 17:45:00
Belki cok duydunuz bunu ama cözemedim bunuoyunu cok rahat ac?om servera g?r?om object falan heps? doluo tam enson character datada dolu %99 da kal?o :S Yard?m please cok sey dened?m yard?m pls
Loading flammable liquids and fire protection standards
2008-06-06 00:11:00
Dear Engineers, I'm about to take on a new project of constructing a tank car loading rack, with the load being fuels or other flammable liquids. Can someone help me find any fire protection standards/measures for the loading procedure? Foam/Water based
problem loading
2008-06-05 09:35:00
i keep trying all kinds to load it in and still having problems and i have the disc, what can i do to make it work on my computer and for your info my computer is a windows vista basic?
By: Fixya.com
Uganda: Taxi Loading Fees Abolished Again
2008-06-03 13:08:00
TAXI loading fees imposed by the Uganda Taxi Operators and Drivers Association (UTODA) have been abolished again. (...)
By: Taxi Blog
game not loading
2008-06-03 02:32:00
I have reset the default settings, removed the battery then replace it, and the games still says can read disc. Any solutions?
By: Fixya.com
Pc shut dowm just before loading desktop
2008-05-29 22:44:00
This pc stays on during the installation of windows xp home or even with xp pro everthing looks ok until it is time to boot up to the desktop then shuts down, not reboot, I have to press the on button to get it started again.I have tried many different combonations of memory.many different harddrive
figidaire front loading dryer
2008-05-28 01:29:00
all lights flashing on the power row, dryer won't start
By: Fixya.com
Paper is not loading
2008-05-27 19:40:00
My Printer is not taking in the paper when i click print. I reloaded the printer but same problem. I check the cable same problem. I check inside to see if any thing is blocking it but notthing i need some help.
By: Fixya.com
ECONOMIC LOADING OF TRANSFORMER
2008-05-22 14:19:00
I WILL LIKE TO FIND OUT HOW TRANSFORMERS ARE ECONOMICALLY LOADED. AT WHAT PERCENTAGE WILL A TRANSFORMER BE ECONOMICALLY LOADED? WHAT ARE THE EFFECTS OF ECONOMIC LOADING OF TRANSFORMER? ALSO HELP ME WITH LOSS OF LIFE WITH RESPECT TO TRANSFORMERS
Gmail now includes loading bar
2008-05-17 19:19:00
Every morning, the first thing I do is to check my email when I go online. I do not leave my PC on for the night as I want to save energy. Today, when logging into Gmail, I saw a little difference on the screen than before. Google had added a little loading bar on ...
New Gmail Loading Interface for Slow Connection
2008-05-17 16:40:00
Life Rocks! 2.0 – Google has rolled out a new Gmail loading interface for slow Internet connections. With this feature, Gmail gives you an option to switch from standard view to the basic HTML view if you are browsing with a slow Internet connection. The option to select the mail view can be found in the right hand bottom ... read more
Gmail?s Loading Bar, Cool!
2008-05-17 08:13:00
Now this is good. I often have problem on accessing my mailbox on Gmail, mostly are because the loading is too slow, and end up with an error page saying that I can only access the classic old non AJAX Gmail. I have no idea if they made improvement with their system or not, but ...
Orkut profile or picture not loading correctly redirecting error
2008-05-15 01:00:00
If your friends don’t see your updated profile name or photo, or Facing Redirecting error in whie opening orkut or gmail you should make sure they’ve recently cleared their cache and cookies. Sometimes updates can take a few days (or longer) to appear. Orkut is unable to help you make updates to a particular ...
Problem with my Archos loading up
2008-05-14 13:00:00
When switched on my archos just stays on the boot up screen.
By: Fixya.com
new cpu not loading...
2008-05-14 00:58:00
got amd2600 upgrade from 2500 comp loads no display, using dual displays
By: Fixya.com
I just bought a Zune . . . but am having problems loading music already on
2008-05-12 11:07:00
The only album that shows up is one that I bought & downloaded from ITUNES. I have about 100 cd's that I loaded onto my laptop, but now I get an error message stating that they are protected or something. My husband had a ZUne he bought last year, and was able to ...
Loading my samsung camera.
2008-05-11 00:34:00
I have a new intel vista laptop and it wont accept my digimax A503 camera.Can you advice me as to what I can do.
By: Fixya.com
Loading Efect Data %? Donuyor
2008-05-02 15:38:00
Karakter gözüküp start'a bast?ktan sonra hemen Loading Efect Data doluyo bilirsiniz. ama Her ne hikmetse Bende %40 a gelmeden bazen %20 bazen %30 tak?l?yor. Bu neden olabilir ?
81105 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2009 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker