Jump to content

Михаил Бабаев

Members
  • Posts

    2
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2016
  • Since
    2023

Михаил Бабаев's Achievements

Newbie

Newbie (1/14)

  • One Month Later
  • Week One Done
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. So we try to use UDP functions. There are only open, multicast open, write, read, close. We are sending data through UDP Write to device IP. First problem, we are not understanding how we need to built a sequnce in UDP protocol,how it must look like? We need to send 0 0 0 0 2 0 in one command, each number is 1 byte. Second we do not understend how to recive information from device, because UDP Read dose give Error 56/66. What should we do to force UDP Read to actualy read the device. We tried to open one port, then opened several, nothing seems to work, device stil answering to ping command in cmd but not in Labview. Is there any solutions?
  2. Hi everybody We have a problem connecting with device driver for moving platform via Ethernet(UDP). The main problem in device connection in NI MAX. When we were trying connect device with LABView using NI MAX we got an error: VISA: (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system. Although when we ping needed address in CMD - everything work. We have used the common program for checking response from device in LABView (test.vi) and we have gotten errors: the first - "Error -56 Timeout When Communicating Between LabVIEW and Network Devices" and Error 66 like that. Our device driver should work in the following way, so we send commands via UDP as bytes sequance to our motion device and it will move. Depending on bytes sequance the motion device must execute different commands. We already shut down Windows firewall and open ports, still no effect.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.