pysimCoder
pysimCoder copied to clipboard
Block diagram editor and real time code generator for Python
[Improve export by adding NuttX current target (arch, chip, board) commit ](https://github.com/apache/nuttx/pull/11908/commits/49820ce41864c94887b7e3dfc9df7a63c5d20132) to NuttX mainline adds `NUTTX_ARCH`, `NUTTX_ARCH_CHIP` and `NUTTX_BOARD` variables to NuttX export. We could use this to identify...
I've been asked to modify the 2 plots system in order to have the execution/simulation time on the X-axis instead of the sample value. I've implemented a temporary solution (not...
Hello Roberto, I am member of the EtherLab team (etherlab.org) and the creator of the EtherCos package (Scicos, EtherLab, EtherCAT) many years ago. I am quite happy to see your...
I've modified the files to work with both PyQt5 and PyQt6. If the try to import he PyQt6 packages fails, pyimCoder starts with the packages of PyQt5. Due to the...
I'm trying to make the block like the block like ±|u|^v. Under folders "/pysimCoder-master/resources/blocks/blocks/", with reference to ".xblk blocks", under folders "/pysimCoder-master/BlockEditor/", using defBlocks.py or xblk2Blk.py, I'm trying to make...
Make the block flip such that the svg won't flip with it.
This version fixes problems with pyshv mainline version 0.10+ caused by incomplete decoding of the requests. The stop on final time on Linux RT target has been broken during previous...
@robertobucher @ppisa @michallenc I am creating this issue to address the ways of pysimCoder versioning. Currently, the version is specified in the const.py file and since 2022 it has consistently...
I think that during the code generation process (and also during any process with a lot of procedures), it would come handy if a dialog popped up, showing all the...
With @ppisa, we propose a new option to be specified in the model's dialog: the additional make build arguments. With this, the user can specify arguments that are specific to...