You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the project, a error might occurs when starting the exe.
The project comes with the needed library interfaces in the /lib/ folder.
Copy the cswsk32.ocx cswsk32.oca files to the location you want to store them.
Usually these are the folders C:\Windows\SysWOW64 or C:\Windows\System32.
The OLE Interfaces provide acces to the communication interface of the dlls.
Now you need to register the files with the regserv: (Thanks goes to Ramesh Srinivasan for providing advice)
Start a command prompt as administrator:
If you're using Windows 32-bit, type the following command and press ENTER:
regsvr32 cswsk32.ocx
If you're using Windows 64-bit, type the following command and press ENTER:
When installing the project, a error might occurs when starting the exe.
The project comes with the needed library interfaces in the /lib/ folder.
Copy the cswsk32.ocx cswsk32.oca files to the location you want to store them.
Usually these are the folders C:\Windows\SysWOW64 or C:\Windows\System32.
The OLE Interfaces provide acces to the communication interface of the dlls.
Now you need to register the files with the regserv: (Thanks goes to Ramesh Srinivasan for providing advice)
Start a command prompt as administrator:
If you're using Windows 32-bit, type the following command and press ENTER:
regsvr32 cswsk32.ocx
If you're using Windows 64-bit, type the following command and press ENTER:
C:\Windows\SysWOW64\regsvr32 C:\Location\you\stored\the\file\at\cswsk32.ocx
eg:
C:\Windows\SysWOW64\regsvr32 C:\Windows\SysWOW64\cswsk32.ocx
Now the server can start.
In the Kuka, select Startup > NetworkConfiguration > NAT> AddPort : 7000 TCP/UDP
In addition:
To start the server on reboot add a shortcut to the KUKAVARPROXY.EXE file to WindowsStart > AllProgramms > Startup Folder
If i forgot some Instructions, please update, thanks to all the others toiling on this.
The text was updated successfully, but these errors were encountered: