-
Who can provide a sample script of DMM6500 digitize voltage measurement for pulse signal?
Who can provide a sample script of DMM6500 digitize measurement voltage to measure the pulse signal by rise slope trigger, and read the specified value back from the defbuffer?
Thank you! -
RE: Programmable oscilloscope MSO64B can't read HardCopy screenshot data,but MDO3054 can do it
Hi Teles,
Thank you very much for your help, I have solved this problem with your help.
-
RE: Programmable oscilloscope MSO64B can't read HardCopy screenshot data,but MDO3054 can do it
Hi Teles, Thank you for your reply.
Could you use these two SCPI commands to demonstrate how to send a screenshot of the MSO64B oscilloscope to your computer? Or provide the latest application program demo.
Thank your help!
-
Programmable oscilloscope MSO64B can't read HardCopy screenshot data,but MDO3054 can do it
The programmed oscilloscope read HardCopy screenshot data and then send the screenshot to the computer, which I can use the MDO3054 do it. But use the MSO64 causes the oscilloscope's outputbuffer read to time out, the oscilloscope must be restarted to solve it, but running this code after restarting will cause oscilloscope's outputbuffer read to time out again. Self-check: I looked up the MSO64B programming manual and did not find the SCPI instruction "HARDCopy STARt". I wonder if this SCPI instruction caused the error, and whether there are other SCPI instructions that implement similar function of saving screenshot data. Or the *OPC instruction is written in an inappropriate position, causing an error in reading the instrument's outputbuffer. Please analyze the root causes of engineers, thank you very much! -
RE: DMM6500 pops up an error code 1135 when using remote control
Thank every one of you!
I'm back again, and seem to have found the answer with your help.
I enable command logging in Event Log and found the offending command just like the video demonstration. I found the SCPI command "SENS:VOLT:RANG AUTO ON" and "SENS:VOLT:INP AUTO " seem to be in conflict, because the command "SENS:VOLT:RANG AUTO ON" will report Error 1135 when command "SENS:VOLT:INP AUTO " is used, but the command "SENS:VOLT:RANG 15" will not report Error 1135 when command "SENS:VOLT:INP AUTO " is used. Please see the attached picture for details, the"Report Error 1135.jpg" and "Not report Error 1135.jpg".
I read a paragraph in the DMM6500 programming manual about "SENS:VOLT:INP AUTO" that seems to be able to explain the above phenomena. I've copied it here:Automatic input impedance provides the lowest measure noise with the highest isolation on thedevice under test (DUT). When automatic input impedance is selected, the 100 mV to 10 V voltageranges have more than 10 GΩ input impedance. For the 100 V and 1000 V ranges, a 10 MΩ inputdivider is placed across the HI and LO input terminals.My understanding is that if the command "SENS:VOLT:INP AUTO" is used, then "SENS:VOLT:RANG number" can be used, not "SENS:VOLT:RANG AUTO ON" . Because "SENS:VOLT:INP AUTO" needs to manually select the voltage range, such as select 100 mV to 10 V range, or 100 V and 1000 V ranges.
That's my understanding. Correct me if I'm wrong. -
RE: DMM6500 pops up an error code 1135 when using remote control
Hi McKiney Ty,Do you mean that the SCPI command entered has a syntax error? There is typo or invalid character? Such as ,
Or do you mean is Visa command has a syntax error?
"SENS:FUNC 'VOLT:DC'"
"SENS:VOLT:RANG AUTO ON"
-
DMM6500 pops up an error code 1135 when using remote control
Hi friends:We have a problem about DMM6500 pops up an error code 1135 when using remote control, but it doesn't seem to affect the measurement.
We want to know what's the reason for this, how to solve it? We did not find any reference to error code 1135 in the programming manual.
Does anyone know how to fix this? Does anyone have this same problem?
Thanks for you help!