Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Siglent SDS1104X-E not being discovered #76

Open
sethkaz opened this issue Oct 2, 2023 · 5 comments
Open

Siglent SDS1104X-E not being discovered #76

sethkaz opened this issue Oct 2, 2023 · 5 comments
Labels

Comments

@sethkaz
Copy link

sethkaz commented Oct 2, 2023

I have a Siglent SDS1104X-E scope (and X-U, but not working on that one yet).

I can't seem to get the scope to be discovered by the search tool. This is in both the command line and the gui. However, when I manually add the scope, I get SCPI responses and screenshots working as expected.

Is there something to be done to set it to be discoverable? Either in the scope settings or lxi-tools.

@lundmar
Copy link
Contributor

lundmar commented Oct 2, 2023

@sethkaz We know that SDS1204X-E works and since your instrument is part of that same family I expect it to be discoverable too. Likely it has something to do with your network configuration. For example, if you are running lxi-tools in a VM you need to make sure that the network device of your VM is in bridge mode so that the discovery mechanism is able to broadcast its discovery messages across your network interface.

Also, make sure you don't have a firewall running which may block the discovery broadcast messages.

@sethkaz
Copy link
Author

sethkaz commented Oct 2, 2023

@lundmar Thanks for the prompt response. I saw that detail and was expecting the same. I'm currently not running it in a VM.

What are the discovery message types? So I can check my router to see if it's actually blocking those or if something else is up.

Also, I'd be happy to contribute to testing new equipment and writing up docs, if that would helpful.

@lundmar
Copy link
Contributor

lundmar commented Oct 2, 2023

Assuming you are using the regular discovery mechanism (not mDNS) you should look for something like this:

image

In this case a VXI-11 discovery request is sent to broadcast address 192.168.0.255 on port 111. A response is sent back from 192.168.0.107.

You could also try discovery your instrument via mDNS setting but I don't remember if the SDS series supports that.

All types of contributions are welcome. Testing and expanding our list of tested instruments is always helpful. There is also our wiki where one is free to elaborate on their experience and programming details with various instruments. Any testing with the lxi-tools scripting backend is also welcome - the lxi-gui is pretty powerful for e.g. capturing and depicting data from instruments using SCPI commands (can draw data live and save to png or csv etc.).

@lundmar
Copy link
Contributor

lundmar commented Oct 16, 2023

@sethkaz Any luck solving the issue?

@sethkaz
Copy link
Author

sethkaz commented Oct 16, 2023

Unfortunately, I haven't had time to dig into it. I double checked my network settings, and nothing jumped out at me. I needed to keep moving on my client's project, so I'll try this again when I have some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants