Jump to content

attila

Technical Forum Moderator
  • Posts

    6,503
  • Joined

  • Last visited

Everything posted by attila

  1. Hi @Slawek You can also find for some controls the Script reference in the status-bar.
  2. Hi @Slawek The Script tool provides access to most of the control behind the interface, a lot of objects and functions. The commonly used ones are listed in the app Help and the Ctrl+Space can be used to reveal the child objects. The Script access for scope-measurements-reset is currently not available but it will be in the next version. Thank you for the clients since the feedbacks make the app evolve
  3. Hi @Slawek The "acquisition" saving can't be automated but: - In the Logging view you can select the export format under the 'gear' after the Source option. - You can use the example script to save both picture and data.
  4. Hi @Slawek The Record mode is intended to capture then analyzer. It may take long time for the data to be processed in various views, measurements... You can use a Scrip to restart the capture: do{Scope.start()}while(Scope.wait())
  5. Hi @reddish With 2 devices I can reproduce the issue you are describing. Earlier I have tried with only one device and two application. @malexander Having 2 devices with separate apps connected to them. After killing one app or exit without disable/close, the following apps can't connect the device. The JtscInitScanChain fails with scerrInitFailed. May be the DPTI enabled flag remains set in FTDIFW and JTAG enable fails? Could we solve this problem?
  6. Hi @MarceloNotThePLCguy You should try the latest version: https://forum.digilentinc.com/topic/8908-waveforms-beta-download/ The DD RPI4 issue was solved in the 3.13.20 I let such setup run again and there were no errors in the past 16 hours.
  7. Hi @alexplcguy Have you used WF 3.13.20 or newer? I tested it by running with the device for days on RPI4 with Raspbian and Ubuntu 18 64bit
  8. Hi @reddish I just tested it under Ubuntu 12.4 amd64. I can connect to the device even after the other connected process was killed and busy flag is stuck. Which Adept Runtime runtime version are you using? I have tested it with 2.20.1 and .2 $ dpkg -l digilent.adept.runtime ||/ Name Version Description +++-==============-==============-============================================ ii digilent.adept 2.20.1 Digilent Adept Runtime
  9. Hi @reddish The device info is cached by Adept Runtime in shared memory. This is required because some info may be unavailable when a device is opened by another process. In case an app which uses a device crashes or is killed, the busy/opened flag will not be cleared. The clear is also performed in normal detach. When the last app using Adept Runtime closes, this gets unloaded from memory together with the info cache. However a stuck flag does not prevent an app to connect to a device.
  10. Hi @Ondrej Thank you for the counter idea. I will add it later.
  11. Hi @Ondrej You could use the Sync mode in case the average signal rate is below 1MHz, up to 100M counts. Set a high number of Samples, the Rate is only informative for representation.
  12. Hi @Ondrej You can use Measurements or "Quick Measure":
  13. Hi @bill v The newer WF software should warn you to install or remove the driver, depending on MacOS version.
  14. Hi @m72 You could use "Not Ends with" or "Not Contains", Filter: "K"
  15. Hi @AndrewG I've added app link to the end of main post:
  16. First, install WaveForms release or the latest WF beta version. T&M devices can be controlled from LabView using: - Digilent WaveForms VIs or digilent_waveforms_vis-1.0.3.26.vip Contains VIs similar to VirtualBench VIs, some examples, help and it is compatible LabView 2010 or newer. Provides limited access to device features. - Analog Discovery Toolkit for LabView Not recommended. It is a re-branded version of previous package. In order this to work, delete the wrongly included dwf.dll from LabVIEW 20XX/vi.lib/Digilent/_AD2 Toolkit_internal_deps/ - WaveForms SDK The API can be used with LabView/Tools/Import/Shared Library. See the LabForms project as example. You can find manual and several Python sample scripts under WF SDK/samples/py All above can be used with Windows. For Linux and MacOS the .vip archive needs to be extracted.
  17. You may have to press the Auto or Manual buttons in the Device Manager. The reprogramming is only needed if the USB eeprom is accidentally erased by USB dev tools. The eeprom data looks good on your device.
  18. Hi @MarceloNotThePLCguy Try reconnecting the device or restart the system.
  19. Hi @alexplcguy @MarceloNotThePLCguy The latest version overcomes the RPi4B driver issue with Digital Discovery: https://forum.digilentinc.com/topic/8908-waveforms-beta-download/
  20. Hi @wna Thank you for the observation. It will be fixed in the next version.
  21. attila

    Scripts

    Hi @tomas61 You could use start or exec functions to call an external application to perform the task.
×
×
  • Create New...