illustrate
Products            Buy            Support Forum            Registrations            Professional            About           
 

Microtech Xpress XL Loader Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ghibliss

    • Jun 2013
    • 37

    Microtech Xpress XL Loader Help

    I am trying to create a loader for my Microtech Xpress XL machine and so far following the instructions I have created a folder a new folder called 'Microtech Xpress XL”, browse into this folder. Create 5 further folders:

    Load
    Reject
    Unload9
    pre-batch
    post-batch

    into these folders copy and paste the downloaded file (so it is in each of these 5 folders).



    I renamed the (5) folders with the .exe file listed above.

    The entire Microtech Xpress XL folder was placed in: program files\dbpoweramp\batchripper\loaders\ Microtech Xpress XL

    Using the batch ripper configuration utility I set the comport =3 and comspeed to 9600

    Using the MF Digital Ripstation setup as a model since I know this works since I have one running in my office I then replaced commands where needed with those used in the Microtech machine. The Microtech does not use drivebank=1 it instead saves a map of the CDROM drive positions in the robot arms firmware to reference which drive to load a disc to. The references are D1-D12. These drive letters can also be placed in each drives configuration for batch ripper.

    Load: --comport=com3 --comspeed=9600 --drive=D: --bindtodrive --open --command=!:X:::E --:X:30:5:E --close --unbindtodrive

    Unload: --comport=com3 --comspeed=9600 --drive=D: --bindtodrive --open --command=!:X:::E:X:30:5:E --close --unbindtodrive

    Reject: --comport=com3 --comspeed=9600 --drive=D: --bindtodrive --open --command=!:X:::E --:X:30::E --closeblind --commandbank1=R:X:30:5:E --unbindtodrive

    Pre-Batch: --comport=com3 --comspeed=9600 --drive=D: --bindtodrive --closeblind --sleep=2 --unbindtodrive --exit

    Post Batch: --comport=com3 --comspeed=9600 --drive=D: --bindtodrive --open --unbindtodrive –exit

    Thus far I have only been able to successfully test the configuration setup using the post batch which opens the CDROM drive door. This should have been the difficult part to complete as it is controlled via SATA by the “Open” command.

    I verified all of the Microtech protocols which I received from Microtech by testing using Putty and all of the arm commands function properly.

    Microtech Drive designators are D1-D12 for the 12 drives
    Spindles are S1-S6
    G is get from Station
    P is place from station
    ! is Reset
    GI Gets disc from current spindle
    PO will pick up from a drive and place it on current spindle

    Any suggestions on what I am not doing correctly here would be greatly appreciated.
  • Spoon
    Administrator
    • Apr 2002
    • 44699

    #2
    Actually the open CD drive is the easy part, it is handled by dBpoweramp based on drive letter.

    You are best trying known software which works with that device to ensure it is working on your system first.
    Spoon
    www.dbpoweramp.com

    Comment

    • ghibliss

      • Jun 2013
      • 37

      #3
      I have tested the machine using the factory provided software package which works 100%. I have also tested the machine using "Putty" to test the serial communication protcols provided by the manufacturer to me to test that the commands for the arm work correctly and they do work!

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 44699

        #4
        Your command has a space in it, you might have to enclose in quotes

        !:X:::E --:X:30:5:E
        Spoon
        www.dbpoweramp.com

        Comment

        Working...