Hello
Anyone has ABB Drive Studio For ACSM1
Request: ABB Drive Studio For ACSM1
-
- Posts: 166
- Joined: Thu Oct 20, 2005 12:24 pm
- Location: China
-
- Posts: 894
- Joined: Sun Apr 11, 2010 3:00 am
- Location: Russia
Re: Request: ABB Drive Studio For ACSM1
I had combined DS from 3 service packs. Ripped registry settings and system files but at the moment have neither ACSM1 nor ACS850 to try it http://depositfiles.com/files/mp4goyjd
-
- Posts: 166
- Joined: Thu Oct 20, 2005 12:24 pm
- Location: China
Re: Request: ABB Drive Studio For ACSM1
Dear Firend
Your file wa deleted by the host,
Pls. again!
By the way
Do you have the new DriveWindow 2.3?
BR/Eagle
Your file wa deleted by the host,
Pls. again!
By the way
Do you have the new DriveWindow 2.3?
BR/Eagle
-
- Posts: 894
- Joined: Sun Apr 11, 2010 3:00 am
- Location: Russia
Re: Request: ABB Drive Studio For ACSM1
File is available. You click the link, do not copy-paste.
I have only DW 2.22
I have only DW 2.22
-
- Posts: 894
- Joined: Sun Apr 11, 2010 3:00 am
- Location: Russia
Re: Request: ABB Drive Studio For ACSM1
If DriveStudio from my unpacker doesn't work, e.g. missing dll or some dll's function(s) message - clean it up from your system using the follow method:
1. Create .cmd file with the follow content and execute it:
2. Create .reg file with the follow content and merge it with Windows registry:
As I said - it has been combined by me manually, so I can't know what will happen after OPC connected to the drive.
Regards
1. Create .cmd file with the follow content and execute it:
Code: Select all
TITLE DriveStudio Removing
CLS
IF EXIST "%ALLUSERSPROFILE%\Desktop\DriveStudio.lnk" DEL /q "%ALLUSERSPROFILE%\Desktop\DriveStudio.lnk"
IF EXIST %WINDIR%\System32\TraceWorX.dll REGSVR32 /u /s %WINDIR%\System32\TraceWorX.dll
IF EXIST %WINDIR%\System32\TraceWorX.dll DEL /q %WINDIR%\System32\TraceWorX.dll
IF EXIST %WINDIR%\System32\UnifiedSetupStorage.dll DEL /q %WINDIR%\System32\UnifiedSetupStorage.dll
IF EXIST "%PROGRAMFILES%\Common Files\DriveWare\DriveInfo\Drive2FwMan.dll" REGSVR32 /u /s "%PROGRAMFILES%\Common Files\DriveWare\DriveInfo\Drive2FwMan.dll"
IF EXIST "%PROGRAMFILES%\Common Files\DriveWare\DriveInfo" RMDIR /s /q "%PROGRAMFILES%\Common Files\DriveWare\DriveInfo"
IF EXIST "%PROGRAMFILES%\ABB\DriveStudio" RMDIR /s /q "%PROGRAMFILES%\ABB\DriveStudio"
Code: Select all
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\ABB Oy\DriveStudio]
[-HKEY_CLASSES_ROOT\ABB.COMSAPDA.2]
[-HKEY_CLASSES_ROOT\CLSID\{EF4E81F7-92C4-4DD9-A4E0-C4C720CDE2D8}]
Regards