This shows you the differences between two versions of the page.
pm:prj2023:ibradu:programmableplc [2023/05/31 12:50] mihai.costin [Concluzii] |
pm:prj2023:ibradu:programmableplc [2023/05/31 12:53] (current) mihai.costin [Bibliografie/Resurse] |
||
---|---|---|---|
Line 29: | Line 29: | ||
Input Block | Input Block | ||
===== Software Design ===== | ===== Software Design ===== | ||
- | |||
- | |||
- | <note tip> | ||
- | Descrierea codului aplicaţiei (firmware): | ||
- | * mediu de dezvoltare (if any) (e.g. AVR Studio, CodeVisionAVR) | ||
- | * librării şi surse 3rd-party (e.g. Procyon AVRlib) | ||
- | * algoritmi şi structuri pe care plănuiţi să le implementaţi | ||
- | * (etapa 3) surse şi funcţii implementate | ||
- | </note> | ||
Mediu de dezvoltare: | Mediu de dezvoltare: | ||
Line 61: | Line 52: | ||
Repo de git pentru parserul de Structured Text: https://github.com/mihaicostin34/ST_Parser | Repo de git pentru parserul de Structured Text: https://github.com/mihaicostin34/ST_Parser | ||
- | ===== Jurnal ===== | ||
- | |||
- | <note tip> | ||
- | Puteți avea și o secțiune de jurnal în care să poată urmări asistentul de proiect progresul proiectului. | ||
- | </note> | ||
===== Bibliografie/Resurse ===== | ===== Bibliografie/Resurse ===== | ||
- | <note> | ||
- | Listă cu documente, datasheet-uri, resurse Internet folosite, eventual grupate pe **Resurse Software** şi **Resurse Hardware**. | ||
- | </note> | ||
<html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | <html><a class="media mediafile mf_pdf" href="?do=export_pdf">Export to PDF</a></html> | ||
+ | |||
+ | Documentatie pentru Web Assembly Text: https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format \\ | ||
+ | Standardul IEC 61131: https://en.wikipedia.org/wiki/IEC_61131 \\ | ||
+ | Datasheet ESP: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf | ||