I searched and searched (fuzzy logic 4)

Hello!
Right now i was reading for over an hour and i cannot find the right answer about fuzzy logic 4
I used live update to get the most recent drivers for my mobo msi 845 pe max2.
(just to be complete I have the HT option in the bios while having a P4 2.4Ghz, for those who want to know, bios 1.20).....
My problem:
I used the "auto" function in fuzzy-logic and waited 3 minutes, the FSB is boosted to 164. Than the system hangs and restarts. (thats normal right?) the cpu-temp is 64C when it hangs..
then after the reboot, nothing has changed and the fsb is back to 133???
What is wrong? how can i overclock my system with fuzzy logic??
Sander

I would NOT use Core-Center Either with your Board, as since it is a 845 Series, I dont Believe that you even have the "Core-Cell" Chip on your Motherboard ..I suggest that you use "Speed-Fan" as this seems to be the Utility that Most of the Members have Success with, and if you want a Utility to Overclock your FSB with, Download Clock-Generator, at http://www.cpuid.com  .....Sean REILLY875

Similar Messages

  • Fuzzy logic controller design

    Hi,
    Is it possible to configure the "Fuzzy Logic Controller Design" with sending a code in another language of programmation like C for exemple and without need to access each time using : Tools > Control Design and Simulation > Fuzzy Logic Controller Design  ?????????????????????????????????

    I assume you have 3 terms for each of your 3 parameters then, to get the 27 rules. If this is the case, going to the rule-base editor will bring up all 27 rules (the control designer automatically populates the rules list, so you don't even have to add additional rules to reach this number). Consequences, unlike rules however, are limited to 9. When I asked what you are using the controller before, perhaps I should have been more specific, as I was more curious as to whether or not you need singletons for your consequences? I am still having trouble imagining a situation where you need 27 *consequences*, unless perhaps they are singletons.
    That being said, I don't know of a way to use the fuzzy logic kit to create a controller with more than 9 consequences (27 rules are no problem). How familiar are you with the mathematics and principles behind the fuzzy logic controller? It's always possible to write your own code, and if you need any help, I'd be more than willing to help out.
    -Cory

  • Fuzzy Logic 3 & 4

    Please help. I have a K7T266 Pro R (MS6380). I loaded and tried Fuzzy Logic 3 then 4, with both of them giving me the same error:
     "Load Hardware Monitor NT Driver Fail!"
    If you have any ideas please post them. I am running a
    Athlon Tbird 1.4 with 768mb of DDR.

    If you have multiple desktops running on one logged on while you log onto another you will get that message.It will only function on one at a time.

  • MSI 648Max-L + Fuzzy Logic 4 = Freezeeee.....

    Dear all,
    I need your help.
    I have install Fuzzy Logic 4 on my PC but when I click DEFAULT or AUTO, my PC just Freeze..
    I have installed all lastest BIOS, MSI and SIS Driver which are downloaded from MSI website.
    Help.....
    P4 2.4B (533)
    MSI 648Max-L (MS-6585)
    512MB = 2 x 256MB Kingston PC2700 DDR333
    Maxtor 20GB 5400rpm ATA100 (PM)
    Western Digital 40GB 5400rpm ATA100 (PS)
    Asus DVD 16x ATA66(SM)
    Maxtor 20GB 5400rpm ATA100 (SS)
    Sound Blaster Live! Value (Disabled onboard sound)
    Altec Lansing 4100
    Asus V9180TD GeForece4 MX 440 64MB DDR with AGP 8x
    3Com 3c905c 10/100 NIC
    Symbios SCSI Card + Yahama CDRW 16 x 10 x 24
    Enlight 300W ATX Casing
    Windows XP Pro + SP1

    Quote
    Originally posted by NovJoe
    In this case, then I'll suggest you not use AUTO adjustment. Instead do manual adjustment by yourself, please kindly post your +3.3v, +5v and +12v rails as I need to see if they falls within +-0.3v to 0.5v for each rail.
    All the Best... :D!!!
    The rails are as follows:  
    +3.3v = 3.26v  (high=3.26  low=3.25)
    +5v = 5.11v  (high=5.11 low=5.08)
    +12v = 11.9v  (high=12.1 low=11.9)
    They are all within +-0.3v to 0.5v for each rail.  
    My Vcore = 1.44  (high=1.44  low=1.42)  This Vcore is way low compared to the 1.712 that icetea40r mentions his 645E Max U is running.  Is this my problem?  Do I just have my Vcore set way, way low?
    The motherboard is running Windows 2000 (Version 5.0, Service Pack 4).  Fuzzy Logic 4 will not display Memory voltage or AGP Voltage.  It displays “N/A” for both.  It displays the CPU voltage correctly.  
    The memory is Seitec 256 MB PC2700 DDR 333 MHz CL 2.5 (which I purchased as installed “house memory” when I purchased the motherboard.  The AGP slot is occupied by an ATI Radeon 9000 Pro.  The CPU is a 2.53 GHz Pentium 4 Northwood.  I have never successfully used Fuzzy Logic to adjust the system status or overclock the system.  I have uninstalled and reinstalled Fuzzy Logic but it still has the same problems.

  • Search engine with fuzzy logic

    Hi
    I'm currently designing an information system based on Oracle AS and DB.
    Customer wants to have possibility to have search results also containing db entries with not "exact" matching to a search criteria.
    That means I have to use some fuzzy logic search engine.
    Can you recommend me anything? Any experiences?
    Thanx,
    Ivan

    Have a look at,
    http://www.sreevideos.com/java/resources/servletsource.html
    You can find there the Search Engine implementation using servlets. The best I think is OSSearch at,
    http://www.nebulaos.com/ossearch/download.html
    You can download the documents and go thru them to get an Idea.
    Hope this helps.
    Sudha

  • Fuzzy logic and neural networks

    Hi,
    is there any package in Java which handles fuzzy logic and/or neural networks?
    (as in MATLAB, for example)
    thank you

    Google knows. Google knows all.
    http://www.google.com/search?q=java+fuzzy+logic+neural+net&sourceid=opera&num=0&ie=utf-8&oe=utf-8

  • Search Engine Logic using beans & JSP's design needed.

    I am developing a web app (using JSP, tags, beans, and SQL) that stores Electric utility customers info / data (like Account, meter read info & payments etc.) for retrieval based on search criteria input by the user(by acct, meter , meter location etc..). I need some kind of search engine to search the Customer information(data nearly 3 million records) that takes less than a minute.
    Right now I have developed the search engine using JSP's, The JSP's will get the info from resultset query of beans and formatting stuff is done in JSP's. But its very slow....some times it takes 5 to 10 minutes to fetch the results. So, now we have planned to move the "search logic" from JSP's to beans, hoping this will speed up the search engine performance.
    Does anyone know where I can get search engine logic using JSP, JavaBeans? , Please let me know is there discussion on this topic / sample code / links / books anywhere ?.
    I will really appreciate the help.
    Thanks,
    Donthy

    Hi,
    I think to export the logic to the beans will not help a lot, because the .jsp and the beans are compiled together to a servlet anyway. And so, it doesn`t really matter, where the logic has been befor, after compilation it will be in the servlet.. But to have java code logic in the bean and not in the jsp is a good idea anyway. It is always nice to have as few scriptlet code as possible, makes the application more readable..
    I think you should better have a closer look to the search logic, and the database. For such huge data amount, the Oracle database would be the best. And then let the database do as many of the search work as possible, because java is a little slow, and the database will be allways faster for this things of work..
    lexip

  • LabVIEW 2010 PID and Fuzzy Logic Toolkit

    Where can I download the evaluation software for the following:
    LabVIEW 2010 PID and Fuzzy Logic Toolkit
    Solved!
    Go to Solution.

    We only have the latest version available for download and evaluation from here
    I would suggest contacting your local sales representative and they can ship you a CD of the 2010 evaluation version via www.ni.com/ask
    Kind Regards,
    Rob 
    Applications Engineer

  • PID and Fuzzy Logic Toolkit for students

    As the thread title states.  I am a student running on the student version of labview.  I have a project I am working on that would greatly be benifitted by the PID and Fuzzy Logic Toolkit. Is there a way for students to get this without the $1000 price tag?
    Solved!
    Go to Solution.

    I would talk to your school and see if they have any sort of academic discount program in place. If not, you could contact your local Academic Field Sales Engineer, whom you can find here.

  • Fuzzy Logic 4 and MS-6368

    Hello, I have been unable to get Fuzzy Logic 4 to work with my MSI MS-6368 mothermoard, is this motherboard compatible with Fuzzy Logic 4?
    Thanks
    Ben

    I did it! Both programs are working now! Well, they start and give info   . I uninstalled both applications. After that I removed every line in the registry that had anything to do with the programs.
    I then installed the versions downloaded from the MSI site and after a restart the errors are gone.
    I have to agree with mistawiskas. Fuzzy Logic is a bad piece of software. Trying out other FSB settings in the CMOS works faster and easier. After the lockups created by FL (and very often no reboot as is meant to happen) the settings it suggested are gone.
    PC alert just does what it's meant to do. Though I've seen better programs for that.
    Martijn

  • Example of Neural Network and fuzzy logic with labVIEW

    Does anyone has any kind of examples of fuzzy logic and neural network built with LabVIEW?
    I am particulary interested in predicting machining outputs (cutting force, surface roughnes) starting from machining regimes (parameters such as depth of cut, speed etc.). However, any example would do ... 
    Thank you.

    Warm regards,
    Karunya R
    National Instruments
    Applications Engineer
    Attachments:
    Easy example851.vi ‏29 KB
    App example one851.vi ‏15 KB
    App example two851.vi ‏20 KB

  • Is to possible to control a motor by using fuzzy logic toolbox in Labview and motor interfaced with PIC microcontroller

    sir
     I am doing a  PG project on fuzy logic control of robotic arm,In this first i need to write a code in LABVIEW fuzzy toolbox and interface that that code with PIC where motor is connected and a tachogenerator should be connected to motor to send speed to LABVIEW through PIC microcontroller where ADC is inbuilt in it.
    Please help sir me whether  it is possible to do that ,if not tell me do i require any interfacing device  ,I am very new to labview 

    Now for this problem, Fuzzy can be easily used to control the plant. Here is the softwares that would help in this task:
    - LabVIEW Full Development System (FDS) 2009 or later - The is the LV version that allow you accessing the latest Fuzzy Logic develoment
    - LabVIEW PID and Fuzzy Logic Toolkit 2009 - This has PID and Fuzzy Logic functions available for you to develop your controller
    - LabVIEW Control Design and Simulation Module 2009 - This is a complete set of functions that allow you to simulate and develop advanced control applications. In your case, you probably will be using this module for simulation of the DC motor.
    Now, you also will need a way to read the encoder and control the voltage applied to the motor. You have several options from NI for that process. Probably a multi-function Board could help since they have digital counters and Analog Output signals. However, I can't recommend what would be best for this application, but the ideal platform is the CompactRIO platform for your application. They have a Real-Time controller and integrated Input/Output modules with signal conditioning that could allow you to directly drive the DC motor. I would advice to go to our webside (http://www.ni.com/compactrio/) and verify what this platform does. For this platform, you will also need the following sofrware:
    - LabVIEW Real-Time Module 2009 - Allow you to develop you application in Real-Time for deployment.
    Hope this helps.
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • Fuzzy Logic 4 & 100% CPU Usage freeze

    Hi,
    is there any Fuzzy Logic 4 Version out there that works with KT3 Ultra2-R and XP?
    I tried 4.0.63.1 and 4.1.48.0 from the MSI Pages and the Version I got on CD
    4.0.63.1 just can't find the avi ...
    4.1.48.0 and the CD Version just add the Icon to the taskbar when starting and than take 100% CPU-Time and do nothing anymore.
    The Program is not even killable in Taskmanager so all I can do afterwards is wait 10 minutes until XP has shutdown with the leftover CPUtime.

    I understand the CS2 is probably not helping, but there is really a problem on other apps too - not only CS2 and those are universal.
    Page ins/outs are currently 142257/71109 and i have not been using or even opening CS2 - just safari, itunes, What size , MSEntourage, VLC and moving some files.
    I have taken some earlier advice on your posts regarding using multiple internal disks - so i moved itunes and iphoto libraries to a separate disk and also use that for scratch in CS2. The drives are 250GB WD and 250GB Seagate, and i am looking at replacing them with one or two 750GB WD RE2, although probably not in RAID ( dont want to complicate my life too much in one go !)
    Overall i think the page ins/outs look high from my searching in other posts, but can't see why it would be overloaded when i normally dont use the CS2 that much ( only a hobby)
    Also the private/var/vm directory has 3 swap files - two of 64 MB and one (Swapfile2) is 128MB, if that tells something else ?
    looks like i will have to invest in 4GB more memory as well as the HDD's. i was confused with the apparent further lack of support in CS3 for 64 bit programming (?) although i dont know when that would be launched so soon after CS3
    I have a case of a little knowledge ( which can be a dangerous thing!)
    Message was edited by: grahams

  • How to apply fuzzy logic into labview7.1

    is it possible to appliment fuzzy logic into labview 7.1? if so, please advice how? i have try myself,but cant really understand all the block diagram of the fuzzy used by labview,please help, thanx.

    Hello �
    There are several example programs that ship with LabVIEW that can help you get started programming fuzzy logic.
    In LabVIEW, go to Help >> Find Examples. When the NI Example Finder pops up, click on the Search tab and type �fuzzy� as the search keyword. �Fuzzy logic� shows up in the keyword results. Double click on it ant you will get 9 different examples that match your criteria.
    I would recommend taking a look into:
    - PR Example/Embedded Controller
    - Pattern Recognition Example
    - Tanks � Fuzzy DAQ
    - Tanks � Fuzzy control PI
    - Truck Control Example
    Hope this helps!
    S Vences
    Applications Engineer
    National Instruments

  • Fuzzy Logic Toolkit

    I followed the truck maneuvering example in the 'PID Control Toolset User Manual' and tried to use the 'I/O-Characteristic' test facility. But, when I tried to run the test facility, I realized that there is no run & stop buttons in the window. By the way I did not do the exact the same things the book showed. For instance, the example uses 5 terms for one input and 7 for another one. I used 3 for both. But, I think basically I followed the most steps he mentions in the example. Do you have any idea what went wrong, or can you tell me how I can run the test facility?
    Airo

    Dear AdamB,
    I am just wondering if you could help me a bit. I have two problems. The first one is, I'm working with the fuzzy logic toolbox from matlab. I created a .fis file with some rules from the fuzzy editor in the fuzzy logic toolbox from matlab, wich I want to run in labview, with the matlab script. How can load the fis file? I tried with the examples attached, but it didn't work.
    The second problem is I have been doing some work with fuzzy logic toolbox in Matlab. The fuzzy inference system (FIS) built in Matlab environment is quite simple and straightforward. An example of the FIS in Matlab can be found in the attachment. Now I want to use the fuzzy logic toolkit from Labview to perform the same task. An example of the FIS in Labview can also be found attached. Although the FIS properties in Labview has been made the same as in Matlab, the result of the defuzzification is different. The FIS properties in Matlab are:
    And method: prod
    Or method: max
    Implication: Prod
    Aggregation: Sum
    Defuzzification: Centroid
    The FIS properties in Labview has been made:
    Defuzzification Method: Center of Gravitiy (which is another name for Centroid)
    If no rule is active: Take last value
    Inference Method: Max-Min
    Select form of rulebase: Normal rulebase
    For instance, if the input to FIS is Matlab is -3.51, the output is 0.202. However, with the same input, the output from FIS in Labview is 0.30.
    Perhaps you could help me?
    Dedy
    Attachments:
    fuzzy_test.zip ‏7 KB
    deltaR5.zip ‏2 KB

Maybe you are looking for

  • How can I use same account in 2 iphone with diff contact list?

    how can I use same account number but other all totally diff such as contact list, application, everything ..... I found that it's bad on IOS5. when I used IOS4 .. old verison, I can keep my phone in diff data. Afte upgrade IOS 5, it's bad. Even take

  • Want to sync my New MacBook Pro with a Mac Book via Fire wire.

    How would i do this if this is possible?

  • Master-Detail Navigation Behavior Problem

    Hello, I am having problem in navigating from Master to Detail. Scenaio: Master1 ---> Master2 ---> Detail Problem and Requirement I navigate to Master2 from Master1 properly. When I click list item of Master2 and navigate to Detail, my master page au

  • HT1386 I cannot use Whatsapp neither Dropbox, because of this stupid IOS7

    Since i installed the new update all my iphone is not working, it ***** the whatsapps doesn't give me any notification if i am out of the app and i cannot use dropbox it keeps sending the legend "Connect to itunes for push notifications" I already sy

  • Main Window in SAP Script

    Hi Guys, I wanted to know as to why is it possible to create multiple main window in SAP Script.       In most theory it is written a SAP Script can only use 1 main window, If thats the case why is it still possible to create more than 1 of them.