I've got a Weintek HMI with CodeSYS built-in. I've got it connecting to CodeSYS and downloaded. The connection guide says I need to add a symbol configuration by right-clicking on the application and adding it, but it does not show up in the available objects. Is there something else I have to do to create a symbol configuration object?
Awesome! That's exactly what I was looking for Thank you!
Awesome! That's exactly what I was looking for Thank you!
Hi all, I've got a structure set up in this way: I have a STRUCT called "Cartridge" that has values. I have a FB called "Gripper" The gripper has a property called "CurrentCartridge" that holds and instance of Cartridge. In the program, I want to access the status of the current cartridge. If I type this statement: IF Gripper1.CurrentCartridge.Status = CartridgeStatus.Inspected THEN Robot.PlaceWeld(1); END_IF I get the error: It is not possible to perform component access '.', index access '[]' or...