Hi is there a way how i can move a array to a dut. The array is Data: ARRAY[0..100] OF WORD; and the DUT is a mix of word and int. thx
Hello I have some problems to get my test code to work to receive UDP packages. I have a broadcaster that sends UDP packages on 192.168.15.X But I can't get the code to receive the packages. When I use a test server on my pc like packet sender and I send UDP directly to my plc then I receive the packages. But also here when I broadcast from the pc and send to 255.255.255.255 I don't the packages My controller has the IP address 192.168.15.67 Hope someone can help me out what is wront VAR_GLOBAL gc_IP_SendTo...