-
RE: Unstable communication with MSO58 by NI-VISA
Hi
I made good experiences if I configure write-termination and read-termination characters =\n
And it was more stable with firmware 2.0.3.
See release notes of FW 2.0.3:
• Disabling and re-enabling USBTMC interface via I/O menu breaks USBTMC connection on Linux
• Oscilloscope crashes after connecting to socket server, toggling socket server off and back on, then sending *OPC? on socket server
• On Windows 5 and 6 Series MSO, when the USB cable is hot-plugged more than once, the oscilloscope no longer communicates over
USBTMC -
RE: SCPI Commands to Move/Rearrange Plots on 4 Series
Hi
Is the rearrangement via SCPI commands possible with MSO5-Series or Tekscope-Software?
If this is not the case: for which software release do you plan to introduce this feature?
Martin -
RE: Automation of Tekscope
Hello
I found a solution.
You need to install NI VISA in parallel and then you have to add a new network interface in VISA-cosmos.
Attached you will find my solution.
Best regards
Martin
-
RE: Automation of Tekscope
Hello,<br> <br> I installed<br> * Tekscope version 2.0.3.1855<br> * Tektronix OpenChoice TekVisa Version 4.2.0.26.<br> <br> Then I rebooted the computer and started TekScope.<br> <br> Then I run this python-script:<br> import pyvisa<br> rm = pyvisa.ResourceManager()<br> print(rm.list_resources())<br> rm.close()<br> <br> This is the output:<br> ('ASRL3::INSTR', 'ASRL4::INSTR', 'ASRL5::INSTR', 'ASRL6::INSTR')<br> <br> As you can see there is no interface for TekScope visible.<br> <br> The settings in TekScope are:<br> Socket Server: ON<br> Protocol: Terminal<br> Port: 4444<br> TekScope Remote Control: OFF<br> Protocol: Socket<br> <br> Can anybody guide me? Are the settings correct?<br> <br> According release notes of TekScope SW the Tekscope-Software starts an VXI-11-server.<br> How can I check if the server is running correctly?<br> Do I have to install VISA from NI in addition?<br> <br> Here are the release notes:<br> Version:        [2.0.3.1855]<br> Last Revised:   [03-May-2023]<br> Products:       TekScope PC Software<br> <br> Version: 2.0.3.1855 (03-May-2023)<br> <br> New Features:<br>     - Waveform Histograms<br>         - Waveform Histogram and Measurements<br>         - Horizontal and vertical histograms<br>         - Draw multiple waveform histogram boxes and accumulate histogram<br>             distribution and measurement statistics on Ch/Math/Ref/Rf sources simultaneously<br>         - Touch friendly to resize and move the histogram boxes around on the waveform graticule<br>         - The following measurements are available for the histogram<br>             - Waveform Count, Hits in Box, Peak Hits<br>             - Maximum, Minimum, Peak-to-Peak, Mean, Median, Mode<br>             - Standard Deviation, One/two/three Sigma<br>         - View histogram measurement results in the badge/table format<br>         - Waveform histograms supported in history / fast frame mode<br>         - Export histograms to the .csv file<br>     - Save/Recall waveform tolerance limits as mask files<br>     - TekDrive enhancements<br>         - Copy/Paste from/to TekDrive file/folder (like local drives)<br>            - Support for all Tek files (incl. screencapture/session/setup/waveform files)<br>         - Auto increment of files while saving screencaptures/setups/waveforms into TekDrive (like local drives)<br>             - Support for all Tek files (incl. screencapture/session/setup/waveform files)<br>         - Open In TekScope<br>             - Supports session/waveform files<br>     - Execute VXI-11 server on app launch<br>        - This enables to automate TekScope using NI-VISA/LabView    <br>     - Show in app Blue Dot Notifier to signal new application version<br>        - Show weekly reminder if the application is not upgraded  <br>     - Math FFT increase the FFT span to 64GHz<br>     - NFC – ISO/IEC 15693/14443A standard decode support    <br> <br> <br> Best regards<br> <br> Martin -
RE: MSO58 how to enable and disable channels using SCPI
Thank you very much Iris