Jump to content

attila

Technical Forum Moderator
  • Posts

    6,655
  • Joined

  • Last visited

Reputation Activity

  1. Like
    attila got a reaction from TOIVI in RPM display of automotive Quick Measure in Waveforms   
    Hi @TOIVI
    Thank you.

     
  2. Like
    attila reacted to Kirsan in Digital Inputs control in AD2/3 via python(pydwf).   
    Hi @attila
    Thanks for the answer. Now I see.)
  3. Like
    attila got a reaction from TOIVI in RPM display of automotive Quick Measure in Waveforms   
    Hi @TOIVI
     
  4. Like
    attila reacted to RajatDas in AD2 || NetworkAnalyzer || Data Saving   
    ok, Thank u @attila
  5. Like
    attila got a reaction from dcnorris in Waveforms 'Bus Error' Raspberry Pi 4   
    Hi @sam5991
    It looks like the new 32bit RPi OS uses by default 64bit kernel.
    After adding arm_64bit=0 to /boot/config.txt to load the 32bit kernel the WF app is working.
  6. Like
    attila reacted to nurber3 in Why are Wavegen trigger level indicators a different color than Wavegen colors ?   
    Thanks for replies and quick fix.  I'm very impressed with timeliness of fixes and feature requests of Waveforms.
  7. Like
    attila reacted to mwb1100 in waveforms oscilloscope: Set sample rate without changing the time base   
    Thanks for the reply and suggestion.  Looks like I need to read up on reference channels.  And Decimate sampling mode! 
    You are correct that decimate is exactly what I want.  Thanks for pointing that out.
  8. Like
    attila reacted to maierkomor in CSV import into Wafeforms   
    Thanks - that was missing. Have a nice day!
  9. Like
    attila reacted to Takuya in Sending serial data with ADP5250   
    Thank you! I didn't notice this post for some reason.
  10. Like
    attila reacted to TOIVI in RPM display of automotive Quick Measure in Waveforms   
    Hí @attila
    Yes, I was thinking about the Wankel engine, but I didn't want to complicate the table.
    Practically, these are the variants.
  11. Like
    attila got a reaction from TOIVI in RPM display of automotive Quick Measure in Waveforms   
    Hi @TOIVI
    And what about 3 and other stroke numbers ?
  12. Like
    attila reacted to TOIVI in RPM display of automotive Quick Measure in Waveforms   
    Hi @attila
    This is a generic solution, but it can be misleading. The attached table summarizes the situation. A 2 Stroke / 4 Stroke switch would be a better option.
  13. Like
    attila got a reaction from m72 in Logic Detector as trigger in Scope. Is it possible?   
    Hi @m72
    Thanks for the observation. Fixed for the next version.
  14. Like
    attila reacted to iPsych in Firmware change is possible for between ADP5250 and NI virtual bench?   
    Oh, my bad. Thank you for the kind explanation. 
  15. Like
    attila reacted to torbos in Analog input sample by digital input clock   
    Thanks, this worked well!
  16. Like
    attila reacted to m72 in Logic Detector as trigger in Scope. Is it possible?   
    Hello! 

    WaveForms 3.20.35, DigitalDiscovery 
    Supplies parameters does not save: Drive, Slew and pulls. Saves only voltage and threshold. 

    With best regards, Mikhail.
  17. Like
    attila reacted to TOIVI in SAE J1850 VPW protocol decoder   
    Thank You @attila!

  18. Like
    attila got a reaction from TOIVI in SAE J1850 VPW protocol decoder   
    Hi @TOIVI
     
  19. Like
    attila got a reaction from nurber3 in SAE J1850 VPW protocol decoder   
    Hi @TOIVI

  20. Like
    attila reacted to mikeyc in how to select mode of analog discovery 2 via the sdk   
    Thank you, works as expected! for others that run across this that may be working from the examples, replace the FDwfDeviceOpen call with FDwfDeviceConfigOpen rather than calling them both.
  21. Like
    attila reacted to TOIVI in SAE J1850 VPW protocol decoder   
    Great! Using the native support, the user can connect the oscilloscope tool directly to the vehicle bus,  digitize the signal in mixed mode and decode protocol, eliminating the need for external voltage divider.
    (Yes, this unusal bit encoding  is used in J850 VPW. Passive Level Short Pulse = 0, Passive Level Long pulse =1, Active Level Short Pulse =1, Active Level Long Pulse = 0.)
     
  22. Like
    attila got a reaction from TOIVI in SAE J1850 VPW protocol decoder   
    Hi @TOIVI

  23. Like
    attila got a reaction from TOIVI in SAE J1850 VPW protocol decoder   
    Hi @TOIVI
    Thanks for sharing this. I'll add to support it natively.
    Edit:
    Instead of:
    if ((Symbol == 7) || (Symbol == 7)){ //SOF or EOD
    you probably wanted:
    if ((Symbol == 6) || (Symbol == 7)){ //SOF or EOD
  24. Like
    attila reacted to TOIVI in SAE J1850 VPW protocol decoder   
    I wrote a protocol decoder for the SAE J1850 VPW bus that can be used in WaveForms' Logic Analyzer. I share it.
    The decoder works on the DIO 0 channel. It decodes frames and can display bytes (if the DiplayBytes variable is set to true).
    I also attach a csv file containing a test sample recorded from a working bus. (This pattern should be imported into the Samples tool for the DIO 0 channel at 346021 Hz.)
    Note that the J1850 VPW bus uses a level higher than 5V. Do not connect the input of the logic analyzer  directly to the bus. 

    J1850_VPW.txt J1850_VPW_DIO_0.csv J1850_VPW_V2T.txt
  25. Like
    attila got a reaction from nurber3 in Latest beta missing trigger "Type:" at 200% Scale on Ubuntu 20.04 LTS, appears at 100% scaling   
    Hi @nurber3
    Adding two row option:
     
×
×
  • Create New...