Jump to content

attila

Technical Forum Moderator
  • Posts

    6,515
  • Joined

  • Last visited

Everything posted by attila

  1. Hi @Albert Terheide - delete DigilentFtdiDriver.kext from /Library/Extensions/ - disconnect device - Restart! the MacOS - reconnect the device The connection problems usually are caused by wrong cable contact, try another USB cable, try other socket, powered USB hub or auxiliary 5VDC power supply.
  2. Hi @heretop It is added to the latest beta version: https://forum.digilentinc.com/topic/8908-waveforms-beta-download/
  3. Hi @Rolf_K It is fixed in the latest beta version: https://forum.digilentinc.com/topic/8908-waveforms-beta-download/
  4. Hi @enelson It is fixed in the latest beta version: https://forum.digilentinc.com/topic/8908-waveforms-beta-download/
  5. Hi @Orel56 It is not possible. It is recommended to use workspaces. You can also configure the unused DIOs to output a constant value 0,1,Z
  6. Hi @Keith K This error indicates buffer overflow, samples are lost or corrupt. 1. There is a bug in WF 3.16.3 causing such false warning/error at low sample rate Try installing the latest beta version which fixes it: https://forum.digilentinc.com/topic/8908-waveforms-beta-download/ 2.a Try capturing lower number of samples (sampleRate X acquisitionTime), below 8192/channel to use simple acquisition instead of streaming/record 2.b In case you need long capture try reducing the sample rate, the recording should work at up to 1-2MHz
  7. Hi @abadialali Please take a look at the AnalogOutIn_PlayRecord.py example found in the WaveForms SDK/ samples/ py
  8. Hi @Alejandro-Dev The wiring may have been loose, contact issue...
  9. Hi @enelson Thank you for the observation. It is fixed for the next software build. Edit: To overcome this problem with the current software set Oversampling to 1
  10. Hi @abadialali 1. If the analog-in is triggered on analog-out, the analog-out should be started (FDwfAnalogOutConfigure) only after the analog-in is armed, otherwise this will miss the trigger. dwf.FDwfAnalogInTriggerSourceSet(hdwf, trigsrcAnalogOut1) dwf.FDwfAnalogInConfigure(hdwf, c_int(0), c_int(1)) wait(?) or verify analog-in state dwf.FDwfAnalogOutConfigure(hdwf, c_int(0), c_int(1)) 2. If you are generating a periodic signal the analog-in can be triggered by the detector on analog-in channel. The transition trigger will require setting the conditions, hysteresis, length. dwf.FDwfAnalogInTriggerSourceSet(hdwf, trigsrcDetectorAnalogIn) dwf.FDwfAnalogInTriggerTypeSet(hdwf, trigtypeEdge) dwf.FDwfAnalogInTriggerLevelSet(hdwf,c_double(0.0)) If you are capturing up to device buffer size of samples you can use the normal capture mode, acqmodeSingle. See the application Help, SDK examples and the manual pdf.
  11. Hi @brandonsss The Analog Discovery Wavegen outputs have zero output impedance and current of 10-50mA. You have shorted the two outputs and the positive rail came out as winner. Use some series resistors like 1k to limit the current, W1->R->SC1+->R->W2
  12. Hi @matt.casavecchia The record performs streaming so each FDwfDigitalInStatus/Record/Data returns a chunk of data. This lets you record unlimited number of samples. For low amount of samples, up to device buffer size 4/16k, you can use the normal acquisition.
  13. Hi @heretop I've added for the next software build 24bit format option but I don't think this will solve the problem you have. In the 32bit format the 24 effective bits should fit well. You could use the Time and FFT Views to investigate the signals like this:
  14. Hi @heretop The fluctuations may be caused by the audio amplifier auto gain. Try disabling it if you have such option in the sound card configuration. Use the 32bit sampling since this fits the 24bits. The other options are just in case there is some compatibility issue. You could try using higher Settle time in Network Options, to see if this makes any improvement. The audio stream latency may vary from systems to system. See the related post:
  15. Hi @Alejandro-Dev Yes, indices 0/1 on Digital Discovery are DIO-24/25
  16. Hi @enelson I think you are referring to the noise band. Beside normal samples a smaller amount of noise (min/max) values are stored. This, to indicate glitches or higher frequency components that would be otherwise hidden by normal sampling. This can be disabled individually under each channel option (gear) or under Option dropdown.
  17. Hi @abadialali It is working with the latest beta version: https://forum.digilentinc.com/topic/8908-waveforms-beta-download/
  18. Hi @matt.casavecchia You can use the Tool.exec or .start functions to launch an external application, see the Help in the app You can also use the WF SDK/API and for linking use -ldwf, see the manual and examples
  19. Hi @Rolf_K It is fixed for the next build. Thank you for the observation. Edit: In the current software version when custom measurement is added the internal storage key is not updated, so this won't be saved properly. To overcome this perform a reordering (drag in row header) or add a defined measurement after adding custom(s).
  20. Hi @Alejandro-Dev See the earlier mentioned SDK manual pdf
  21. Hi @JuanCar You could use the Window trigger in Scope to detect enter or exit in range. For qualifier you could use some scripting in the Script tool or in the Scope/ View/ Logging/ Script.
  22. Hi @mmachtey 1. The low/high warning are shown where the reference resistor and DUT impedance are different by magnitudes, so the result resolution/accuracy may be low. Try reducing the rms voltage value. 2,4. The Constant Voltage/Current implementations are similar to examples, see pic below. 3. The function is for the open/short compensation. https://forum.digilentinc.com/topic/21746-discovery-2-impedance-measurement-and-compensation-issues/?do=findComment&comment=62830
  23. Hi @Albert Terheide The emulated driver is working on Mac mini M1 so it should also work on Air M1.
  24. Hi @Albert Terheide I don't know how much power can this laptop provide. On earlier Air the USB A on one side was limited in power. The USB types/versions are (or should be) compatible. It should work with USB hub or direct connection, if you can find C to micro cable or adapter. If you get error on connection or during usage try powered hub or docking station.
×
×
  • Create New...