hello
hope you all are doing well.
I want to ask if there is a way to read the PLC ports without knowing the names assign, it should show all port available in the PLC Linux python.
I used the following command
read_items = data_access_service.Read(("Arp.Plc.Eclr/test_in1", "Arp.Plc.Eclr/test_in2", ))
read_item1 = read_items[0]
read_item2 = read_items[1]
but in the above command line I know the port name, but I want to call it general and show me all ports available. thanks in advance