Other Parts Discussed in Thread: SYSBIOS
Hello,
i have some questions about the ICEv2 with the ethernet_adapter example.(used out-of-the-box)
For all points there are following test conditions:
No Scanner connected, configured with DHCP
ICEv2 with ethernetip_adapter example
PRU-ICSS 1.0.3.4 with PSDK 5.1.0.11
NDK 3.40.01.01
PDK 1.0.12
DHCP enabled --> offered IP = 192.168.1.1
ACD enabled
1. After a while after booting (10 - 15 minutes) it's not possible to initiate a TCP connection. All SYN packets are denied immediately. Other protocols are still working (ICMP and UDP). These behaviour can be seen in frame 1-4 in the trace
2. Very slow reaction on "list identity requests". These requests are important to scan the ethernet vor Ethernet/IP devices. If the response takes too long the scanning application will not discover the device. The behaviour can be seen in frame 7 and 8. It takes 1.9s for a response.
3. If you pull and plug the only ethernet cable a few times the board will not respond anymore
4. How can the PTP feature be disabled?
5. In the new PRU ICSS it is neccessary to activate the DMTimer4 as it is used as clock source for SYSBIOS. Is it possible to activate this timer in the initialization code of the application (and not in the bootloader)