Jump to content
  • 0

ADP3450 Ethernet streaming via SDK


Andrew Zonenberg

Question

2 answers to this question

Recommended Posts

  • 0

I figured out from some poking around in the WaveForms GUI that I can do "ip:x.x.x.x\nuser:admin\npass:admin\nsecure:1" and FDwfDeviceOpenEx() seems to work.

But since this bypasses the normal device enumeration path, how can I determine the model, serial number, and firmware version of the attached instrument?

Link to comment
Share on other sites

  • 0

Hi @Andrew Zonenberg

Devices in local network can be enumerated just like the USB device, FDwfEnum
The detection could take more time so you can use FDwfEnumStart/Stop with delay.
You can also add remote devices to table, in WaveForms application/ Device Manager/ Remote or programmatically with Adept Runtime/DmgrDvcTblAdd. In this case use FDwfEnum(enumfilterType|enumfilterRemote|...
If the authentication is enabled for the device, FDwfEnumInfo and FDwfDeviceOpenEx should be used providing user/pass

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...