Jump to content

R Hari Chandana

Members
  • Posts

    9
  • Joined

  • Last visited

R Hari Chandana's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Hi @attila, As per the note you mentioned earlier, i tried sending data through CAN Transcevier. It is sometimes working and sometimes not, because of noise induced on the CAN_H and CAN_L lines. Need to debug more at that end. One other question with regards to this, when DIO5 and DIO6 (Lets say) are programmed to use as CAN protocol lines, is it possible to use DIO8-DIO12 as pattern generator parallelly?
  2. Hi, Im trying to use CAN protocol in Analog discovery 2. How is the configuration done and connections are given for CAN High and CAN Low lines in order to transmit data over CAN protocol. Thanks in advance
  3. Hi @attila, No i couldn't find this declarations in that file. I added this part of declaration to the file as no other option is available and it worked Thank you.
  4. Hi @attila, I verified the code for frequency measurement. That is amazing, thankful for the help. About the first question, i updated Waveforms to the latest version, i couldn't find sources of window.
  5. Hi @attila, I verified this. The atached file is the dwfconstants.py from the location "C:\Program Files (x86)\Digilent\WaveFormsSDK\samples\py\". couldn't find the declarations for window types. Also, How to find the frequency of the analog data on scope - channel 1 using python? There is only definitions to read voltage level of the data. Please help me on this query too. Thanks in advance dwfconstants.py
  6. Hi Attila, I am tring to work on something related to the Waveforms SDK. I got the issue as mentioned by @tdeball. Updated the Waveforms to the latest version, still facing the same issue. I will be glab receiving help in this regards. D:\localWS\XXX\Testing\xxx\Testjig_UI> & d:/localWS/XXX/Testing/xxx/Testjig_UI/venv/Scripts/python.exe d:/localWS/XXX/Testing/xxx/Testjig_UI/ADwithPy.py Traceback (most recent call last): File "d:\localWS\XXX\Testing\xxx\Testjig_UI\ADwithPy.py", line 22, in <module> from WF_SDK import device, scope, wavegen # import instruments File "d:\localWS\XXX\Testing\xxx\Testjig_UI\WF_SDK\__init__.py", line 15, in <module> from WF_SDK import tools File "d:\localWS\XXX\Testing\xxx\Testjig_UI\WF_SDK\tools.py", line 29, in <module> class window: File "d:\localWS\XXX\Testing\xxx\Testjig_UI\WF_SDK\tools.py", line 31, in window rectangular = constants.DwfWindowRectangular AttributeError: module 'dwfconstants' has no attribute 'DwfWindowRectangular' Thanks in advance.
  7. Hi @attila, Thank you for your suggestions. Currently Im able to open the Script from the command line but unable to run it using "-runscript". Is there a specific way to run the Script from command line (without manually doing it from WaveForms GUI application)?
  8. We are designing a test jig connected to Analog discovery 2 kit. During the In - Circuit Testing (ICT) process, our custom software will call the waveformssdk for the data acquisition. We were able to implement till this. The requirement now is that, the waveforms's script has to run in the background. Is it possible? If so what is the procedure to implement this?
×
×
  • Create New...