A native dark mode for 7-Zip surely would be nice.
+1
I'm working with the demo script ~\VTS_3.6.7\scripts\DeviceManagement\DeviceCommunicationControl-IP.vts. When it gets to the second send in Test #1 no response is expected. This makes sense because in the first send DCC was disabled. However, VTS seems to expect a response, because it retries the sending the ReadProperty request several times. The third send in the test script is never actually sent, even through the test progress indicates that it passed. Please see the attached screen captures....
Thanks so much, this was very helpful! I had to make one small change to get it working. IUT_ADDR = X'112233445566'
Thanks, John. My question is specifically in regards to scripting BACnet/Eth. For example, in BACnet/IP we may have something like... ACTIVENET = 'ip' IUT_ADDR = 172.16.1.43 OBJECT1 = device, 555 -- Product Name OBJECT2 = analog-input, 1 -- AMD Airflow OBJECT3 = analog-input, 2 -- AMD Temperature OBJECT4 = analog-input, 4 -- AMD Alarm Status OBJECT5 = analog-value, 1 -- AMD Area OBJECT6 = analog-value, 10 -- Traverse Status SECTION Read Properties of OBJECT1 TEST#1.1 - Read object-identifier DEPENDENCIES...
Is there a way to configure VTS scripts, so that the network connection uses BACnet/Eth (BACnet over Ethernet; i.e. using MAC addresses)?
Not sure if this would be the correct fix, but enabling this bit of code in fnet_tcp.c seems to fix the problem.
Not sure if this would be the correct fix, but enabling this bit of code in fnet_tcp.c seems to fix the problem.