Difference between revisions of "Installing B3C-LC Driver"
From ArcoWiki
m (1 revision imported) |
|||
Line 25: | Line 25: | ||
After those steps the file is registered and the controller can be connected to ARCO using the configuration in the control panel. | After those steps the file is registered and the controller can be connected to ARCO using the configuration in the control panel. | ||
+ | |||
+ | |||
+ | [[it:Installazione del driver B3C-LC]] | ||
+ | [[zh-cn:安装B3C-LC驱动程序]] | ||
+ | [[pt:Instalando o driver B3C-LC]] | ||
+ | [[de:Installation des B3C-LC-Treibers]] | ||
+ | [[es:Instalación del controlador B3C-LC]] | ||
+ | [[en:Installing B3C-LC Driver]] | ||
[[Category:Generic]] | [[Category:Generic]] |
Revision as of 08:06, 11 June 2018
Step to perform the first installation of B3C-LC driver on a Windows System.
Verification of of communication
Using a serial port terminal (example putty.exe) it is possible to verify if the controller is communicating.
The port connected shall be identified by the user.
The communication speed is set to a baud rate of 9600.
In the terminal windows type:
- CTRL+ECB: If the controller reply "ready" the communication is set.
- VERSION: the controller reply with the firmware version.
Once established the communication the software can be installed.
Installing the software
The software shall be installed and registered in windows.
The driver is the file called Leitzprotocoll.dll
located in the ..\Windows\SysWOW64
.
Steps to register:
- run
CMD.EXE
from windows, be sure it is runAs Administrator
- type the command:
c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm /u c:\windows\syswow64\Leitzprotocoll.dll
- type the command:
c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm /codebase c:\windows\syswow64\Leitzprotocoll.dll
After those steps the file is registered and the controller can be connected to ARCO using the configuration in the control panel.