Thanks, I'm going to try it!
Thanks, that's what I thought initially. The point is that I can't select a String type variable. See the attached image
Hi there, I have a Keyence bar code reader connected to my plc through Ethernet/IP. The Bar code is 20 digits long (like 30100790020493036016), the scanner reads it correctly (I can verify that through the keyence software) but when it sends it through ETH/IP, it doesn't fit into a 64 bit variable and it trunks the data.(I've tried ULINT and LWord without success). When I loaded the EDS file, the read variable was defined as a byte with 128 bits length, which is quite strange for me. (see attached...
Hi Tobthi, Do you have the eds file of the camera? I usually load first the eds file and then add the device to the Ethernet/IP scanner.
Thanks, I'm going to rework everything with this in mind.
Hi and thanks for your reply. Could you explain a little bit more what you mean? I think I'm not following you
Hi, I have an issue with a function which sends a message through API Rest. I'm using a function from httpCLient library. I have tested this function inside a program and it works fine. But when I want to use it inside a function (so I can call it simultaneously from 2 different points on the main program) it gives a stack overflow error. In detail it says: "C0297 Stack Overflow on Main Task. Stack sizes... Call hierarchy:" I have simplified as much as I can the function, but I'm hitting a wall with...