Where to put temp probe for system temp?

I just unpacked a thermaltake 80mm smart case fan. It came with a thermal probe(thermocouple) for temp control of the fan. If I wanted to control the fan with the system temp what would be a good place on the board to stick the probe or should I let it "hang" in mid air in the case to get this temp. Where is the sensor that SpeedFan uses to get the system temp. If that is inaccessible what is a good location?

Where do you place your system fan? You can put at the MOSFET area near to the CPU socket. That's one of the hottest place. Otherwise, just stab it behind your display card, that's also one of the hot spot.

Similar Messages

  • Urgent where i put this code for delete

    hi master
    sir this code is right for my requirment but when i put on_delete event system not respons or not delete record
    where i put this code for conditional deletion
    this is my code
    declare
         recno number;
    begin
    if :system.cursor_block='accbal' then
    delete accbal where accid=:chartofacc.accid;
         go_block('chartofacc');
         next_record;
    elsif :system.cursor_block='chartofacc' then
         select count(*) into recno from accbal where accid=:chartofacc.accid;
         if recno=0 then
         delete_record;
         go_block('chartofacc');
         previous_record;
         else
         message ('system found matching record then no delete master record');
         message ('system found matching record then no delete master record');
         end if;
    end if;
    end;
    please gide me which event i use
    thanking you
    aamir

    Hello,
    The ON-DELETE triger fires only after a COMMIT statment and only for those records that have been deleted in the block.
    Francois

  • OWSM: Where to put additional jars for a custom step

    I'm in the process of creating a custom step for OWSM. The step relies on some additional libraries that are not found on the server at the moment. Where do I put them so that my custom step will find them?
    I'd like to avoid packaging them into the steps jar file if possible.

    You can put anywhere and probably create shared library in your server.xml and import them in following shared libraries:
    oracle.wsm.policymanager
    oracle.wsm.gateway
    oracle.wsm.coreman
    oracle.wsm.ccore
    HTH,
    Chintan

  • Where does the logging happens for System.out.println

    Hello:
    I'm usingNetWeaver 2004sJava SP9 evaluation version. Added some System.out.println to the ejbs. Would like to know where to look for the logging details in this case.
    Thanks for your help,
    Ravi

    Hi,
      By default, if the setting has been done, then it appears in defaultTrace as mentioned. For configuration of it, refer to this link.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/db315878-0801-0010-928e-98c8283616d3
    Reward points if it helps.
    Regards,
    Vijai

  • Where to put .txt file for easy I/O

    Hi,
    I'm creating a program to run psychological experiments, and I want to make it easy for future researchers to change the lists of stimuli.
    I'm planning on having a set of .txt/.csv files containing the lists, which can be easily modified by anyone. My question is, where do I put them?
    My guess is the easiest solution would be to put them in the same folder as the .jar file, but not to actually include them in the .jar file, as this would make it difficult to edit. So how would I refer to the path name of the list in my program? And, when testing the program as it's being written, should I put the files in the /dist folder that NetBeans created?
    Second question: I want to find and load any and all txt files that may be in the folder (assuming this is where they will go). I won't know ahead of time how many lists there will be. What's the easiest way to do this?
    Thanks!

    Alright, two questions:
    1) To find the files, can I just use some modified form of
    String[] filenames;
              File f = new File(".");
              filenames = f.list();I assume that there's some way of doing the same thing one level up on the directory tree, and then selecting only those files that end in .csv? Is it preferable to use the method that was mentioned above?
    2) I'm still a little confused as to where the files should go. Here in NetBeans, when I use the command above it gives me everything in the very bottom folder, including /dist, /src and everything else in that folder, even though the .jar file itself is located in /dist.
    Is NetBeans not actually running the program from the .jar file?
    When I distribute the code, should I assume that the "File f = new File(".");" will give me everything in the folder where the .jar is sitting?
    [Edit: I've solved #2 myself -- sorry about that. The answer seems to be "yes" and "yes": when testing, I should put my .csv files in the bottom folder, when distributing, I should put them in the folder with the .jar file. I can't do it ahead of time, as NetBeans recreates the /dist folder each time the project is re-built.]
    Thanks!

  • 520: Where to put my docs for use by Office? By ...

    I am new to the Lumia 520.  I want to use it in offline mode, that is, without the internet or phone usage.  So - no Skydrive.
    I want to view and edit MS Office documents, such as Word and Excel files, that I have created on my desktop PC.  I can transfer these .DOC and .XLS files over the USB cable to the 520, using Windows Explorer.
    --> But when I try to put them in "Meda / Documents" on the phone I get the message that "the test.doc file type is not supported on this device...".  The same for .DOC, .XLS, .XLSX, .DOCX, .TXT.
    They will go into the "Data" folder but of course then Office can't find them.
    Note that I am able to put .JPG files into "Pictures", and .MP3 files into "Music".  But nothing into "Documents".
    Any help will be appreciated.
    Solved!
    Go to Solution.

    Are these documents generated by Microsoft Office 2010 or later?
    Have a look at PDF Reader: http://www.windowsphone.com/en-gb/store/app/pdf-reader/8f6154d6-1b70-431a-a579-b6a43477e837
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Where to put the code for dynamically change  dataprovider

    I have a table bound to dataprovider1 by default ( by the SJC ). In the same page, I also have a dataprovider2 which is for the same fields of the same table of dataprovider1. The only different is to put some criteria on one field ( like F_D1 = '5' ) so that one provider will show all rows, the other just some rows.
    The code to change the dataprovider is as follows :
    tableRowGroupWorksheet.setValueBinding("sourceData", getApplication().createValueBinding("#{WorksheetPage.dataprovider2}") );
    If I put this code into some button_action() and then I click that button, then the page displays the corresponding data just fine.
    But if I put this code in either preprocess or prerender, then things seems messed up : the number of pages is for data of dataprovider1, but when I click button Next of the table then it shows the number of pages of dataprovider2. ( I also try to put it in init but this does not help either ).
    I need this code to be run when this page is selected but right now it requires me to click on a button :(
    The reason I need it runs automatically is because of the logic generated from the previous page.
    Thanks for your advive,
    Vu

    After re-reading the life-cycles of JSF and the injected phases of SJC, I think I know why it does not work when the page is first called. In this case, AplyRequestValue phase is skipped therefore preprocess is never called. Also in this case, the component tree, with binding, validators, ... is only built in the Render Response phase and this phase is right after PreRender is called therefore the binding code I put in prerender is overwritten by Render Response.
    When using a button action, the component tree is already built and not rebuit under Render Response, therefore that code is not overwritten. Also in this case, preprocess is called so putting that code under either preprocess or prerender will work.
    Please correct me.
    Thanks,
    Vu

  • Where to put init code for static variables? (for UIImages)

    I know that static variables are sorta a global, is that how UIImage is usually stored? What is the convention to declare UIImage variables that exists throughout the lifetime of the app? Where is a good place to init it if I choose to use static variables?

    OK, in that case do something like this:
    MyClass.m
    #import "MyClass.h"
    static UIImage *classImage;
    @implementation MyClass {
    + (void)initialize {
    classImage = <whatever to load image>;
    Code like the above makes the 'classImage' variable work like a typical class variable. It is available to all instances of MyClass but is not visible to other classes. Like a 'private static' class variable in Java. Nothing goes in the header for this variable.
    The 'initialize' method is called once the first time anything ever references MyClass. Kind of like a static initializer in Java. Notice the use of '+' instead of '-' for the method. The '+' makes it a class method instead of an instance method.
    Does that help?
    Message was edited by: RickMaddy

  • Creative Web Cam Monitor - Where to put smtp info for email??

    I want my webcam to automatically email me the second somebody opens my computer door at home. the camara works great, the software works, only I can not find any place to put my email account information so that my smtp server can authenticate.

    I want my webcam to automatically email me the second somebody opens my computer door at home. the camara works great, the software works, only I can not find any place to put my email account information so that my smtp server can authenticate.

  • Where do i put plugin node for my printer and photoshop cs

    hello all. i have a question that has been vexing me for some time. where do i place the plugin nodes for my printer software and my photoshop cs? the printer is an epson r200. also, i need to place the scanner plugin for an epson stylus 3200 all-in-one printer. i have read the help library for each app, but haven't found where ot put them. thanks for your time and attntion, mcrat

    I have that printer...
    Maybe we can approach this differently? I haven't manually installed anything and the printer prints fine. To start, have you Added the printer using More Printers > Epson USB? That's how you use the epson driver. If that's not it, can you explain what isn't working?

  • Scratch Disc Full: Where are the temp files kept?

    Hi,
    I just tried to open a few of very large image files (9GB in total) and when I did I got the message "scratch discs full". Now I understand why that happened, but it seems to have eaten a whole load of disc space that wont come back. I've since closed photoshop, restarted my Mac, etc. but about 10 GB is still used up where it wasn't before. I can't locate any temp files anywhere (prefs only tells me the scratch disc is my Mac HD, not which folders it's in). Can anyone help me with this? Where are Ps temp files usually located on a Mac? I need those 10GB back!
    Mac OSX running Photoshop CS3
    Thank you!

    Hi again Chris (or anyone else who cares to contribute),
    My Mac's HD space continued to disappear and I have now, finally, located the cause (I think). I checked the system log (Stystem Profiler/Software/Logs/system.log) which was itself 4.5 GB in size (too large I think?). However, when I went to the file location (/var/log/system.log) I also noticed that the "asl" folder (in the same folder as the system log) was 20 GB in size!! Having read a few forum posts about similar issues, I took the risk of deleting both the system.log and the majority of files in the asl folder. This seems to have worked a treat (I now have 25GB returned to me).
    As I said in my original post, this all started happening when I opened a few very big Photoshop docs (ones with layers). Do you have any idea what caused / is causing this to happen? I haven't opened Photoshop since deleting the asl files, but new ones still seem to be appearing in the asl folder. They are tiny (100KB at most) but I'm a little concerned I haven't fixed the problem. Any suggestions?
    I can't see why new asl files would be appearing when I haven't even opened Photoshop.
    I'm running on OS 10.5.8
    Many thanks,
    Matt
    P.S. By the way, the size of the system.log seemed to be caused by a repeated message regarding RealPlayer, which I assume is unconnected, but I have included it below just in case (I've removed RealPlayer from my Mac to see if that helps, but the asl files still seem to be appearing):
    Jul 28 18:16:07 localhost RealPlayer Downloader[299]: Failed to create window context device
    Jul 28 18:16:09: --- last message repeated 1 time ---
    Jul 28 18:16:07 localhost RealPlayer Downloader[299]: _initWithWindowNumber: error creating graphics ctxt object for ctxt:0x1152b, window:0xffffffff
    Jul 28 18:16:07 localhost RealPlayer Downloader[299]: CGWindowContextCreate: failed to create context delegate.

  • This is less a question and more of a suggestion and I am not sure where to put it..... I would like an update that would allow you to have a tone for each individual email account

    I am not sure where to put this but I would like individual tones for all my email accounts

    Wonderful suggestion.
    You can give Apple feedback here > http://www.apple.com/feedback/
    Hop that helps

  • Where to find a driver for a seagate product or the operating system (OS) fails to recognize a seagate drive

    Where to find a driver for a seagate product or the operating system (OS) fails to recognize a seagate drive
    Name : Seagate Backup+ BL Media
              Type :           Disk
              Partition Map Scheme :           Master Boot Record
              Disk Identifier :           disk1
              Media Name :           Seagate Backup+ BL Media
              Media Type :           Generic
              Connection Bus :           USB
              USB Serial Number :           NA5B83S2
              Device Tree :           IODeviceTree:/PCI0@0/XHC1@14
              Writable :           Yes
              Ejectable :           Yes
              Location :           External
              Total Capacity :           1 TB (10,00,20,48,85,504 Bytes)
              Disk Number :           1
              Partition Number :           0
              S.M.A.R.T. Status :           Not Supported

    Seagate website.
    Why don't you reformat the drive in Disk Utility or Terminal. Screw that rubbish backup software on the seagate drive.

  • Where's the FREAKING manual for the DigitalLife Security System?

    Where is the printed documentation for the AT&T DigitalLife Security System?  The so-called on-line system is PATHETIC and UNUSABLE, as it is impossible to(a) get it to run at all and (b) has light gray TINY printing on a white screen, making it UTTERLY impossible for senior citizens like myself to read (when we can get it to appear at all). After all the time and money I've spent on this system, I WANT SOME DOCUMENTATION!
    Ed N 
    Galloway, Ohio

    Access Help is what you're looking for.
    \\ I do not respond to PM regarding individual tech support. Keep discussions in the forum for the benefit of others //

  • When i put my Mac for sleep it takes more time than normal ( 20 secs). Sometimes, coming back from sleep the system is not responding (freeze).

    When i put my Mac for sleep it takes more time than normal (>20 secs). Sometimes, coming back from sleep the system is not responding (freeze).

    Perform SMC and NVRAM resets:
    http://support.apple.com/en-us/HT201295
    http://support.apple.com/en-us/HT204063
    The try a safe boot:
    http://support.apple.com/en-us/HT201262
    Any change?
    Ciao.

Maybe you are looking for