ndi_interface_config.json 665 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "mode_list": [
  3. {
  4. "name": "test_mode"
  5. }
  6. ],
  7. "object_list": [
  8. {
  9. "type": "ndi_interface",
  10. "name": "ndi",
  11. "enabled_modes": "all",
  12. "construct_config": {},
  13. "init_configs": [
  14. {
  15. "address_type": "ethernet",
  16. "ip": "169.254.132.51",
  17. "tcp_port": 8765,
  18. "com_port": "COM3",
  19. "tool_list": [
  20. {
  21. "name": "Probe_Small_4Ball",
  22. "rom_path": "D:\\Program\\Robot\\Tools\\roms\\Probe_Small_4Ball.rom"
  23. }
  24. ]
  25. }
  26. ],
  27. "start_configs": [
  28. {
  29. }
  30. ]
  31. }
  32. ],
  33. "connection_list": [
  34. ]
  35. }