ifm o2d224 camera talks to 1768-L43S PLC

daniel yang

Member
Join Date
Feb 2022
Location
windsor
Posts
23
Hi,
Anybody has experience about setup communication between O2D224 camera and 1768-L43S PLC? My PLC software version is 19.11. Please let me know if I can I use this version to setup communication? I used the generic ethernet module to connect IFM camera. But I can not get the Tags what I need such as trigger and so on. If anyone knows, Please show me how to do it. Tanks!

Dan
 
Yes I did. I follow the instruction to set up the PLC. I am failed. The example is for version 20.01. I am not sure if It works for the version under 20.
 
Ifm

Hi, I can import the AOI and Add ladder element O2D_Read.I made a new tag such RH_g_camera as my one of camera. But I can not get required variable tag show as figure 21 attached. I am not sure how I can generate the required tags. could you show me how to do that? If you can, I will appreciate it!

IMG20220414103733.jpg IMG20220414103146.jpg IMG20220414103608.jpg IMG20220414103304.jpg IMG20220414103453.jpg
 
Can you see the sensor in RSLinx?
Are you on-line with the PLC?
Are all your IP addresses compatible?
I hope someone with better experience than I
is also reading this thread!:ROFLMAO:
 
Hi, I can import the AOI and Add ladder element O2D_Read.I made a new tag such RH_g_camera as my one of camera. But I can not get required variable tag show as figure 21 attached. I am not sure how I can generate the required tags. could you show me how to do that? If you can, I will appreciate it!

For each tag marked as 'required' you must supply a tag of the stated type. Reading and writing these tags will be how your logic interfaces with the AOI without you needing to deal with the AOI's internal logic.

For example, you would create a BOOL tag called 'CameraTrigger' (or whatever name you want) and assign that to the ixTrigger parameter. When you want the camera to take a picture your logic needs to set that bit high; the AOI will use that to actually trigger the camera assuming any other conditions are met.

Similarly, create another BOOL tag and assign it to the oxDONE parameter and when the camera is finished it will set that bit high so your logic can see that it is done.

(Check the manual for exact function of the parameters, I'm just going off the names).

tl;dr you need to create tags of the type shown in Figure 20 just as you would any other tags, then enter them in the appropriate parameters in the AOI.
 

Similar Topics

Hello, I am new to Codesys, and am trying to learn about it for a project we're developing. I've got a couple questions, but first a little...
Replies
1
Views
156
How can I integrate my S7-300 Simatic with the IFM AS-i Master AC1335 and its slave IOs, such as 2411 and Airbox 2041, into Simatic Manager?
Replies
0
Views
119
When adding an IFM AL1322 IO-Link Master Module to a 1756-EN2T Ethernet Card on a 1756-L82E Controller, The Input and Output data file does not...
Replies
0
Views
107
Hello, I have downloaded the IFM AL1327 .eds file and went through the EDS Hardware Installation process on Studio 5000 v32. It seems to work...
Replies
5
Views
1,061
Not too familiar with Siemens plc's and never used IO link before , but got an ifm starter kit, so some dumb questions coming up. I am good on...
Replies
11
Views
1,454
Back
Top Bottom