Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Keysight Visa Vendor dosnt work as expected

2 Ansichten (letzte 30 Tage)
seackone
seackone am 28 Mai 2020
Geschlossen: seackone am 29 Mai 2020
Hello,
im using Matlab to interact with our hardware devices by using SCPI commands. Unfortunately I have some problems with the keysight visa vendor since not all of the commands are received by the hardware device. For example, im sending this simple code to the device:
obj = visa('keysight','TCPIP0::192.168.1.100::5025::SOCKET');
fopen(obj);
for i = 1:4
fprintf(obj,sprintf('DISPlay:WINDow%d:STATE ON', i));
end
fclose(obj);
The device should open four new windows, but if im logging the input at the device, the command for only two windows is received (sometimes three but never four).
But if im change the visa vendor to 'ni' (national instrument), it will work every time (even if im using keysight devices). Any idea what the problem could be?
Best regards.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by