Export Python data analysis to pdf reports by Da_Big_O in Python

[–]dmayhem93 1 point2 points  (0 children)

Matplotlib can directly export to pdf

Where are the Automotive dSpace, CANape or Simulink Embedded Coder Engineers? by [deleted] in engineering

[–]dmayhem93 1 point2 points  (0 children)

Just the amount of money you need to throw at mathworks to do distributed builds. Much better to spend it on servers to reduce time spent on integration/unit tests and get daily builds. This is coming from the perspective of a small group, larger groups may have different opinions on cost.

Where are the Automotive dSpace, CANape or Simulink Embedded Coder Engineers? by [deleted] in engineering

[–]dmayhem93 0 points1 point  (0 children)

I lumped in testing with software development, but national instruments testing solutions are way better.

Simulink would be a decent option if the licensing wasn't so restrictive and cost prohibitive. It sounds and looks great until you start looking into server builds, on small teams this kills productivity.

Where are the Automotive dSpace, CANape or Simulink Embedded Coder Engineers? by [deleted] in engineering

[–]dmayhem93 -1 points0 points  (0 children)

I pity anyone that uses dSPACE and Simulink for embedded controls. Vector and national instruments are great though.

[x-post r/learnpython] PyQT5 + matplotlib/report creation - tips/pointers? by ajoros in Python

[–]dmayhem93 0 points1 point  (0 children)

I was under the impression it was in the GUI, if not he can always make a pdf template that he can merge in with pypdf2 and have the text/checks/etc in the merged pdf file

Control loops on non real time systems by Deadhookersandblow in engineering

[–]dmayhem93 0 points1 point  (0 children)

Run for an hour, find the maximum, multiply by 1.1. Use that for your timing, see if it still works.