Forum: PS2 Modchips - Topics relating to the various PS2 modchips such as Crystal Chip, DMS Modchips, ICE Team Forums and Matrix Infinity.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Comsoft & Albert FIX VIII
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
  1. #1 Comsoft & Albert FIX VIII 
    comsoft's Avatar
    comsoft is offline Member
    Join Date
    Dec 2004
    Posts
    446
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    It's a new Version of the fix.
    Today , i decided to improve the code a bit, so i made some changes to it.

    1. the pic will shutdown RS2400FS a 1.5 second from boot regardless of the state of the TRAY - WHEN INT IS FAILD!!!
    2. the Test mode (tray open) will shutdown the pstwo a 1 second from boot (not instently as before).

    so now the PIC works as followed:
    1. on boot the pic waits 1 second for the pstwo to initioate.
    2. check to see if Tray is open, if it does IMIDIATE SHUTDOWN PSTOW.
    this is the TEST mode, which anables to check in anytime if the
    PIC/FIX is working.
    3. checks for INT for every 250ms at anytime if INT is HIGH (which means it's ok and the mechanics controller is not in deadlock)
    the PIC code jump to WATCHDOG routine.
    4. if 1.5 second from boot have passed and the INT is still not active then the PIC CODE mute the RS2400FS (CD/DVD DRIVER)
    and by that disable any current flow to the lens and to the CD/DVD motors.
    5. if 3 seconds from boot have passed the PIC CODE shutdown the pstwo to save the lens.

    WATCHDOG ROUTINE:
    1. the PIC CODE check the INT line for every 1ms.
    2. if the INT line FAILD (INT == LOW) for 50ms then the PIC CODE MUTE the RS2400FS CD/DVD DRIVER.
    if after that the INT line return to be active (INT == HIGH) then the PIC CODE return the RS2400FS CD/DVD driver to active mode
    and everything is back to normal and the user don't even know abot this.
    3. if a 200 ms have passed and the INT line is still not active , this means MECHANICS CONTROLLER is in deadlock , and pstwo
    is shutdown.


    this code tested only on TEST BOARD not yet installed.
    please feal free to remark or make suggestions for forther improvments
    Attached Files
    COMSOFT
    המקום ההכי טוב לרכישת קונסולות משודרגות בישראל

    for the fix email to: comsoft@cso.co.il
    Reply With Quote  

  2. #2  
    T07N Guest
    Very kewl! So far no reports of your fix failing.
    Reply With Quote  

  3. #3  
    comsoft's Avatar
    comsoft is offline Member
    Join Date
    Dec 2004
    Posts
    446
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    cool
    Have u install it? and if u did , on how many pstwos?
    COMSOFT
    המקום ההכי טוב לרכישת קונסולות משודרגות בישראל

    for the fix email to: comsoft@cso.co.il
    Reply With Quote  

  4. #4  
    comsoft's Avatar
    comsoft is offline Member
    Join Date
    Dec 2004
    Posts
    446
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    lat8ly i'm installing the fix without the capacitors and without any extras exept the pic itself!!!

    i really hope that someone will take this fix and make a pcb of it so it will be easyer to install.

    u don't have to use SMD resistors to install it. in all of my install i'm using regular resistors 1/4 or 1/8 W with 5% tolorence. just solder one side of the resistor to the PIC pin and the other to the point on the schematics.

    will be glad if any of u will share me with u'r experiance with the fix.
    Last edited by comsoft; 02-20-2005 at 03:01 AM.
    COMSOFT
    המקום ההכי טוב לרכישת קונסולות משודרגות בישראל

    for the fix email to: comsoft@cso.co.il
    Reply With Quote  

  5. #5  
    T07N Guest
    Oh no, I haven't installed it. Haven't had many customers lately, and I don't have the equipment either. I'm just saying people on here... Not sure if people are trying this out or not, but I think some people are.
    Reply With Quote  

  6. #6  
    Ruebeman is offline Member
    Join Date
    Nov 2004
    Posts
    40
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by comsoft
    so now the PIC works as followed:
    [B]1. on boot the pic waits 1 second for the pstwo to initioate.
    2. check to see if Tray is open, if it does IMIDIATE SHUTDOWN PSTOW.
    this is the TEST mode, which anables to check in anytime if the
    PIC/FIX is working.
    I've got a question about the test mode. Does it only work on boot phase?
    What happens if the tray is opened in order to change CDs during gameplay? Will the PStwo also be shut down?
    Reply With Quote  

  7. #7  
    comsoft's Avatar
    comsoft is offline Member
    Join Date
    Dec 2004
    Posts
    446
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Ruebeman
    I've got a question about the test mode. Does it only work on boot phase?
    What happens if the tray is opened in order to change CDs during gameplay? Will the PStwo also be shut down?
    no, during resets the TEST MODE will not be active. only if tray is open during boot.
    COMSOFT
    המקום ההכי טוב לרכישת קונסולות משודרגות בישראל

    for the fix email to: comsoft@cso.co.il
    Reply With Quote  

  8. #8  
    Ruebeman is offline Member
    Join Date
    Nov 2004
    Posts
    40
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by comsoft
    no, during resets the TEST MODE will not be active. only if tray is open during boot.
    Thank You for the Your clarification.
    Reply With Quote  

  9. #9  
    bobcat is offline Member
    Join Date
    Feb 2003
    Posts
    108
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    are you going to have some pcb boards made up for retail looks like the fix we,ve been waiting for.
    Reply With Quote  

  10. #10  
    tickford is offline Member
    Join Date
    Dec 2002
    Location
    Australia
    Posts
    202
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I'm sure someone will make a pcb for it.....hell,they were making the diode fix without knowing how well it worked,& this fix seems a much better solution.
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •