i read the user manual:
for Inserting a Ixxat USB Adapter
β
The component CmpIxxatCANDrv is based on the Ixxat VCI V4 API, which supports the USB dongle and other hardware. Refer to the company homepage of "HMS Industrial Networks" for additional information.
Support for the Ixxat VCI V4 API is implemented only for CODESYS Control Win V3 and CODESYS Gateway V3.
.
.To do this, follow the steps below:
Download the driver from the manufacturer website and install it on the Windows operating system.
Open the PLC configuration file CODESYSControl.cfg in a text editor. This file is located in the CODESYS installation directory \GatewayPLC.
If you want to use the CODESYS Gateway V3, then open the Gateway.cfg.
Add the following lines to the section [ComponentManager]: Component.X=CmpIxxatCANDrv.
i wrote [ComponentManager]
Component.1=CmpIxxatCANDrv
Check that the component numbers X (X=1,2,3, β¦) are sequential without any missing numbers.
Save the changes and close the editor.
Start the runtime system.
β
CODESYS shows the detected Ixxat hardware and the respective CAN network number in the PLC logger.
where i can see that ?
Type the CAN network number in Network of the CANbus General tab.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
please scroll down in the logger the important parts are down.
Guess the startup of the plc, you would see that the Ixxat driver component is not really loaded.
hi
i read the user manual:
for Inserting a Ixxat USB Adapter
β
The component CmpIxxatCANDrv is based on the Ixxat VCI V4 API, which supports the USB dongle and other hardware. Refer to the company homepage of "HMS Industrial Networks" for additional information.
Support for the Ixxat VCI V4 API is implemented only for CODESYS Control Win V3 and CODESYS Gateway V3.
.
.To do this, follow the steps below:
If you want to use the CODESYS Gateway V3, then open the Gateway.cfg.
i wrote
[ComponentManager]
Component.1=CmpIxxatCANDrv
β
CODESYS shows the detected Ixxat hardware and the respective CAN network number in the PLC logger.
where i can see that ?
Hi,
plcllogger here:
If you add CANOPEN_DEBUG as compiler define, you have more information in this logger too.
BR
Edwin
Hi,
i do ot see anything related to can:
Hi,
please scroll down in the logger the important parts are down.
Guess the startup of the plc, you would see that the Ixxat driver component is not really loaded.
Are you on current version of Control Win?
c:\ProgramData\CODESYS\CODESYSControlWinV3x64\2DAFFB2B\CODESYSControl.cfg
[ComponentManager]
Component.1=CmpTargetVisuStub
Component.2=CmpWebServer
Component.3=CmpWebServerHandlerV3
Component.4=SysCpuMultiCore
Component.5=SysReadWriteLock
Component.6=SysCpuBreakpoints
Component.7=CmpIxxatCANDrv
BR
Edwin