07-05-2021 05:28 PM
Hi guys,
I am new to LabVIEW, and am trying to control the Siglent Function generator (SDG 2042X) using my laptop. The task is to simply generate a pulse sequence.
However, I am having issue when I run the program. The error message is indicated as follow
The code is pretty much same as what given in the example, which I get the same error message there.
The code looks like this:
Any advice would be really appreciated.
07-06-2021 01:45 AM
Hi Hyunwooss,
@Hyunwooss wrote:
However, I am having issue when I run the program. The error message is indicated as follow
Do you see this "-108" text in the error message? This is an error generated by your Siglent device because you sent a malformed command string!
Read the (programming) manual of your device, it should explain this error code. Then debug your VI to find the command, which enforces that error message!