Logic 2.2.9

Download Links

We have a new changelog page! check it out here

Alpha Mailing List
Join the Alpha Users Mailing List to be notified about the next release!

What’s new:

  • Python measurement extensions!
    You can now easily build your own measurements for both analog and digital data with only a few lines of code. Check out the documentation here.
  • Added built-in measurement extensions for clock stats and analog voltage RMS.
  • High-level analyzer extensions API now supports user settings.
  • All dialogs in the application can now be dragged.
  • Traces color now match the channel color by default.

Bug Fixes:

  • Error reporting initialization
  • Internal error when removing analyzers automatically.
  • Occasionally the add analyzer menu would be empty.
  • The UI now reliably detects when backlogged capture processing is complete
  • Internal crash on Linux in serialization
  • Crash caused by high-level analyzer initialization error
  • Analyzers could cause a crash during live-view mode

With 2.2.9, I’m still seeing the “eventually UI lockup” bug that I did with 2.2.8 when letting captures run for a long(ish) period of time. It seems that trigger (digital, analog, or none) doesn’t matter. Simply letting Logic capture for 15-30 minutes will cause the UI to become unresponsive, as well as stop displaying new data. I’m hoping your’re able to reproduce this issue as well. Four digital, two analog channels turned on. Capturing at 6.25MS/s and 1.5MS/s respectively. Looping mode, with 0.5GB of memory buffer size on a Logic Pro 16. Let her rip for a while and you’ll get things slowing down and eventually stopping.

1 Like

Thanks for letting us know, we’re still looking into this issue (it seems like a memory allocation issue, but not sure at the moment)

When running a custom analyzer on a large amount of data Logic still crashes - same issue as in prior versions. I had 60 seconds of SDIO recorded at 125 MS/s and the the custom analyzer only got about 10% done before Logic crashed.

{“Environment”:“production”,“Branch”:“master”,“Commit”:“3ce832b305753065d72833cfd258c850778a8585”,“Version”:“2.2.9”,“MachineID”:“6256b8d1-b7b9-49ab-a900-c6a6da05f031”}

1 Like

Do the Python extensions only concern measurement, or do they also embrace data export?

The standard data export for protocols like I²C, SPI or UART generates a file with one byte sent or received per line. I would like to have one frame with all the related bytes per line instead.

Is it possible to use Python extensions to achieve that specific data export?

We currently support 3 types of extensions: High Level Analyzers, Digital Measurements, and Analog Measurements. You can find documentation and examples at https://github.com/saleae/logic2-examples/blob/master/README.md

Regarding your use-case, you would probably want to start with a High Level Analyzer (HLA), which can process data from i2c, SPI, and Async Serial analyzers. Although we don’t specifically support exporting data from an HLA right now, you have the full power of Python within an HLA. Knowing that, you could write to a file directly from your HLA to get the data you want.

Hope that helps, and let me know if you have any questions!

Ryan

Thanks for all your work, the 2.x releases keep getting better and better! I’m now using them essentially full time, but I keep hitting a bug I can’t see reported elsewhere.

I’m on Linux (Ubuntu 18.04), device is a Pro 16. At some point while moving the mouse over a logic trace, most of the application GUI vanishes, leaving just the title bar and a grey background. There’s no new entry printed to the console when this happens, and nothing I can do seems to bring it back. The title bar menus are responsive but most entries are disabled:

I can’t narrow down exactly what causes the behaviour. It only occurs while mousing over a trace when I might usually expect a timing measurement to be drawn, but most of the time those work fine. I’m happy to try and get more information if there’s anything I can do to help narrow down the cause.

Thanks!

1 Like

First of all, happy to hear that you can use the app full time now!
We’d love to look into this bug ASAP. If you can share with us your machine ID, that would be helpful (you can find it in Main Main -> Device Selector -> Question mark on the bottom left.

Thanks for the feedback!

Sure thing:

{"Environment":"production","Branch":"master","Commit":"3ce832b305753065d72833cfd258c850778a8585","Version":"2.2.9","MachineID":"6da128b0-5ac3-4ae0-afae-960217583d84"}
1 Like

We believe that we’ve found the issue - it might be the analyzer results tooltip (we’re using a 3rd party library for that), and probably when its text is too long…

Did you have an analyzer when it crashed?

Thanks!

Yep, I had the SWD analyser on in every case where it crashed.

Thanks, we’ll fix it then on the next version (next week)

1 Like

Brilliant, thank you! I’m amazed how quickly you diagnosed that from “oh, the GUI goes away sometimes when I move the mouse…”!

Hey @Brian, does it happen even if you don’t have analog channels? We haven’t optimized the analog data yet

@chris.peterson can you share your capture with us (here or via email)?
we’d love to run that analyzer and look into that.
Thanks!

Rani, No, it doesn’t seem to, because no memory is used when I just have digital channels enabled. (I’ve had it running for over an hour now, and it still says 0 MB.) It’s not slowing down or stopping either.

Am I trying to do something that’s not supported? Is letting it run for a long time (hours/days/weeks) not going to be something that Logic can do? I want to find a different tool for this particular test if that’s the case (which is totally cool - I don’t have an expectations that this will be a supported use case for Logic)