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.
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.
Comment