Jump to content

Rohan16

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Rohan16

  1. @attila In your case , The 0th clock pulse is empty and data transffer starts from 1st clock pulse.

    I want to start the data transffer from 0th clock pulse so that it will sync it to clock pulses from start .

    and also is there a syntax in script  to send the  binary data (for e.g 101010) ?

    image.png

  2. @attila Thanks for the reply . How do we send the exact 13 bits of data with follwing format  ?  because for 16 bits , it shifts the data and does not appear correct on logic analyzer .

    " Protocol.SPI.ReadWrite(XX,[0xXXX])" .........13 bits of data with 13 clock cycles 

  3. I have interfaced ADC12138 to Digital Discovery board and observing data on MISO line.SPI Clock frequeny is 100Khz and expecting some data change on MISO line for various commands related to ADC sent over MOSI line.

    there is no data observed on MISO line except 0x00 for any command sent to MOSI line. what could be the reason of this issue ? is there any setting need to be performed for SPI Protocol instrument . wiring diagram of circuit is also attached.

    image.png.22ae0cfa1ded0a0c49d59de52afd6a72.png

    0A.JPG

    0C.JPG

    08.JPG

  4. I am trying to run patterns and I2C instruments at the same time. configured the DIO 39 pin  such that it generate high signal for 1 second and low signal  for 10 seconds. 

    Both I2C's and Pattern's code works fine when run independatly but does not work when clubbed together as below .

    Are there some settings to do when two instruments are clubbed together ?

    what could be the solution so that patterns and I2C instruments  run independently at the same time ?

     

     

    Thanks in advance

  5. I am trying to run Pattern Tool with following script  to generate the pulse waveform of 1 second high logic  and 3 second low logic on DIO24 .

    I have written below code lines  after referring the Help section of Waveforms software .

    But still getting  this error "TypeError: Result of expression 'Patterns.Channels.DI024' [undefined] is not an object."

    what could be the reason of this error ?

    image.thumb.png.d67253929fbb9b4ec3aaa7b4be55483a.png

    one more question on script window is how to turn on auto suggestions as shown below in Waveform software ?

    image.png.df0eb40ca0026c0402187c8b1a664f5b.png

    Thanks in advance .

×
×
  • Create New...