02-27-2026 01:24 AM
提供的信息:型号:SDS1202X-C 序列号:SDS1EDEQ4R8883 固件:1.3.27 问题:SCPI 写入成功,读取总是超时(超时时间为 180000 毫秒,尝试使用 Socket/USB,*IDN? 成功,但查询命令未返回响应)。
02-27-2026 06:10 AM
Your measurement query is wrong. Go actually read the manual and understand what the command structure actually is instead of doing a direct copy/paste.
02-27-2026 07:09 PM
Hi crossrulz,
Thank you for your reply and suggestion.
I completely agree that reading the manual is important, and I have done so. The commands I'm using are directly from the official SIGLENT SDS1000X-E Series Programming Guide (PG01-E02D/EN02E), and the syntax is correct.
Here are the key points:
I have tried:
Manual operation (front panel buttons) works normally (Run/Stop light changes, waveform appears after Auto Setup), so the hardware is fine.
The issue seems to be that the instrument receives and executes write commands, but does not send back any response for queries (not even an empty string or error code).
Is this a known issue with the SDS1202X-C / 1.3.27 firmware? Or is there a specific configuration that disables query responses?
I have attached screenshots of the VISA log and the Programming Guide page confirming the command syntax.
Any advice or insight would be greatly appreciated!
Best regards,
03-05-2026 03:37 PM
The manual is a bit unclear about this but it does show it into the C example.
You did not try to append \n in the NI Max Interactive Control. And most likely you might have to append that in LabVIEW too. But watch out that you set the string control/constant to '\'-Code Display mode