├── IDE4PLC-Guia de uso-v1.0.4-v0.75.pdf ├── IDE4PLC.lnk ├── IDE4PLC_LICENSE ├── COPYING.LESSER.txt ├── COPYING.txt └── README.txt ├── IDE4PLC_files ├── Boards │ ├── CIAA-NXP │ │ ├── C_Code │ │ │ ├── Makefile │ │ │ ├── osekGen │ │ │ │ ├── inc │ │ │ │ │ ├── Os_Cfg.h │ │ │ │ │ ├── Os_Internal_Cfg.h │ │ │ │ │ └── cortexM4 │ │ │ │ │ │ └── Os_Internal_Arch_Cfg.h │ │ │ │ └── src │ │ │ │ │ ├── Os_Cfg.c │ │ │ │ │ ├── Os_Internal_Cfg.c │ │ │ │ │ └── cortexM4 │ │ │ │ │ └── Os_Internal_Arch_Cfg.c │ │ │ └── plc_application.oil │ │ └── Scripts │ │ │ ├── linux │ │ │ ├── Nota.txt │ │ │ ├── PLC_Build.sh │ │ │ ├── PLC_BuildDownload.sh │ │ │ ├── PLC_Clean.sh │ │ │ └── PLC_Download.sh │ │ │ ├── mac_os_x │ │ │ └── TODO.txt │ │ │ └── windows │ │ │ ├── PLC_Build.bat │ │ │ ├── PLC_Build.sh │ │ │ ├── PLC_BuildDownload.bat │ │ │ ├── PLC_BuildDownload.sh │ │ │ ├── PLC_Clean.bat │ │ │ ├── PLC_Clean.sh │ │ │ ├── PLC_Download.bat │ │ │ └── PLC_Download.sh │ └── EDU-CIAA-NXP │ │ ├── C_Code │ │ ├── Makefile │ │ ├── osekGen │ │ │ ├── inc │ │ │ │ ├── Os_Cfg.h │ │ │ │ ├── Os_Internal_Cfg.h │ │ │ │ └── cortexM4 │ │ │ │ │ └── Os_Internal_Arch_Cfg.h │ │ │ └── src │ │ │ │ ├── Os_Cfg.c │ │ │ │ ├── Os_Internal_Cfg.c │ │ │ │ └── cortexM4 │ │ │ │ └── Os_Internal_Arch_Cfg.c │ │ └── plc_application.oil │ │ └── Scripts │ │ ├── linux │ │ ├── Nota.txt │ │ ├── PLC_Build.sh │ │ ├── PLC_BuildDownload.sh │ │ ├── PLC_Clean.sh │ │ └── PLC_Download.sh │ │ ├── mac_os_x │ │ └── TODO.txt │ │ └── windows │ │ ├── PLC_Build.bat │ │ ├── PLC_Build.sh │ │ ├── PLC_BuildDownload.bat │ │ ├── PLC_BuildDownload.sh │ │ ├── PLC_Clean.bat │ │ ├── PLC_Clean.sh │ │ ├── PLC_Download.bat │ │ └── PLC_Download.sh ├── IL_Export │ ├── Configuration.il │ ├── FunctionBlockDefinitions.il │ ├── FunctionDefinitions.il │ └── ProgramDefinitions.il ├── Icons │ ├── IDE4PLC.ico │ ├── IDE4PLC.png │ └── Pharo.icns └── Locale │ ├── C │ ├── GUI_Images │ │ ├── Backgrounds │ │ │ ├── Logos.png │ │ │ ├── background2.jpg │ │ │ └── default.jpg │ │ ├── DesktopIcons │ │ │ ├── Device.png │ │ │ ├── Device_hover_black.png │ │ │ ├── Device_hover_blue.png │ │ │ ├── POU.png │ │ │ ├── POULibrary.png │ │ │ ├── POULibrary_hover_black.png │ │ │ ├── POULibrary_hover_blue.png │ │ │ ├── POU_hover_black.png │ │ │ ├── POU_hover_blue.png │ │ │ ├── Project.png │ │ │ ├── Project_hover_black.png │ │ │ ├── Project_hover_blue-.png │ │ │ └── Project_hover_blue.png │ │ ├── EditorDevice │ │ │ ├── CIAA-NXP │ │ │ │ ├── description.png │ │ │ │ └── device.png │ │ │ ├── EDU-CIAA-NXP │ │ │ │ ├── description.png │ │ │ │ └── device.png │ │ │ └── deviceIcon.png │ │ ├── EditorPOU │ │ │ ├── Buttons │ │ │ │ ├── close14.png │ │ │ │ ├── close14_hover.png │ │ │ │ └── defaut.png │ │ │ ├── CommonToolbar │ │ │ │ ├── add.png │ │ │ │ ├── addNetwork.png │ │ │ │ ├── console.png │ │ │ │ ├── down.png │ │ │ │ ├── label.png │ │ │ │ ├── left.png │ │ │ │ ├── remove.png │ │ │ │ ├── removeNetwork.png │ │ │ │ ├── right.png │ │ │ │ ├── toLibrary.png │ │ │ │ ├── up.png │ │ │ │ └── varDeclsEditor.png │ │ │ ├── CompileToolbar │ │ │ │ ├── build.png │ │ │ │ ├── clean.png │ │ │ │ ├── connectToDevice.png │ │ │ │ ├── download.png │ │ │ │ ├── genc.png │ │ │ │ ├── gencBuildDownload.png │ │ │ │ ├── ilExport.png │ │ │ │ └── programControl.png │ │ │ ├── FilesToolbar │ │ │ │ ├── delete.png │ │ │ │ └── save.png │ │ │ ├── LadderToolbar │ │ │ │ ├── closeBranch.png │ │ │ │ ├── coil.png │ │ │ │ ├── contact.png │ │ │ │ ├── ladderComponent.png │ │ │ │ └── openBranch.png │ │ │ └── POUToolbar │ │ │ │ ├── function.png │ │ │ │ ├── functionBlock.png │ │ │ │ └── program.png │ │ └── OLD │ │ │ ├── CompileToolbar Old Icons.zip │ │ │ ├── dummy │ │ │ ├── configHW.png │ │ │ ├── configSW.png │ │ │ ├── hardConfig.png │ │ │ └── resource.png │ │ │ └── pouEditorToolbar-old │ │ │ ├── LPCXpresso1769build.png │ │ │ ├── addCoil.png │ │ │ ├── addContact.png │ │ │ ├── addFunction.png │ │ │ ├── addFunctionBlock.png │ │ │ ├── addLabel.png │ │ │ ├── addLadderComponent.png │ │ │ ├── addNetwork.png │ │ │ ├── addProgramControl.png │ │ │ ├── addToLibrary.png │ │ │ ├── bootLPCLink.png │ │ │ ├── closeBranch.png │ │ │ ├── compile.png │ │ │ ├── downloadProgram.png │ │ │ ├── ilExport.png │ │ │ ├── openBranch.png │ │ │ ├── removeNetwork.png │ │ │ └── removeSelected.png │ └── ide4plc.mp3 │ ├── en_US.UTF-8 │ ├── GUI_Images │ │ ├── Backgrounds │ │ │ ├── Logos.png │ │ │ ├── background2.jpg │ │ │ └── default.jpg │ │ ├── DesktopIcons │ │ │ ├── Device.png │ │ │ ├── Device_hover_black.png │ │ │ ├── Device_hover_blue.png │ │ │ ├── POU.png │ │ │ ├── POULibrary.png │ │ │ ├── POULibrary_hover_black.png │ │ │ ├── POULibrary_hover_blue.png │ │ │ ├── POU_hover_black.png │ │ │ ├── POU_hover_blue.png │ │ │ ├── Project.png │ │ │ ├── Project_hover_black.png │ │ │ ├── Project_hover_blue-.png │ │ │ └── Project_hover_blue.png │ │ ├── EditorDevice │ │ │ ├── CIAA-NXP │ │ │ │ ├── description.png │ │ │ │ └── device.png │ │ │ ├── EDU-CIAA-NXP │ │ │ │ ├── description.png │ │ │ │ └── device.png │ │ │ └── deviceIcon.png │ │ ├── EditorPOU │ │ │ ├── Buttons │ │ │ │ ├── close14.png │ │ │ │ ├── close14_hover.png │ │ │ │ └── defaut.png │ │ │ ├── CommonToolbar │ │ │ │ ├── add.png │ │ │ │ ├── addNetwork.png │ │ │ │ ├── console.png │ │ │ │ ├── down.png │ │ │ │ ├── label.png │ │ │ │ ├── left.png │ │ │ │ ├── remove.png │ │ │ │ ├── removeNetwork.png │ │ │ │ ├── right.png │ │ │ │ ├── toLibrary.png │ │ │ │ ├── up.png │ │ │ │ └── varDeclsEditor.png │ │ │ ├── CompileToolbar │ │ │ │ ├── build.png │ │ │ │ ├── clean.png │ │ │ │ ├── connectToDevice.png │ │ │ │ ├── download.png │ │ │ │ ├── genc.png │ │ │ │ ├── gencBuildDownload.png │ │ │ │ ├── ilExport.png │ │ │ │ └── programControl.png │ │ │ ├── FilesToolbar │ │ │ │ ├── delete.png │ │ │ │ └── save.png │ │ │ ├── LadderToolbar │ │ │ │ ├── closeBranch.png │ │ │ │ ├── coil.png │ │ │ │ ├── contact.png │ │ │ │ ├── ladderComponent.png │ │ │ │ └── openBranch.png │ │ │ └── POUToolbar │ │ │ │ ├── function.png │ │ │ │ ├── functionBlock.png │ │ │ │ └── program.png │ │ └── OLD │ │ │ ├── CompileToolbar Old Icons.zip │ │ │ ├── dummy │ │ │ ├── configHW.png │ │ │ ├── configSW.png │ │ │ ├── hardConfig.png │ │ │ └── resource.png │ │ │ └── pouEditorToolbar-old │ │ │ ├── LPCXpresso1769build.png │ │ │ ├── addCoil.png │ │ │ ├── addContact.png │ │ │ ├── addFunction.png │ │ │ ├── addFunctionBlock.png │ │ │ ├── addLabel.png │ │ │ ├── addLadderComponent.png │ │ │ ├── addNetwork.png │ │ │ ├── addProgramControl.png │ │ │ ├── addToLibrary.png │ │ │ ├── bootLPCLink.png │ │ │ ├── closeBranch.png │ │ │ ├── compile.png │ │ │ ├── downloadProgram.png │ │ │ ├── ilExport.png │ │ │ ├── openBranch.png │ │ │ ├── removeNetwork.png │ │ │ └── removeSelected.png │ └── ide4plc.mp3 │ └── es_AR.UTF-8 │ ├── GUI_Images │ ├── Backgrounds │ │ ├── Logos.png │ │ ├── background2.jpg │ │ └── default.jpg │ ├── DesktopIcons │ │ ├── Device.png │ │ ├── Device_hover_black.png │ │ ├── Device_hover_blue.png │ │ ├── POU.png │ │ ├── POU_hover_black.png │ │ └── POU_hover_blue.png │ ├── EditorDevice │ │ ├── CIAA-NXP │ │ │ ├── description.png │ │ │ └── device.png │ │ ├── EDU-CIAA-NXP │ │ │ ├── description.png │ │ │ └── device.png │ │ └── deviceIcon.png │ └── EditorPOU │ │ ├── Buttons │ │ ├── close14.png │ │ ├── close14_hover.png │ │ └── defaut.png │ │ ├── CommonToolbar │ │ ├── add.png │ │ ├── addNetwork.png │ │ ├── console.png │ │ ├── down.png │ │ ├── label.png │ │ ├── left.png │ │ ├── remove.png │ │ ├── removeNetwork.png │ │ ├── right.png │ │ ├── toLibrary.png │ │ ├── up.png │ │ └── varDeclsEditor.png │ │ ├── CompileToolbar │ │ ├── build.png │ │ ├── clean.png │ │ ├── connectToDevice.png │ │ ├── download.png │ │ ├── genc.png │ │ ├── gencBuildDownload.png │ │ ├── ilExport.png │ │ └── programControl.png │ │ ├── FilesToolbar │ │ ├── delete.png │ │ └── save.png │ │ ├── LadderToolbar │ │ ├── closeBranch.png │ │ ├── coil.png │ │ ├── contact.png │ │ ├── ladderComponent.png │ │ └── openBranch.png │ │ └── POUToolbar │ │ ├── function.png │ │ ├── functionBlock.png │ │ └── program.png │ ├── es_AR_UTF-8.txt │ └── ide4plc.mp3 ├── IDE4PLC_user_projects └── plc_application │ ├── etc │ └── plc_application.oil │ ├── inc │ ├── PLC_App_Lib.h │ ├── PLC_CompilerDerivedDataTypes.h │ ├── PLC_StdFunctionBlocks.h │ ├── PLC_StdFunctions.h │ ├── PLC_UserDerivedDataTypes.h │ ├── PLC_UserFunctionBlocks.h │ ├── PLC_UserFunctions.h │ ├── PLC_UserPrograms.h │ ├── PLC_UserTasks.h │ └── plc_application.h │ ├── mak │ └── Makefile │ └── src │ ├── PLC_StdFunctionBlocks.c │ ├── PLC_StdFunctions.c │ ├── PLC_UserFunctionBlocks.c │ ├── PLC_UserFunctions.c │ ├── PLC_UserPrograms.c │ ├── PLC_UserTasks.c │ └── plc_application.c ├── Pharo.ico ├── Pharo.png ├── README.md ├── develop ├── Instalar IDE4PLC Comandos.txt ├── Instrucciones para armar una release.txt ├── Pasos-para-cargar-IDE4PLC-desde-Github.md ├── Release 1.0.5 info.txt └── TODO.txt ├── docs ├── IDE4PLC-v1.0.5-README.md ├── IDE4PLC-v1.0.5.ws ├── SASE_2016_Workshop │ ├── Modulo 2 - Practica de Smalltalk.zip │ ├── Modulo 3 - Extendiendo IDE4PLC - Practica.zip │ ├── SASE 2016 - Workshop IDE4PLC - Modulo 1.pdf │ ├── SASE 2016 - Workshop IDE4PLC - Modulo 2.pdf │ └── SASE 2016 - Workshop IDE4PLC - Modulo 3.pdf ├── assets │ └── img │ │ ├── -PruebaTecla-Led.png │ │ ├── -initializeIde4plc2.png │ │ ├── 01-webPharo.png │ │ ├── 02-bajarPharoParaLinux.png │ │ ├── 03-versionDeGlibc1.png │ │ ├── 03-versionDeGlibc2.png │ │ ├── 03-versionDeGlibc3.png │ │ ├── 04-DescomprimirPharo.png │ │ ├── 05-ChequearPermisoDeEjecucionDePharo.png │ │ ├── 06-ProbarPharo1.png │ │ ├── 06-ProbarPharo2.png │ │ ├── 07-clonarElRepoDeGit.png │ │ ├── 08-ArchivosDelRepoDeIde4plc.png │ │ ├── 09-ArchivosDelRepoDeIde4plcEnShared.png │ │ ├── 10-CambiarIconosDePharo.png │ │ ├── 11-MonticelloBrowser.png │ │ ├── 12-Package-cacheOpen.png │ │ ├── 13-loadIde4plcDeMonticello.png │ │ ├── 14-VerIde4plcEnSystemBrowser.png │ │ ├── 15-Playground.png │ │ ├── 16-loadDependences.png │ │ ├── 17-initializeIde4plc.png │ │ ├── 18-PonerNombreYApellidoCuandoCargoTodo.png │ │ ├── 20-AbrirDialogoDeBienvenida.png │ │ ├── 20-AbrirDialogoDeBienvenida2.png │ │ ├── 20-AbrirDialogoDeBienvenida4.png │ │ ├── 21-GuardarImagenDePharo.png │ │ ├── 22-Ide4plcEnCarpetaCiaa-ide.png │ │ ├── IDE4PLCv1-0-4.png │ │ └── IDE4PLCv1-0-4_2.png ├── ide4plc-install_en.md ├── ide4plc-install_es.md ├── ide4plc-linux-from-sources_es.md ├── index.md └── manuals │ ├── Jorge_Osio │ ├── Clase 2 IDE4PLC v2.pdf │ └── tutorial ide4plc V1.1.pdf │ └── Marcelo_Chichiri │ ├── IDE4PLC-Guia de uso-v1.0.4-v0.75.pdf │ └── IDE4PLC-Guia de uso-v1.0.4.docx ├── mkdocs.yml ├── package-cache ├── CommandShell-Base-dtl.41.mcz ├── CommandShell-Base-dtl.44.mcz ├── CommandShell-Commands-ThierryGoubier.16.mcz ├── CommandShell-Commands-dtl.18.mcz ├── CommandShell-Morphic-dtl.2.mcz ├── CommandShell-Piping-dtl.18.mcz ├── CommandShell-Piping-dtl.19.mcz ├── CommandShell-UI-ThierryGoubier.12.mcz ├── CommandShell-UI-dtl.13.mcz ├── ConfigurationOfCommandShell-ThierryGoubier.17.mcz ├── ConfigurationOfCommandShell-ThierryGoubier.21.mcz ├── ConfigurationOfGlamour-ErwanDouaille.105.mcz ├── ConfigurationOfOSProcess-ThierryGoubier.38.mcz ├── ConfigurationOfOSProcess-ThierryGoubier.41.mcz ├── ConfigurationOfPetitParser-TudorGirba.26.mcz ├── IDE4PLC-EricPernia.1.mcz ├── IDE4PLC-EricPernia.10.mcz ├── IDE4PLC-EricPernia.11.mcz ├── IDE4PLC-EricPernia.12.mcz ├── IDE4PLC-EricPernia.13.mcz ├── IDE4PLC-EricPernia.14.mcz ├── IDE4PLC-EricPernia.15.mcz ├── IDE4PLC-EricPernia.16.mcz ├── IDE4PLC-EricPernia.17.mcz ├── IDE4PLC-EricPernia.18.mcz ├── IDE4PLC-EricPernia.19.mcz ├── IDE4PLC-EricPernia.2.mcz ├── IDE4PLC-EricPernia.20.mcz ├── IDE4PLC-EricPernia.21.mcz ├── IDE4PLC-EricPernia.22.mcz ├── IDE4PLC-EricPernia.23.mcz ├── IDE4PLC-EricPernia.24.mcz ├── IDE4PLC-EricPernia.25.mcz ├── IDE4PLC-EricPernia.26.mcz ├── IDE4PLC-EricPernia.27.mcz ├── IDE4PLC-EricPernia.28.mcz ├── IDE4PLC-EricPernia.29.mcz ├── IDE4PLC-EricPernia.3.mcz ├── IDE4PLC-EricPernia.30.mcz ├── IDE4PLC-EricPernia.31.mcz ├── IDE4PLC-EricPernia.32.mcz ├── IDE4PLC-EricPernia.33.mcz ├── IDE4PLC-EricPernia.34.mcz ├── IDE4PLC-EricPernia.35.mcz ├── IDE4PLC-EricPernia.36.mcz ├── IDE4PLC-EricPernia.37.mcz ├── IDE4PLC-EricPernia.38.mcz ├── IDE4PLC-EricPernia.39.mcz ├── IDE4PLC-EricPernia.4.mcz ├── IDE4PLC-EricPernia.40.mcz ├── IDE4PLC-EricPernia.41.mcz ├── IDE4PLC-EricPernia.42.mcz ├── IDE4PLC-EricPernia.43.mcz ├── IDE4PLC-EricPernia.44.mcz ├── IDE4PLC-EricPernia.45.mcz ├── IDE4PLC-EricPernia.46.mcz ├── IDE4PLC-EricPernia.47.mcz ├── IDE4PLC-EricPernia.48.mcz ├── IDE4PLC-EricPernia.49.mcz ├── IDE4PLC-EricPernia.5.mcz ├── IDE4PLC-EricPernia.50.mcz ├── IDE4PLC-EricPernia.51.mcz ├── IDE4PLC-EricPernia.52.mcz ├── IDE4PLC-EricPernia.53.mcz ├── IDE4PLC-EricPernia.54.mcz ├── IDE4PLC-EricPernia.55.mcz ├── IDE4PLC-EricPernia.56.mcz ├── IDE4PLC-EricPernia.57.mcz ├── IDE4PLC-EricPernia.58.mcz ├── IDE4PLC-EricPernia.59.mcz ├── IDE4PLC-EricPernia.6.mcz ├── IDE4PLC-EricPernia.60.mcz ├── IDE4PLC-EricPernia.61.mcz ├── IDE4PLC-EricPernia.62.mcz ├── IDE4PLC-EricPernia.63.mcz ├── IDE4PLC-EricPernia.64.mcz ├── IDE4PLC-EricPernia.65.mcz ├── IDE4PLC-EricPernia.66.mcz ├── IDE4PLC-EricPernia.67.mcz ├── IDE4PLC-EricPernia.68.mcz ├── IDE4PLC-EricPernia.69.mcz ├── IDE4PLC-EricPernia.7.mcz ├── IDE4PLC-EricPernia.70.mcz ├── IDE4PLC-EricPernia.8.mcz ├── IDE4PLC-EricPernia.9.mcz ├── OSProcess-AIO-dtl.8.mcz ├── OSProcess-Base-dtl.49.mcz ├── OSProcess-Base-dtl.51.mcz ├── OSProcess-Mac-dtl.2.mcz ├── OSProcess-OS2-dtl.2.mcz ├── OSProcess-RiscOS-dtl.2.mcz ├── OSProcess-Tests-dtl.13.mcz ├── OSProcess-Tests-dtl.14.mcz ├── OSProcess-Unix-dtl.23.mcz ├── OSProcess-Unix-dtl.24.mcz ├── OSProcess-Win32-dtl.14.mcz ├── Parse-phase01-20160922.cs ├── Parse-phase02-20161016.cs ├── Parse-phase03-20161028.cs ├── Parse-phase04-20161118.cs ├── Parse-phase05-20161119.cs ├── PetitAnalyzer-lr.41.mcz ├── PetitParser-lr.231.mcz ├── PetitTests-lr.45.mcz ├── ScriptLoader40-EstebanLorenzano.789.mcz ├── System-Localization-EricPernia.80.mcz └── System-Localization-EricPernia.81.mcz └── play-cache ├── 2017-07-15T19-21-33-346419-03-00.ph └── 2017-07-15T20-21-37-492419-03-00.ph /IDE4PLC-Guia de uso-v1.0.4-v0.75.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC-Guia de uso-v1.0.4-v0.75.pdf -------------------------------------------------------------------------------- /IDE4PLC.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC.lnk -------------------------------------------------------------------------------- /IDE4PLC_LICENSE/README.txt: -------------------------------------------------------------------------------- 1 | IDE4PLC License: 2 | ---------------- 3 | 4 | Copyright © 2012-2017 Eric Nicolás Pernia. 5 | 6 | This program is free software: you can redistribute it and/or modify 7 | it under the terms of the GNU Lesser General Public License as published 8 | by the Free Software Foundation, either version 3 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU Lesser General Public License for more details. 15 | 16 | You should have received a copy of the GNU Lesser General Public License 17 | along with this program. If not, see . 18 | 19 | 20 | 21 | In this same folder folder you can find the complete text of the 22 | GNU Lesser General Public License in COPYING.LESSER.txt file, 23 | and the complete text of the GNU General Public License in 24 | COPYING.txt file. 25 | 26 | 27 | License of fixed files of IDE4PLC Firmware: 28 | ------------------------------------------- 29 | 30 | Copyright © 2012-2017 Eric Nicolás Pernia. All rights reserved. 31 | 32 | This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com 33 | 34 | Redistribution and use in source and binary forms, with or without modification, 35 | are permitted provided that the following conditions are met: 36 | 37 | * Redistributions of source code and project files must retain the above 38 | copyright notice, this list of conditions and the following disclaimer. 39 | 40 | * Redistributions in binary form must reproduce the above copyright notice, 41 | this list of conditions and the following disclaimer in the documentation 42 | and/or other materials provided with the distribution. 43 | 44 | * Neither the name of the copyright holders nor the names of its contributors 45 | may be used to endorse or promote products derived from this product without 46 | specific prior written permission. 47 | 48 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 49 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 50 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 51 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, 52 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 53 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 54 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 55 | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 56 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 57 | OF THE POSSIBILITY OF SUCH DAMAGE. 58 | 59 | 60 | Contact information 61 | ------------------- 62 | 63 | IDE4PLC oficial e-mail: ide4plc@gmail.com 64 | 65 | 66 | Author information 67 | ------------------ 68 | 69 | Name: Eric Nicolás. 70 | Last name: Pernia. 71 | Location: Quilmes, Buenos Aires, Argentina. 72 | 73 | Industrial automation and control engineer. 74 | Research professor at the National University of Quilmes (UNQ). 75 | Professor at the University of Buenos Aires (UBA). 76 | 77 | e-mail: ericpernia@gmail.com -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/C_Code/Makefile: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # 3 | # Copyright 2015, Mariano Cerdeiro 4 | # Copyright 2015, Pablo Ridolfi 5 | # Copyright 2015, Juan Cecconi 6 | # Copyright 2015, Eric Nicolás Pernia 7 | # Copyright 2015, Leandro Kollenberger 8 | # All rights reserved. 9 | # 10 | # This file is part of CIAA Firmware. 11 | # 12 | # Redistribution and use in source and binary forms, with or without 13 | # modification, are permitted provided that the following conditions are met: 14 | # 15 | # 1. Redistributions of source code must retain the above copyright notice, 16 | # this list of conditions and the following disclaimer. 17 | # 18 | # 2. Redistributions in binary form must reproduce the above copyright notice, 19 | # this list of conditions and the following disclaimer in the documentation 20 | # and/or other materials provided with the distribution. 21 | # 22 | # 3. Neither the name of the copyright holder nor the names of its 23 | # contributors may be used to endorse or promote products derived from this 24 | # software without specific prior written permission. 25 | # 26 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 27 | # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 28 | # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29 | # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 30 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 31 | # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 32 | # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 33 | # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 34 | # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 35 | # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 36 | # POSSIBILITY OF SUCH DAMAGE. 37 | # 38 | ############################################################################### 39 | # Project Name: based on Project Path and used to define OSEK configuration file 40 | PROJECT_NAME = $(lastword $(subst $(DS), , $(PROJECT_PATH))) 41 | # Project path 42 | # Defined $(PROJECT_PATH) in makefile.mine 43 | # source path 44 | $(PROJECT_NAME)_SRC_PATH += $(PROJECT_PATH)$(DS)src 45 | # include path 46 | INC_FILES += $(PROJECT_PATH)$(DS)inc $(PROJECT_PATH)$(DS)..$(DS)inc 47 | # library source files 48 | SRC_FILES += $(wildcard $($(PROJECT_NAME)_SRC_PATH)$(DS)*.c) 49 | # configuration for OSEK-OS 50 | OIL_FILES += $(PROJECT_PATH)$(DS)etc$(DS)$(PROJECT_NAME).oil 51 | # Modules needed for this example 52 | MODS ?= modules$(DS)posix \ 53 | modules$(DS)ciaak \ 54 | modules$(DS)drivers \ 55 | modules$(DS)rtos \ 56 | modules$(DS)libs \ 57 | modules$(DS)plc 58 | 59 | -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/linux/Nota.txt: -------------------------------------------------------------------------------- 1 | Debe dar permiso de ejecución al script: 2 | ---------------------------------------- 3 | 4 | cd /home/CIAA/IDE4PLC/PLC_Scripts/linux 5 | sudo chmod +x PLC_Download.sh -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/linux/PLC_Build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export PATH=$PATH:$HOME/ciaa-ide/gcc-arm-none-eabi-4_9-2015q1/bin:$HOME/ciaa-ide/openocd-0.9.0/src 43 | export CFLAGS="-Wno-unused-function" 44 | export BOARD="ciaa_nxp" 45 | export PROJECT_PATH="../IDE4PLC/shared/IDE4PLC_user_projects/plc_application" 46 | cd ${0%/*} 47 | cd ../../../../../../../ 48 | make -C $PWD/Firmware 49 | -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/linux/PLC_BuildDownload.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export PATH=$PATH:$HOME/ciaa-ide/gcc-arm-none-eabi-4_9-2015q1/bin:$HOME/ciaa-ide/openocd-0.9.0/src 43 | export CFLAGS="-Wno-unused-function" 44 | export BOARD="ciaa_nxp" 45 | export PROJECT_PATH="../IDE4PLC/shared/IDE4PLC_user_projects/plc_application" 46 | cd ${0%/*} 47 | cd ../../../../../../../ 48 | make -C $PWD/Firmware 49 | make -C $PWD/Firmware download 50 | -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/linux/PLC_Clean.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export PATH=$PATH:$HOME/ciaa-ide/gcc-arm-none-eabi-4_9-2015q1/bin:$HOME/ciaa-ide/openocd-0.9.0/src 43 | export CFLAGS="-Wno-unused-function" 44 | export BOARD="ciaa_nxp" 45 | export PROJECT_PATH="../IDE4PLC/shared/IDE4PLC_user_projects/plc_application" 46 | cd ${0%/*} 47 | cd ../../../../../../../ 48 | make -C $PWD/Firmware clean_generate 49 | -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/linux/PLC_Download.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export PATH=$PATH:$HOME/ciaa-ide/gcc-arm-none-eabi-4_9-2015q1/bin:$HOME/ciaa-ide/openocd-0.9.0/src 43 | export CFLAGS="-Wno-unused-function" 44 | export BOARD="ciaa_nxp" 45 | export PROJECT_PATH="../IDE4PLC/shared/IDE4PLC_user_projects/plc_application" 46 | cd ${0%/*} 47 | cd ../../../../../../../ 48 | make -C $PWD/Firmware download 49 | -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/mac_os_x/TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Boards/CIAA-NXP/Scripts/mac_os_x/TODO.txt -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/windows/PLC_Build.bat: -------------------------------------------------------------------------------- 1 | ::/*****************************************************************************/ 2 | ::/* Copyright 2015 Juan Cecconi. */ 3 | ::/* Copyright 2015 Pablo Ridolfi. */ 4 | ::/* Copyright 2015 Eric Nicolás Pernia. */ 5 | ::/* Copyright 2015 Leandro Kollenberger. */ 6 | ::/* Copyright 2016 Eric Nicolás Pernia. */ 7 | ::/* All rights reserved. */ 8 | ::/* */ 9 | ::/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 10 | ::/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 11 | ::/* */ 12 | ::/* Redistribution and use in source and binary forms, with or without */ 13 | ::/* modification, are permitted provided that the following conditions are */ 14 | ::/* met: */ 15 | ::/* */ 16 | ::/* 1. Redistributions of source code must retain the above copyright notice, */ 17 | ::/* this list of conditions and the following disclaimer. */ 18 | ::/* */ 19 | ::/* 2. Redistributions in binary form must reproduce the above copyright */ 20 | ::/* notice, this list of conditions and the following disclaimer in the */ 21 | ::/* documentation and/or other materials provided with the distribution. */ 22 | ::/* */ 23 | ::/* 3. Neither the name of the copyright holders nor the names of its */ 24 | ::/* contributors may be used to endorse or promote products derived from */ 25 | ::/* this software without specific prior written permission. */ 26 | ::/* */ 27 | ::/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 28 | ::/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 29 | ::/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 30 | ::/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 31 | ::/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 32 | ::/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 33 | ::/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 34 | ::/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 35 | ::/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 36 | ::/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 37 | ::/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 38 | ::/* */ 39 | ::/*****************************************************************************/ 40 | :: 41 | @ECHO OFF 42 | SET CIAA_DIR=%~dp0..\..\..\..\..\.. 43 | SET CYGWIN_BIN_DIR=%CIAA_DIR%\cygwin\bin 44 | ECHO "Send command >> make" 45 | %CYGWIN_BIN_DIR%\mintty.exe --hold error %CYGWIN_BIN_DIR%\bash --login -i -c $('cygpath -u "%CIAA_DIR%\IDE4PLC\IDE4PLC_files\Boards\CIAA-NXP\Scripts\windows\PLC_Build.sh") -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/windows/PLC_Build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export CFLAGS="-Wno-unused-function" 43 | export BOARD="ciaa_nxp" 44 | export PROJECT_PATH="../IDE4PLC/IDE4PLC_user_projects/plc_application" 45 | cd ${0%/*} 46 | cd ../../../../../../ 47 | make -C $PWD/Firmware -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/windows/PLC_BuildDownload.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export CFLAGS="-Wno-unused-function" 43 | export BOARD="ciaa_nxp" 44 | export PROJECT_PATH="../IDE4PLC/IDE4PLC_user_projects/plc_application" 45 | cd ${0%/*} 46 | cd ../../../../../../ 47 | make -C $PWD/Firmware 48 | make -C $PWD/Firmware download -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/windows/PLC_Clean.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export CFLAGS="-Wno-unused-function" 43 | export BOARD="ciaa_nxp" 44 | export PROJECT_PATH="../IDE4PLC/IDE4PLC_user_projects/plc_application" 45 | cd ${0%/*} 46 | cd ../../../../../../ 47 | make -C $PWD/Firmware clean_generate -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/CIAA-NXP/Scripts/windows/PLC_Download.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export CFLAGS="-Wno-unused-function" 43 | export BOARD="ciaa_nxp" 44 | export PROJECT_PATH="../IDE4PLC/IDE4PLC_user_projects/plc_application" 45 | cd ${0%/*} 46 | cd ../../../../../../ 47 | make -C $PWD/Firmware download -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/C_Code/Makefile: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # 3 | # Copyright 2015, Mariano Cerdeiro 4 | # Copyright 2015, Pablo Ridolfi 5 | # Copyright 2015, Juan Cecconi 6 | # Copyright 2015, Eric Nicolás Pernia 7 | # Copyright 2015, Leandro Kollenberger 8 | # All rights reserved. 9 | # 10 | # This file is part of CIAA Firmware. 11 | # 12 | # Redistribution and use in source and binary forms, with or without 13 | # modification, are permitted provided that the following conditions are met: 14 | # 15 | # 1. Redistributions of source code must retain the above copyright notice, 16 | # this list of conditions and the following disclaimer. 17 | # 18 | # 2. Redistributions in binary form must reproduce the above copyright notice, 19 | # this list of conditions and the following disclaimer in the documentation 20 | # and/or other materials provided with the distribution. 21 | # 22 | # 3. Neither the name of the copyright holder nor the names of its 23 | # contributors may be used to endorse or promote products derived from this 24 | # software without specific prior written permission. 25 | # 26 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 27 | # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 28 | # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29 | # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 30 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 31 | # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 32 | # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 33 | # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 34 | # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 35 | # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 36 | # POSSIBILITY OF SUCH DAMAGE. 37 | # 38 | ############################################################################### 39 | # Project Name: based on Project Path and used to define OSEK configuration file 40 | PROJECT_NAME = $(lastword $(subst $(DS), , $(PROJECT_PATH))) 41 | # Project path 42 | # Defined $(PROJECT_PATH) in makefile.mine 43 | # source path 44 | $(PROJECT_NAME)_SRC_PATH += $(PROJECT_PATH)$(DS)src 45 | # include path 46 | INC_FILES += $(PROJECT_PATH)$(DS)inc $(PROJECT_PATH)$(DS)..$(DS)inc 47 | # library source files 48 | SRC_FILES += $(wildcard $($(PROJECT_NAME)_SRC_PATH)$(DS)*.c) 49 | # configuration for OSEK-OS 50 | OIL_FILES += $(PROJECT_PATH)$(DS)etc$(DS)$(PROJECT_NAME).oil 51 | # Modules needed for this example 52 | MODS ?= modules$(DS)posix \ 53 | modules$(DS)ciaak \ 54 | modules$(DS)drivers \ 55 | modules$(DS)rtos \ 56 | modules$(DS)libs \ 57 | modules$(DS)plc 58 | 59 | -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/linux/Nota.txt: -------------------------------------------------------------------------------- 1 | Debe dar permiso de ejecución al script: 2 | ---------------------------------------- 3 | 4 | cd /home/CIAA/IDE4PLC/PLC_Scripts/linux 5 | sudo chmod +x PLC_Download.sh -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/linux/PLC_Build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export PATH=$PATH:$HOME/ciaa-ide/gcc-arm-none-eabi-4_9-2015q1/bin:$HOME/ciaa-ide/openocd-0.9.0/src 43 | export CFLAGS="-Wno-unused-function" 44 | export BOARD="edu_ciaa_nxp" 45 | export PROJECT_PATH="../IDE4PLC/shared/IDE4PLC_user_projects/plc_application" 46 | cd ${0%/*} 47 | cd ../../../../../../../ 48 | make -C $PWD/Firmware 49 | -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/linux/PLC_Clean.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export PATH=$PATH:$HOME/ciaa-ide/gcc-arm-none-eabi-4_9-2015q1/bin:$HOME/ciaa-ide/openocd-0.9.0/src 43 | export CFLAGS="-Wno-unused-function" 44 | export BOARD="edu_ciaa_nxp" 45 | export PROJECT_PATH="../IDE4PLC/shared/IDE4PLC_user_projects/plc_application" 46 | cd ${0%/*} 47 | cd ../../../../../../../ 48 | make -C $PWD/Firmware clean_generate 49 | -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/linux/PLC_Download.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export PATH=$PATH:$HOME/ciaa-ide/gcc-arm-none-eabi-4_9-2015q1/bin:$HOME/ciaa-ide/openocd-0.9.0/src 43 | export CFLAGS="-Wno-unused-function" 44 | export BOARD="edu_ciaa_nxp" 45 | export PROJECT_PATH="../IDE4PLC/shared/IDE4PLC_user_projects/plc_application" 46 | cd ${0%/*} 47 | cd ../../../../../../../ 48 | make -C $PWD/Firmware download 49 | -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/mac_os_x/TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/mac_os_x/TODO.txt -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/windows/PLC_Build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export CFLAGS="-Wno-unused-function" 43 | export BOARD="edu_ciaa_nxp" 44 | export PROJECT_PATH="../IDE4PLC/IDE4PLC_user_projects/plc_application" 45 | cd ${0%/*} 46 | cd ../../../../../../ 47 | make -C $PWD/Firmware -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/windows/PLC_BuildDownload.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export CFLAGS="-Wno-unused-function" 43 | export BOARD="edu_ciaa_nxp" 44 | export PROJECT_PATH="../IDE4PLC/IDE4PLC_user_projects/plc_application" 45 | cd ${0%/*} 46 | cd ../../../../../../ 47 | make -C $PWD/Firmware 48 | make -C $PWD/Firmware download -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/windows/PLC_Clean.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export CFLAGS="-Wno-unused-function" 43 | export BOARD="edu_ciaa_nxp" 44 | export PROJECT_PATH="../IDE4PLC/IDE4PLC_user_projects/plc_application" 45 | cd ${0%/*} 46 | cd ../../../../../../ 47 | make -C $PWD/Firmware clean_generate -------------------------------------------------------------------------------- /IDE4PLC_files/Boards/EDU-CIAA-NXP/Scripts/windows/PLC_Download.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #/*****************************************************************************/ 3 | #/* Copyright 2015 Juan Cecconi. */ 4 | #/* Copyright 2015 Pablo Ridolfi. */ 5 | #/* Copyright 2015 Eric Nicolás Pernia. */ 6 | #/* Copyright 2015 Leandro Kollenberger. */ 7 | #/* Copyright 2016 Eric Nicolás Pernia. */ 8 | #/* All rights reserved. */ 9 | #/* */ 10 | #/* This file is part of IDE4PLC Firmware. http://ide4plc.wordpress.com and */ 11 | #/* part of CIAA Firmware. http://proyecto-ciaa.com.ar */ 12 | #/* */ 13 | #/* Redistribution and use in source and binary forms, with or without */ 14 | #/* modification, are permitted provided that the following conditions are */ 15 | #/* met: */ 16 | #/* */ 17 | #/* 1. Redistributions of source code must retain the above copyright notice, */ 18 | #/* this list of conditions and the following disclaimer. */ 19 | #/* */ 20 | #/* 2. Redistributions in binary form must reproduce the above copyright */ 21 | #/* notice, this list of conditions and the following disclaimer in the */ 22 | #/* documentation and/or other materials provided with the distribution. */ 23 | #/* */ 24 | #/* 3. Neither the name of the copyright holders nor the names of its */ 25 | #/* contributors may be used to endorse or promote products derived from */ 26 | #/* this software without specific prior written permission. */ 27 | #/* */ 28 | #/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ 29 | #/* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED */ 30 | #/* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */ 31 | #/* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER */ 32 | #/* OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ 33 | #/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, */ 34 | #/* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR */ 35 | #/* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */ 36 | #/* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ 37 | #/* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ 38 | #/* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 39 | #/* */ 40 | #/*****************************************************************************/ 41 | # 42 | export CFLAGS="-Wno-unused-function" 43 | export BOARD="edu_ciaa_nxp" 44 | export PROJECT_PATH="../IDE4PLC/IDE4PLC_user_projects/plc_application" 45 | cd ${0%/*} 46 | cd ../../../../../../ 47 | make -C $PWD/Firmware download -------------------------------------------------------------------------------- /IDE4PLC_files/IL_Export/Configuration.il: -------------------------------------------------------------------------------- 1 | CONFIGURATION ConfigEj -------------------------------------------------------------------------------- /IDE4PLC_files/IL_Export/FunctionBlockDefinitions.il: -------------------------------------------------------------------------------- 1 | Config -------------------------------------------------------------------------------- /IDE4PLC_files/IL_Export/FunctionDefinitions.il: -------------------------------------------------------------------------------- 1 | Config -------------------------------------------------------------------------------- /IDE4PLC_files/IL_Export/ProgramDefinitions.il: -------------------------------------------------------------------------------- 1 | Config -------------------------------------------------------------------------------- /IDE4PLC_files/Icons/IDE4PLC.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Icons/IDE4PLC.ico -------------------------------------------------------------------------------- /IDE4PLC_files/Icons/IDE4PLC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Icons/IDE4PLC.png -------------------------------------------------------------------------------- /IDE4PLC_files/Icons/Pharo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Icons/Pharo.icns -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/Backgrounds/Logos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/Backgrounds/Logos.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/Backgrounds/background2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/Backgrounds/background2.jpg -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/Backgrounds/default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/Backgrounds/default.jpg -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Device.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Device_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Device_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Device_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Device_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POU.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POULibrary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POULibrary.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POULibrary_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POULibrary_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POULibrary_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POULibrary_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POU_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POU_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POU_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/POU_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Project.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Project_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Project_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Project_hover_blue-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Project_hover_blue-.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Project_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/DesktopIcons/Project_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/CIAA-NXP/description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/CIAA-NXP/description.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/CIAA-NXP/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/CIAA-NXP/device.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/EDU-CIAA-NXP/description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/EDU-CIAA-NXP/description.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/EDU-CIAA-NXP/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/EDU-CIAA-NXP/device.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/deviceIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorDevice/deviceIcon.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/Buttons/close14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/Buttons/close14.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/Buttons/close14_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/Buttons/close14_hover.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/Buttons/defaut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/Buttons/defaut.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/add.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/addNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/addNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/console.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/down.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/label.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/left.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/remove.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/removeNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/removeNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/right.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/toLibrary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/toLibrary.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/up.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/varDeclsEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CommonToolbar/varDeclsEditor.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/build.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/clean.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/connectToDevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/connectToDevice.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/download.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/genc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/genc.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/gencBuildDownload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/gencBuildDownload.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/ilExport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/ilExport.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/programControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/CompileToolbar/programControl.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/FilesToolbar/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/FilesToolbar/delete.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/FilesToolbar/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/FilesToolbar/save.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/closeBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/closeBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/coil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/coil.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/contact.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/ladderComponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/ladderComponent.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/openBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/LadderToolbar/openBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/POUToolbar/function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/POUToolbar/function.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/POUToolbar/functionBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/POUToolbar/functionBlock.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/POUToolbar/program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/EditorPOU/POUToolbar/program.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/CompileToolbar Old Icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/CompileToolbar Old Icons.zip -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/dummy/configHW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/dummy/configHW.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/dummy/configSW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/dummy/configSW.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/dummy/hardConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/dummy/hardConfig.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/dummy/resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/dummy/resource.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/LPCXpresso1769build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/LPCXpresso1769build.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addCoil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addCoil.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addContact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addContact.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addFunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addFunction.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addFunctionBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addFunctionBlock.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addLabel.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addLadderComponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addLadderComponent.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addProgramControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addProgramControl.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addToLibrary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/addToLibrary.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/bootLPCLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/bootLPCLink.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/closeBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/closeBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/compile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/compile.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/downloadProgram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/downloadProgram.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/ilExport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/ilExport.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/openBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/openBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/removeNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/removeNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/removeSelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/GUI_Images/OLD/pouEditorToolbar-old/removeSelected.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/C/ide4plc.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/C/ide4plc.mp3 -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/Backgrounds/Logos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/Backgrounds/Logos.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/Backgrounds/background2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/Backgrounds/background2.jpg -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/Backgrounds/default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/Backgrounds/default.jpg -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Device.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Device_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Device_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Device_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Device_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POU.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POULibrary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POULibrary.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POULibrary_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POULibrary_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POULibrary_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POULibrary_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POU_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POU_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POU_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/POU_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Project.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Project_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Project_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Project_hover_blue-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Project_hover_blue-.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Project_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/DesktopIcons/Project_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/CIAA-NXP/description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/CIAA-NXP/description.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/CIAA-NXP/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/CIAA-NXP/device.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/EDU-CIAA-NXP/description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/EDU-CIAA-NXP/description.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/EDU-CIAA-NXP/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/EDU-CIAA-NXP/device.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/deviceIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorDevice/deviceIcon.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/Buttons/close14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/Buttons/close14.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/Buttons/close14_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/Buttons/close14_hover.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/Buttons/defaut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/Buttons/defaut.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/add.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/addNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/addNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/console.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/down.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/label.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/left.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/remove.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/removeNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/removeNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/right.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/toLibrary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/toLibrary.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/up.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/varDeclsEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CommonToolbar/varDeclsEditor.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/build.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/clean.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/connectToDevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/connectToDevice.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/download.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/genc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/genc.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/gencBuildDownload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/gencBuildDownload.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/ilExport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/ilExport.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/programControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/CompileToolbar/programControl.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/FilesToolbar/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/FilesToolbar/delete.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/FilesToolbar/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/FilesToolbar/save.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/closeBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/closeBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/coil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/coil.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/contact.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/ladderComponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/ladderComponent.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/openBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/LadderToolbar/openBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/POUToolbar/function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/POUToolbar/function.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/POUToolbar/functionBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/POUToolbar/functionBlock.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/POUToolbar/program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/EditorPOU/POUToolbar/program.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/CompileToolbar Old Icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/CompileToolbar Old Icons.zip -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/dummy/configHW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/dummy/configHW.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/dummy/configSW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/dummy/configSW.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/dummy/hardConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/dummy/hardConfig.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/dummy/resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/dummy/resource.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/LPCXpresso1769build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/LPCXpresso1769build.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addCoil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addCoil.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addContact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addContact.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addFunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addFunction.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addFunctionBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addFunctionBlock.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addLabel.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addLadderComponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addLadderComponent.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addProgramControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addProgramControl.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addToLibrary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/addToLibrary.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/bootLPCLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/bootLPCLink.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/closeBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/closeBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/compile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/compile.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/downloadProgram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/downloadProgram.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/ilExport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/ilExport.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/openBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/openBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/removeNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/removeNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/removeSelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/GUI_Images/OLD/pouEditorToolbar-old/removeSelected.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/en_US.UTF-8/ide4plc.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/en_US.UTF-8/ide4plc.mp3 -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/Backgrounds/Logos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/Backgrounds/Logos.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/Backgrounds/background2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/Backgrounds/background2.jpg -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/Backgrounds/default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/Backgrounds/default.jpg -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/Device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/Device.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/Device_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/Device_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/Device_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/Device_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/POU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/POU.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/POU_hover_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/POU_hover_black.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/POU_hover_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/DesktopIcons/POU_hover_blue.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/CIAA-NXP/description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/CIAA-NXP/description.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/CIAA-NXP/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/CIAA-NXP/device.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/EDU-CIAA-NXP/description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/EDU-CIAA-NXP/description.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/EDU-CIAA-NXP/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/EDU-CIAA-NXP/device.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/deviceIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorDevice/deviceIcon.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/Buttons/close14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/Buttons/close14.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/Buttons/close14_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/Buttons/close14_hover.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/Buttons/defaut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/Buttons/defaut.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/add.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/addNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/addNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/console.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/down.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/label.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/left.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/remove.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/removeNetwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/removeNetwork.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/right.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/toLibrary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/toLibrary.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/up.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/varDeclsEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CommonToolbar/varDeclsEditor.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/build.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/clean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/clean.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/connectToDevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/connectToDevice.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/download.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/genc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/genc.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/gencBuildDownload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/gencBuildDownload.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/ilExport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/ilExport.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/programControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/CompileToolbar/programControl.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/FilesToolbar/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/FilesToolbar/delete.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/FilesToolbar/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/FilesToolbar/save.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/closeBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/closeBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/coil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/coil.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/contact.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/ladderComponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/ladderComponent.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/openBranch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/LadderToolbar/openBranch.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/POUToolbar/function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/POUToolbar/function.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/POUToolbar/functionBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/POUToolbar/functionBlock.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/POUToolbar/program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/GUI_Images/EditorPOU/POUToolbar/program.png -------------------------------------------------------------------------------- /IDE4PLC_files/Locale/es_AR.UTF-8/ide4plc.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_files/Locale/es_AR.UTF-8/ide4plc.mp3 -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/PLC_App_Lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_user_projects/plc_application/inc/PLC_App_Lib.h -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/PLC_CompilerDerivedDataTypes.h: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------ * PLC_CompilerDerivedDataTypes.h * * Created on: 2017-07-15T18:01:18.625423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ /* PLC Derived data types * En este archivo se guardan los tipos de datos generados por el * compilador al generar codigo IL desde un lenguaje grafico */ #ifndef PLC_COMPILER_DATA_TYPES_H_ #define PLC_COMPILER_DATA_TYPES_H_ #endif /* PLC_CompilerDerivedDataTypes.h */ -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/PLC_StdFunctionBlocks.h: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------ * PLC_StdFuncionBlocks.h * * Created on: 2017-07-15T18:01:18.370423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ /* En este archivo se guardan los prototipos de funciones * en C de los Bloques de Funcion (FUNCTION_BLOCK) del * PLC estandar y los tipos de datos para sus instancias */ #ifndef PLC_STDFB_H_ #define PLC_STDFB_H_ /* Declaraciones de typedef de estructura con las variables de los Bloques de Funcion */ typedef struct Struct_R_TRIG_BOOL{ PLC_BOOL CLK; PLC_BOOL Q; PLC_BOOL M; } PLC_FB_Struct_R_TRIG_BOOL; typedef struct Struct_F_TRIG_BOOL{ PLC_BOOL CLK; PLC_BOOL Q; PLC_BOOL M; } PLC_FB_Struct_F_TRIG_BOOL; typedef struct Struct_CTD_INT{ PLC_BOOL CD; PLC_BOOL LD; PLC_INT PV; PLC_BOOL Q; PLC_INT CV; PLC_FB_Struct_R_TRIG_BOOL R_TRIG_IN; } PLC_FB_Struct_CTD_INT; typedef struct Struct_TP_TIME{ PLC_BOOL IN; PLC_TIME PT; PLC_BOOL Q; PLC_TIME ET; PLC_TIME PLC_START; PLC_BOOL PLC_RUNNING; PLC_BOOL EDGE; PLC_FB_Struct_R_TRIG_BOOL R_TRIG_IN; } PLC_FB_Struct_TP_TIME; typedef struct Struct_TOF_TIME{ PLC_BOOL IN; PLC_TIME PT; PLC_BOOL Q; PLC_TIME ET; PLC_TIME PLC_START; PLC_BOOL PLC_RUNNING; PLC_BOOL EDGE; PLC_FB_Struct_F_TRIG_BOOL F_TRIG_IN; } PLC_FB_Struct_TOF_TIME; typedef struct Struct_RS_BOOL{ PLC_BOOL S; PLC_BOOL R1; PLC_BOOL Q1; } PLC_FB_Struct_RS_BOOL; typedef struct Struct_CTUD_INT{ PLC_BOOL CU; PLC_BOOL CD; PLC_BOOL R; PLC_BOOL LD; PLC_INT PV; PLC_BOOL QU; PLC_BOOL QD; PLC_INT CV; PLC_FB_Struct_R_TRIG_BOOL R_TRIG_IN1; PLC_FB_Struct_R_TRIG_BOOL R_TRIG_IN2; } PLC_FB_Struct_CTUD_INT; typedef struct Struct_CTU_INT{ PLC_BOOL CU; PLC_BOOL R; PLC_INT PV; PLC_BOOL Q; PLC_INT CV; PLC_FB_Struct_R_TRIG_BOOL R_TRIG_IN; } PLC_FB_Struct_CTU_INT; typedef struct Struct_SR_BOOL{ PLC_BOOL S1; PLC_BOOL R; PLC_BOOL Q1; } PLC_FB_Struct_SR_BOOL; typedef struct Struct_TON_TIME{ PLC_BOOL IN; PLC_TIME PT; PLC_BOOL Q; PLC_TIME ET; PLC_TIME PLC_START; PLC_BOOL PLC_RUNNING; PLC_BOOL EDGE; PLC_FB_Struct_R_TRIG_BOOL R_TRIG_IN; } PLC_FB_Struct_TON_TIME; /* Prototipos de Funciones en C que implementan los Bloques de Funcion */ void PLC_FB_R_TRIG_BOOL( PLC_FB_Struct_R_TRIG_BOOL * ); void PLC_FB_F_TRIG_BOOL( PLC_FB_Struct_F_TRIG_BOOL * ); void PLC_FB_CTD_INT( PLC_FB_Struct_CTD_INT * ); void PLC_FB_TP_TIME( PLC_FB_Struct_TP_TIME * ); void PLC_FB_TOF_TIME( PLC_FB_Struct_TOF_TIME * ); void PLC_FB_RS_BOOL( PLC_FB_Struct_RS_BOOL * ); void PLC_FB_CTUD_INT( PLC_FB_Struct_CTUD_INT * ); void PLC_FB_CTU_INT( PLC_FB_Struct_CTU_INT * ); void PLC_FB_SR_BOOL( PLC_FB_Struct_SR_BOOL * ); void PLC_FB_TON_TIME( PLC_FB_Struct_TON_TIME * ); #endif /* PLC_STDFB_H_ */ -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/PLC_StdFunctions.h: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------ * PLC_StdFuncions.h * * Created on: 2017-07-15T18:01:18.363423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ /* En este archivo se guardan los prototipos de funciones * en C de las Funciones (FUNCTION) del PLC estandar y * los tipos de datos para sus instaniancias */ #ifndef PLC_STDF_H_ #define PLC_STDF_H_ /* Declaraciones de typedef de estructura con las variables de las Funciones */ /* Prototipos de Funciones en C que implementan las Funciones */ #endif /* PLC_STDF_H_ */ -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/PLC_UserDerivedDataTypes.h: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------ * PLC_UserDerivedDataTypes.h * * Created on: 2017-07-15T18:01:20.036423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ /* PLC Derived data types * En este archivo se guardan los tipos de datos creados * por el usuario */ #ifndef PLC_USER_DATA_TYPES_H_ #define PLC_USER_DATA_TYPES_H_ #endif /* PLC_USER_DATA_TYPES_H_ */ -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/PLC_UserFunctionBlocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_user_projects/plc_application/inc/PLC_UserFunctionBlocks.h -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/PLC_UserFunctions.h: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------ * PLC_UserFunctions.h * * Created on: 2017-07-15T18:01:18.395423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ /* En este archivo se guardan los prototipos de funciones * en C de las Funciones (F) del PLC creadas por * el usuario */ #ifndef PLC_USER_FUNCTIONS_H_ #define PLC_USER_FUNCTIONS_H_ #endif /* PLC_USER_FUNCTIONS_H_ */ -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/PLC_UserPrograms.h: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------ * PLC_UserPrograms.h * * Created on: 2017-07-15T18:01:18.355423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ /* En este archivo se guardan los prototipos de funciones * en C de los Programas (PROGRAM) del PLC creadas por * el usuario y los tipos de datos para sus instaniancias */ #ifndef PLC_USER_PROGRAMS_H_ #define PLC_USER_PROGRAMS_H_ /* Declaraciones de typedef de estructura con las variables del Programa */ typedef struct Struct_MAIN_PROG_BOOL{ PLC_BOOL TEC1; PLC_BOOL TEC2; PLC_BOOL TEC3; PLC_BOOL TEC4; PLC_BOOL LEDR; PLC_BOOL LEDG; PLC_BOOL LEDB; PLC_BOOL LED1; PLC_BOOL LED2; PLC_BOOL LED3; PLC_BOOL var0; PLC_INT var1; PLC_TIME var2; PLC_BOOL nuevaVariable; } PLC_P_Struct_MAIN_PROG_BOOL; /* Prototipos de Funciones en C que implementan los Programas */ void PLC_P_MAIN_PROG_BOOL( PLC_P_Struct_MAIN_PROG_BOOL * ); #endif /* PLC_USER_PROGRAMS_H_ */ -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/PLC_UserTasks.h: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------ * PLC_UserTasks.h * * Created on: 2017-07-15T18:01:18.581423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ /* En este archivo se guardan los prototipos de funciones * en C de las Tareas (TASK) del PLC creadas por el usuario.*/ #ifndef PLC_USER_TASKS_H_ #define PLC_USER_TASKS_H_ /* Prototipos de funciones de tareas de RTOS que implementan las Tareas del PLC. */ #endif /* PLC_USER_TASKS_H_ */ -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/inc/plc_application.h: -------------------------------------------------------------------------------- 1 | /* Copyright 2014, Mariano Cerdeiro * Copyright 2014, Pablo Ridolfi * Copyright 2014, Juan Cecconi * Copyright 2014, Gustavo Muro * All rights reserved. * * This file is part of CIAA Firmware. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * 3. Neither the name of the copyright holder nor the names of its * contributors may be used to endorse or promote products derived from this * software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * */ /* ------------------------------------------------------------ * plc_application.h * * Created on: 2017-07-15T18:01:18.344423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ #ifndef PLC_APPLICATION_H #define PLC_APPLICATION_H /** \brief PLC Application header file ** ** This is the PLC Application header of the CIAA Firmware ** **/ /** \addtogroup CIAA_Firmware CIAA Firmware ** @{ */ /** \addtogroup PLC PLC Module ** @{ */ /** \addtogroup PLC_Application PLC Application file ** @{ */ /* * Initials Name * --------------------------- * MaCe Mariano Cerdeiro */ /* * modification history (new versions first) * ----------------------------------------------------------- * 20150404 v0.0.1 MaCe initial version */ /*==================[inclusions]=============================================*/ /*==================[macros]=================================================*/ /*==================[typedef]================================================*/ /*==================[external data declaration]==============================*/ /*==================[external functions declaration]=========================*/ /** @} doxygen end group definition */ /** @} doxygen end group definition */ /** @} doxygen end group definition */ /*==================[end of file]============================================*/ #endif /* #ifndef PLC_APPLICATION_H */ -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/mak/Makefile: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # 3 | # Copyright 2015, Mariano Cerdeiro 4 | # Copyright 2015, Pablo Ridolfi 5 | # Copyright 2015, Juan Cecconi 6 | # Copyright 2015, Eric Nicolás Pernia 7 | # Copyright 2015, Leandro Kollenberger 8 | # All rights reserved. 9 | # 10 | # This file is part of CIAA Firmware. 11 | # 12 | # Redistribution and use in source and binary forms, with or without 13 | # modification, are permitted provided that the following conditions are met: 14 | # 15 | # 1. Redistributions of source code must retain the above copyright notice, 16 | # this list of conditions and the following disclaimer. 17 | # 18 | # 2. Redistributions in binary form must reproduce the above copyright notice, 19 | # this list of conditions and the following disclaimer in the documentation 20 | # and/or other materials provided with the distribution. 21 | # 22 | # 3. Neither the name of the copyright holder nor the names of its 23 | # contributors may be used to endorse or promote products derived from this 24 | # software without specific prior written permission. 25 | # 26 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 27 | # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 28 | # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29 | # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 30 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 31 | # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 32 | # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 33 | # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 34 | # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 35 | # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 36 | # POSSIBILITY OF SUCH DAMAGE. 37 | # 38 | ############################################################################### 39 | # Project Name: based on Project Path and used to define OSEK configuration file 40 | PROJECT_NAME = $(lastword $(subst $(DS), , $(PROJECT_PATH))) 41 | # Project path 42 | # Defined $(PROJECT_PATH) in makefile.mine 43 | # source path 44 | $(PROJECT_NAME)_SRC_PATH += $(PROJECT_PATH)$(DS)src 45 | # include path 46 | INC_FILES += $(PROJECT_PATH)$(DS)inc $(PROJECT_PATH)$(DS)..$(DS)inc 47 | # library source files 48 | SRC_FILES += $(wildcard $($(PROJECT_NAME)_SRC_PATH)$(DS)*.c) 49 | # configuration for OSEK-OS 50 | OIL_FILES += $(PROJECT_PATH)$(DS)etc$(DS)$(PROJECT_NAME).oil 51 | # Modules needed for this example 52 | MODS ?= modules$(DS)posix \ 53 | modules$(DS)ciaak \ 54 | modules$(DS)drivers \ 55 | modules$(DS)rtos \ 56 | modules$(DS)libs \ 57 | modules$(DS)plc 58 | 59 | -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/src/PLC_StdFunctionBlocks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_user_projects/plc_application/src/PLC_StdFunctionBlocks.c -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/src/PLC_StdFunctions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_user_projects/plc_application/src/PLC_StdFunctions.c -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/src/PLC_UserFunctionBlocks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_user_projects/plc_application/src/PLC_UserFunctionBlocks.c -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/src/PLC_UserFunctions.c: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------ * PLC_UserFunctions.c * * Created on: 2017-07-15T18:01:18.263423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ /* En este archivo se guardan las declaraciones de funciones * en C de las Funciones (F) del PLC creadas por el usuario */ /* Includes */ #include "PLC_App_Lib.h" -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/src/PLC_UserPrograms.c: -------------------------------------------------------------------------------- 1 | /* ------------------------------------------------------------ * PLC_UserPrograms.c * * Created on: 2017-07-15T18:01:18.104423-03:00 * * This file is generated automatically by IDE4PLC. * IDE4PLC website: http://ide4plc.wordpress.com/ * IDE4PLC e-mail: http://ide4plc.gmail.com * -----------------------------------------------------------*/ /* Includes */ #include "PLC_Hardware.h" #include "PLC_App_Lib.h" /* En este archivo se guardan las definiciones de funciones * en C de los Programas (PROGRAM) del PLC creadas por * el usuario */ void PLC_P_MAIN_PROG_BOOL( PLC_P_Struct_MAIN_PROG_BOOL *pxPOU ) { // Declaraciones de Tipos de datos del compilador // Declaraciones de variables del compilador PLC_BOOL FLUX = false; // Declaraciones de variables del usuario PLC_BOOL temp0 = false; PLC_INT temp1 = 0; PLC_TIME temp2 = 0; // Cuerpo de POU PLC_IL_LD( &(pxPOU->nuevaVariable), sizeof(pxPOU->nuevaVariable), BOOL, NullModifier); // LD nuevaVariable PLC_IL_ST( &(pxPOU->LEDB), sizeof(pxPOU->LEDB), NullModifier); // ST LEDB PLC_IL_LD( &(pxPOU->TEC1), sizeof(pxPOU->TEC1), BOOL, NullModifier); // LD TEC1 PLC_IL_ST( &(pxPOU->nuevaVariable), sizeof(pxPOU->nuevaVariable), NullModifier); // ST nuevaVariable } -------------------------------------------------------------------------------- /IDE4PLC_user_projects/plc_application/src/plc_application.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/IDE4PLC_user_projects/plc_application/src/plc_application.c -------------------------------------------------------------------------------- /Pharo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/Pharo.ico -------------------------------------------------------------------------------- /Pharo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/Pharo.png -------------------------------------------------------------------------------- /develop/Instrucciones para armar una release.txt: -------------------------------------------------------------------------------- 1 | Descargar Pharo para windows y Linux. 2 | 3 | Ingresar a la raiz de la carpeta de "Pharo xxx". 4 | 5 | Renombrar "README.txt" a "Pharo Readme.txt". 6 | 7 | Windows: renombrar "Pharo.exe" a "ide4plc.exe". 8 | 9 | Linux: renombrar "Pharo" a "ide4plc". 10 | 11 | Modificar y copiar el readme de IDE4PLC "README.md". 12 | 13 | Windows: copiar las carpetas "IDE4PLC_files", "IDE4PLC_LICENSE" e "IDE4PLC_user_projects". 14 | 15 | Windows: En la carpeta "pharo-local" copiar las carpetas "package-cache" y "play-cache". 16 | 17 | Linux: copiar dentro de la carpeta "shared" las carpetas "IDE4PLC_files", "IDE4PLC_LICENSE" e "IDE4PLC_user_projects". 18 | 19 | Linux: En la carpeta "shared/pharo-local" copiar las carpetas "package-cache" y "play-cache". 20 | 21 | Modificar el archivo "README.txt" ubicado en la carpeta "IDE4PLC_LICENSE". 22 | 23 | Copiar la carpeta "docs" y los archivos: 24 | 25 | - IDE4PLC.lnk 26 | - IDE4PLC-Guia de uso-v1.0.4-v0.75.pdf 27 | - mkdocs.yml 28 | - Pharo.ico 29 | - Pharo.png 30 | 31 | Abrir Pharo (ide4plc) y cargar las clases de IDE4PLC y grabar. 32 | 33 | -------------------------------------------------------------------------------- /develop/Pasos-para-cargar-IDE4PLC-desde-Github.md: -------------------------------------------------------------------------------- 1 | # Pasos para cargar la última versión de IDE4PLC desde Github a una imagen limpia de Pharo 2 | 3 | Presione en cualquier espacio vacío para abrir el menú World, elija la opción "Monticello Browser". 4 | 5 | En la lista de la derecha seleccione la carpeta package-cache y presione el botón "Open". 6 | 7 | Seleccione en la nueva lista de la derecha el último package .mcz disponible de IDE4PLC, (actualmente "IDE4PLC-EricPernia.59.mcz") y presione el botón "Load". Este proceso puede tardar varios minutos ya que carga a la imagen de Pharo todo el código fuente de las clases que componen IDE4PLC y compila cada uno de los métodos logrando que estén disponibles para su ejecución en el sistema. Espere a que termine, cuando esto suceda podra presionar en cualquier parte y verá el menú World, mientras ejecuta este paso Pharo se encontrará bloqueado y no mostrará dicho menú. 8 | 9 | Puede comprobar la carga del package IDE4PLC en el "System Browser". 10 | 11 | Abra el menu World, opción "Playground" para abrir una ventana donde ejecutar código smalltalk (en vesriones anteriores a Pharo 4 utilice un "Workspace"). 12 | 13 | Ejecute (seleccione la línea y presione "alt + d"): 14 | 15 | IDE4PLC loadIDE4PLCDependences. 16 | 17 | Esto carga todas clas clases desarrolladas por terceros que utiliza IDE4PLC pero no vienen en la imagen de Pharo. Actualmente carga los package "PetitParser" y "OSProcess". 18 | 19 | Luego ejecutar: 20 | 21 | IDE4PLC initializeIDE4PLC. 22 | 23 | Para cargar el software IDE4PLC. 24 | 25 | ¡Disfrute la última versión! 26 | -------------------------------------------------------------------------------- /develop/Release 1.0.5 info.txt: -------------------------------------------------------------------------------- 1 | 1.0.5 release files: 2 | 3 | IDE4PLC_v1.0.5_Win_x86-x64.zip 4 | IDE4PLC_v1.0.5_Linux_x64.zip 5 | IDE4PLC_v1.0.5_Linux_x86.zip 6 | 7 | 1.0.5 site: 8 | 9 | https://github.com/ciaa/IDE4PLC/releases/tag/v1.05 10 | -------------------------------------------------------------------------------- /develop/TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/develop/TODO.txt -------------------------------------------------------------------------------- /docs/IDE4PLC-v1.0.5.ws: -------------------------------------------------------------------------------- 1 | 'Copyright (C) 2012-2017 Eric Nicolas Pernia. 2 | 3 | This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 4 | 5 | This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU Lesser General Public License for more details. 6 | 7 | You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . 8 | ----------------------------------------------------- 9 | WELLCOME TO IDE4PLC PROJECTS. 10 | 11 | Please read README.md file. 12 | ---------------------------------------------------'. 13 | 14 | IDE4PLC save. "Grabar imagen de Pharo actual. Alt +d" 15 | 16 | "===================================================" 17 | "COMANDOS, seleccione el comando con el mouse y presione Alt + p" 18 | "---------------------------------------------------" 19 | 20 | "Versión del software" 21 | IDE4PLC version. 22 | 23 | "Versión de CIAA-Firmware compatible con la versión actual de IDE4PLC" 24 | IDE4PLC ciaaFirmwareVersion. 25 | 26 | "===================================================" 27 | "COMANDOS, seleccione el comando con el mouse y presione Alt + d" 28 | "---------------------------------------------------" 29 | "Aviso a IDE4PLC en que sistema operativo corre. Necesario para que compile correctamente. Ejecutar al cambiar de sistema operativo." 30 | 31 | IDE4PLC windows. 32 | IDE4PLC linux. 33 | IDE4PLC macOsX. 34 | "---------------------------------------------------" 35 | "Cambiar idioma" 36 | 37 | "Español" 38 | IDE4PLC changeLanguage: PLC_Language esArUtf8. 39 | 40 | "Inglés" 41 | IDE4PLC changeLanguage: PLC_Language enUsUtf8. 42 | "---------------------------------------------------" 43 | "Modo desarrollador." 44 | IDE4PLC showDevelopTools. 45 | 46 | "Modo usuario." 47 | IDE4PLC hideDevelopTools. 48 | "---------------------------------------------------" 49 | "Cargar dependencias de IDE4PLC. Agrega los package no estándares de Pharo que utiliza IDE4PLC. Sólo se utiliza una única vez si IDE4PLC fue cargado a partir de un paquete mcz." 50 | IDE4PLC loadIDE4PLCDependences. 51 | 52 | "Inicializar el soft IDE4PLC." 53 | IDE4PLC initializeIDE4PLC. 54 | -------------------------------------------------------------------------------- /docs/SASE_2016_Workshop/Modulo 2 - Practica de Smalltalk.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/SASE_2016_Workshop/Modulo 2 - Practica de Smalltalk.zip -------------------------------------------------------------------------------- /docs/SASE_2016_Workshop/Modulo 3 - Extendiendo IDE4PLC - Practica.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/SASE_2016_Workshop/Modulo 3 - Extendiendo IDE4PLC - Practica.zip -------------------------------------------------------------------------------- /docs/SASE_2016_Workshop/SASE 2016 - Workshop IDE4PLC - Modulo 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/SASE_2016_Workshop/SASE 2016 - Workshop IDE4PLC - Modulo 1.pdf -------------------------------------------------------------------------------- /docs/SASE_2016_Workshop/SASE 2016 - Workshop IDE4PLC - Modulo 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/SASE_2016_Workshop/SASE 2016 - Workshop IDE4PLC - Modulo 2.pdf -------------------------------------------------------------------------------- /docs/SASE_2016_Workshop/SASE 2016 - Workshop IDE4PLC - Modulo 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/SASE_2016_Workshop/SASE 2016 - Workshop IDE4PLC - Modulo 3.pdf -------------------------------------------------------------------------------- /docs/assets/img/-PruebaTecla-Led.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/-PruebaTecla-Led.png -------------------------------------------------------------------------------- /docs/assets/img/-initializeIde4plc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/-initializeIde4plc2.png -------------------------------------------------------------------------------- /docs/assets/img/01-webPharo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/01-webPharo.png -------------------------------------------------------------------------------- /docs/assets/img/02-bajarPharoParaLinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/02-bajarPharoParaLinux.png -------------------------------------------------------------------------------- /docs/assets/img/03-versionDeGlibc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/03-versionDeGlibc1.png -------------------------------------------------------------------------------- /docs/assets/img/03-versionDeGlibc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/03-versionDeGlibc2.png -------------------------------------------------------------------------------- /docs/assets/img/03-versionDeGlibc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/03-versionDeGlibc3.png -------------------------------------------------------------------------------- /docs/assets/img/04-DescomprimirPharo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/04-DescomprimirPharo.png -------------------------------------------------------------------------------- /docs/assets/img/05-ChequearPermisoDeEjecucionDePharo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/05-ChequearPermisoDeEjecucionDePharo.png -------------------------------------------------------------------------------- /docs/assets/img/06-ProbarPharo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/06-ProbarPharo1.png -------------------------------------------------------------------------------- /docs/assets/img/06-ProbarPharo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/06-ProbarPharo2.png -------------------------------------------------------------------------------- /docs/assets/img/07-clonarElRepoDeGit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/07-clonarElRepoDeGit.png -------------------------------------------------------------------------------- /docs/assets/img/08-ArchivosDelRepoDeIde4plc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/08-ArchivosDelRepoDeIde4plc.png -------------------------------------------------------------------------------- /docs/assets/img/09-ArchivosDelRepoDeIde4plcEnShared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/09-ArchivosDelRepoDeIde4plcEnShared.png -------------------------------------------------------------------------------- /docs/assets/img/10-CambiarIconosDePharo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/10-CambiarIconosDePharo.png -------------------------------------------------------------------------------- /docs/assets/img/11-MonticelloBrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/11-MonticelloBrowser.png -------------------------------------------------------------------------------- /docs/assets/img/12-Package-cacheOpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/12-Package-cacheOpen.png -------------------------------------------------------------------------------- /docs/assets/img/13-loadIde4plcDeMonticello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/13-loadIde4plcDeMonticello.png -------------------------------------------------------------------------------- /docs/assets/img/14-VerIde4plcEnSystemBrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/14-VerIde4plcEnSystemBrowser.png -------------------------------------------------------------------------------- /docs/assets/img/15-Playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/15-Playground.png -------------------------------------------------------------------------------- /docs/assets/img/16-loadDependences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/16-loadDependences.png -------------------------------------------------------------------------------- /docs/assets/img/17-initializeIde4plc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/17-initializeIde4plc.png -------------------------------------------------------------------------------- /docs/assets/img/18-PonerNombreYApellidoCuandoCargoTodo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/18-PonerNombreYApellidoCuandoCargoTodo.png -------------------------------------------------------------------------------- /docs/assets/img/20-AbrirDialogoDeBienvenida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/20-AbrirDialogoDeBienvenida.png -------------------------------------------------------------------------------- /docs/assets/img/20-AbrirDialogoDeBienvenida2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/20-AbrirDialogoDeBienvenida2.png -------------------------------------------------------------------------------- /docs/assets/img/20-AbrirDialogoDeBienvenida4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/20-AbrirDialogoDeBienvenida4.png -------------------------------------------------------------------------------- /docs/assets/img/21-GuardarImagenDePharo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/21-GuardarImagenDePharo.png -------------------------------------------------------------------------------- /docs/assets/img/22-Ide4plcEnCarpetaCiaa-ide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/22-Ide4plcEnCarpetaCiaa-ide.png -------------------------------------------------------------------------------- /docs/assets/img/IDE4PLCv1-0-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/IDE4PLCv1-0-4.png -------------------------------------------------------------------------------- /docs/assets/img/IDE4PLCv1-0-4_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/assets/img/IDE4PLCv1-0-4_2.png -------------------------------------------------------------------------------- /docs/ide4plc-install_en.md: -------------------------------------------------------------------------------- 1 | # IDE4PLC instalation 2 | 3 | TODO! -------------------------------------------------------------------------------- /docs/ide4plc-install_es.md: -------------------------------------------------------------------------------- 1 | # Instalación de IDE4PLC 2 | 3 | ### Por Ing. Eric Pernia. 4 | 5 | ![Imagen "IDE4PLCv1-0-5_2.png" no encontrada](assets/img/IDE4PLCv1-0-4_2.png "IDE4PLC v1.0.5") 6 | 7 | ## Windows 8 | 9 | Descargar e instalar CIAA-IDE Suite (con las opciones por defecto) del siguiente enlace: 10 | 11 | [Setup_CIAA_IDE_Suite_v1.2.2.zip](https://github.com/ciaa/Software-IDE/releases/download/v1.2.2/Setup_CIAA_IDE_Suite_v1.2.2.zip) 12 | 13 | Una vez instalado hay que actualizar el driver de FTDI con Zadig para poder bajarle programas a las placas CIAA-NXP y EDU-CIAA-NXP como explica acá: 14 | 15 | http://www.proyecto-ciaa.com.ar/devwiki/doku.php?id=desarrollo:firmware:instalacion_sw#openocd 16 | 17 | Luego reemplazar las carpetas "Firmware" e "IDE4PLC" en "C:/CIAA" por las versiones de la release que desee utilizar. 18 | 19 | Con eso se actualizan las versiones de Firmware e IDE4PLC con respecto a las que trae el instalador "Setup_CIAA_IDE_Suite_v1.2.2.zip". 20 | 21 | 22 | ## Linux 23 | 24 | Para Linux existen 2 versiones, una para sistemas x86 y otra para x64. 25 | 26 | Antes de instalar IDE4PLC debe instalar el compilador y debugger, esto puede realizarlo siguiento estas guías segun so distribución: 27 | 28 | - [Instalación de CIAA Firmware en Linux Ubuntu](http://www.proyecto-ciaa.com.ar/devwiki/doku.php?id=docu:fw:bm:ide:install_linux). Realizar los 13 pasos de "Configuración de las herramientas por línea de comandos". 29 | - [Instalación de CIAA Firmware en Linux Debian](http://www.proyecto-ciaa.com.ar/devwiki/doku.php?id=docu:fw:bm:ide:install_linux_debian). Realizar los 13 pasos de "Configuración de las herramientas por línea de comandos". 30 | - [Instalación de CIAA Firmware en Linux Huayra](https://2mp.conae.gov.ar/attachments/article/1313/SAE-MAN-0002-D%20-%20Manual%20instalacion%20IDE%20y%20compilacion.pdf). Realizar todos los pasos de la sección 1.2 "Instalación en Linux". 31 | 32 | Luego reemplazar las carpetas "Firmware" e "IDE4PLC" en "$HOME/ciaa-ide/" por las versiones de la release que desee utilizar. 33 | -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | # IDE4PLC 2 | 3 | A libre Programming Software for PLC comply with IEC 61131-3. 4 | 5 | ![Imagen "IDE4PLCv1-0-5.png" no encontrada](assets/img/IDE4PLCv1-0-4.png "IDE4PLC v1.0.5") 6 | 7 | ## License 8 | 9 | Copyright 2012-2017 Eric Nicolás Pernia. 10 | 11 | This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 12 | 13 | This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. 14 | 15 | You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . 16 | 17 | ``` 18 | For more information about the license, read the files 19 | COPYING.LESSER.txt and COPYING.txt located in the 20 | IDE4PLC_LICENSE directory. 21 | ``` 22 | 23 | ## Project information 24 | 25 | - Web sites: 26 | - https://ide4plc.org/ 27 | - http://www.proyecto-ciaa.com.ar/devwiki/doku.php?id=desarrollo:software-plc 28 | - IDE4PLC project E-mail: ide4plc@gmail.com 29 | - Soft-PLC development group of CIAA project: https://groups.google.com/forum/#!forum/ciaa-software-plc 30 | 31 | ### About the author 32 | 33 | - Ing. Eric Nicolás Pernia (ericpernia@gmail.com). Quilmes, Buenos Aires, Argentina. 34 | - Professor-Researcher at Universidad Nacional de Quilmes (UNQ). 35 | - Responsible for Software-PLC in CIAA Project. 36 | 37 | ### Collaborator in software design and coding 38 | 39 | - Dr. Lic. Carlos Lombardi. 40 | - Sub-responsable for Software-PLC in CIAA Project. 41 | 42 | ### Collaborators in the port of the Firmware of IDE4PLC to the EDU-CIAA-NXP 43 | 44 | - Mariano Cerdeiro. Responsible for Firmware in CIAA Project. 45 | - Pablo Ridolfi. Responsible for Hardware in CIAA Project. 46 | - Juan Cecconi. Sub-responsable for CIAA-IDE in CIAA Project. 47 | - Leandro Kollenberger. 48 | 49 | ### Collaborators in software diffusion and testing 50 | 51 | - Gerardo Sager. 52 | - María de los Angeles Gómez López. 53 | 54 | ### Collaborator in software testing and documentation 55 | 56 | - Marcelo Chichiri. -------------------------------------------------------------------------------- /docs/manuals/Jorge_Osio/Clase 2 IDE4PLC v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/manuals/Jorge_Osio/Clase 2 IDE4PLC v2.pdf -------------------------------------------------------------------------------- /docs/manuals/Jorge_Osio/tutorial ide4plc V1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/manuals/Jorge_Osio/tutorial ide4plc V1.1.pdf -------------------------------------------------------------------------------- /docs/manuals/Marcelo_Chichiri/IDE4PLC-Guia de uso-v1.0.4-v0.75.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/manuals/Marcelo_Chichiri/IDE4PLC-Guia de uso-v1.0.4-v0.75.pdf -------------------------------------------------------------------------------- /docs/manuals/Marcelo_Chichiri/IDE4PLC-Guia de uso-v1.0.4.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/docs/manuals/Marcelo_Chichiri/IDE4PLC-Guia de uso-v1.0.4.docx -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- 1 | site_name: Biblioteca para microcontroladores sAPI 2 | pages: 3 | - Introducción: index.md 4 | - Instalación de IDE4PLC: ide4plc-install_es.md 5 | - Instalation of IDE4PLC: ide4plc-install_en.md 6 | - Instalación de IDE4PLC en GNU/Linux desde el código fuente: ide4plc-linux-from-sources_es.md 7 | - Notas de IDE4PLC v1.0.5: IDE4PLC-v1.0.5-README.md 8 | theme: readthedocs 9 | -------------------------------------------------------------------------------- /package-cache/CommandShell-Base-dtl.41.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/CommandShell-Base-dtl.41.mcz -------------------------------------------------------------------------------- /package-cache/CommandShell-Base-dtl.44.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/CommandShell-Base-dtl.44.mcz -------------------------------------------------------------------------------- /package-cache/CommandShell-Commands-ThierryGoubier.16.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/CommandShell-Commands-ThierryGoubier.16.mcz -------------------------------------------------------------------------------- /package-cache/CommandShell-Commands-dtl.18.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/CommandShell-Commands-dtl.18.mcz -------------------------------------------------------------------------------- /package-cache/CommandShell-Morphic-dtl.2.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/CommandShell-Morphic-dtl.2.mcz -------------------------------------------------------------------------------- /package-cache/CommandShell-Piping-dtl.18.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/CommandShell-Piping-dtl.18.mcz -------------------------------------------------------------------------------- /package-cache/CommandShell-Piping-dtl.19.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/CommandShell-Piping-dtl.19.mcz -------------------------------------------------------------------------------- /package-cache/CommandShell-UI-ThierryGoubier.12.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/CommandShell-UI-ThierryGoubier.12.mcz -------------------------------------------------------------------------------- /package-cache/CommandShell-UI-dtl.13.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/CommandShell-UI-dtl.13.mcz -------------------------------------------------------------------------------- /package-cache/ConfigurationOfCommandShell-ThierryGoubier.17.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/ConfigurationOfCommandShell-ThierryGoubier.17.mcz -------------------------------------------------------------------------------- /package-cache/ConfigurationOfCommandShell-ThierryGoubier.21.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/ConfigurationOfCommandShell-ThierryGoubier.21.mcz -------------------------------------------------------------------------------- /package-cache/ConfigurationOfGlamour-ErwanDouaille.105.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/ConfigurationOfGlamour-ErwanDouaille.105.mcz -------------------------------------------------------------------------------- /package-cache/ConfigurationOfOSProcess-ThierryGoubier.38.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/ConfigurationOfOSProcess-ThierryGoubier.38.mcz -------------------------------------------------------------------------------- /package-cache/ConfigurationOfOSProcess-ThierryGoubier.41.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/ConfigurationOfOSProcess-ThierryGoubier.41.mcz -------------------------------------------------------------------------------- /package-cache/ConfigurationOfPetitParser-TudorGirba.26.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/ConfigurationOfPetitParser-TudorGirba.26.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.1.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.1.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.10.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.10.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.11.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.11.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.12.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.12.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.13.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.13.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.14.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.14.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.15.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.15.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.16.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.16.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.17.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.17.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.18.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.18.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.19.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.19.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.2.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.2.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.20.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.20.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.21.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.21.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.22.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.22.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.23.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.23.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.24.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.24.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.25.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.25.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.26.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.26.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.27.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.27.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.28.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.28.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.29.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.29.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.3.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.3.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.30.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.30.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.31.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.31.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.32.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.32.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.33.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.33.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.34.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.34.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.35.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.35.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.36.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.36.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.37.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.37.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.38.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.38.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.39.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.39.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.4.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.4.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.40.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.40.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.41.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.41.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.42.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.42.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.43.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.43.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.44.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.44.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.45.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.45.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.46.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.46.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.47.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.47.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.48.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.48.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.49.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.49.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.5.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.5.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.50.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.50.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.51.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.51.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.52.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.52.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.53.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.53.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.54.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.54.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.55.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.55.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.56.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.56.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.57.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.57.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.58.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.58.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.59.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.59.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.6.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.6.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.60.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.60.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.61.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.61.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.62.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.62.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.63.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.63.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.64.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.64.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.65.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.65.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.66.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.66.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.67.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.67.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.68.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.68.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.69.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.69.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.7.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.7.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.70.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.70.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.8.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.8.mcz -------------------------------------------------------------------------------- /package-cache/IDE4PLC-EricPernia.9.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/IDE4PLC-EricPernia.9.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-AIO-dtl.8.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-AIO-dtl.8.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-Base-dtl.49.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-Base-dtl.49.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-Base-dtl.51.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-Base-dtl.51.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-Mac-dtl.2.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-Mac-dtl.2.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-OS2-dtl.2.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-OS2-dtl.2.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-RiscOS-dtl.2.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-RiscOS-dtl.2.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-Tests-dtl.13.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-Tests-dtl.13.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-Tests-dtl.14.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-Tests-dtl.14.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-Unix-dtl.23.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-Unix-dtl.23.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-Unix-dtl.24.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-Unix-dtl.24.mcz -------------------------------------------------------------------------------- /package-cache/OSProcess-Win32-dtl.14.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/OSProcess-Win32-dtl.14.mcz -------------------------------------------------------------------------------- /package-cache/Parse-phase03-20161028.cs: -------------------------------------------------------------------------------- 1 | 'From Pharo4.0 of 18 March 2013 [Latest update: #40626] on 29 October 2016 at 11:32:10.711935 am'! PLC_EditableTagMorph subclass: #PLC_ActualArgumentMorph instanceVariableNames: 'model ' classVariableNames: '' poolDictionaries: '' category: 'IDE4PLC-GraphicElementMorph'! !PLC_TagMorph methodsFor: 'drawing' stamp: 'CarlosLombardi 10/28/2016 22:37'! textColor ^ self userInteractionStateLayer1 textColor! ! !PLC_TagMorph methodsFor: 'drawing' stamp: 'CarlosLombardi 10/28/2016 22:37'! drawElementOn: aCanvas "Dibujo el texto" | strings | strings := self stringsToDraw. strings do: [ :str | "Linea de texto" aCanvas drawString: str at: (self stringPositionFor: str index: (strings indexOf: str)) font: TextStyle defaultFont color: self textColor. "Borde delimitador de la linea de texto" self properties drawTextLineBorder ifTrue: [ self drawTextLineBorderOn: aCanvas rectangle: ((self stringPositionFor: str index: (strings indexOf: str)) corner: (self stringPositionFor: str index: (strings indexOf: str)) + str asMorph extent) ] ]! ! !PLC_ActualArgumentMorph methodsFor: 'drawing' stamp: 'CarlosLombardi 10/29/2016 11:25'! textColor "the color in which the text of this morph, i.e. the identifier of my model, must be written. Redefined in order to handle error arguments" | standardColor errorColor | standardColor := super textColor. errorColor := (standardColor = Color white) ifTrue: [ Color orange ] ifFalse: [ Color red ] . ^(self element notNil and: [ self element actualArgument isError ]) ifTrue: [ errorColor ] ifFalse: [ standardColor ]! ! !PLC_ActualArgument methodsFor: 'graphic element' stamp: 'CarlosLombardi 10/29/2016 11:25'! graphicElementFor: aConnectableBlock "Devuelve el Elemento grafico (Morph)." | argumentMorph | argumentMorph := PLC_ActualArgumentMorph newWithText: self actualArgument identifier andContainer: aConnectableBlock connectableBlocksNetwork controller view. ^ argumentMorph " M = PLC_ConnectableBlocksNetwork V = PLC_LadderView C = PLC_LadderController "! ! PLC_ActualArgumentMorph removeSelector: #model! PLC_ActualArgumentMorph removeSelector: #model1! PLC_ActualArgumentMorph removeSelector: #model:! PLC_EditableTagMorph subclass: #PLC_ActualArgumentMorph instanceVariableNames: 'model' classVariableNames: '' poolDictionaries: '' category: 'IDE4PLC-GraphicElementMorph'! !PLC_ActualArgumentMorph reorganize! (#drawing textColor) (#extent layoutRectangleExtent leftLayoutRectangleExtent rightLayoutRectangleExtent centerLayoutRectangleExtent) (#'draw elements' outputPinsSize) (#'model exploration' addToGroup:) (#layout xPositionedCascade: layoutOn:from:output:) (#position layoutRectanglePosition leftLayoutRectanglePosition centerLayoutRectanglePosition rightLayoutRectanglePosition) (#accessing) ! -------------------------------------------------------------------------------- /package-cache/Parse-phase04-20161118.cs: -------------------------------------------------------------------------------- 1 | 'From Pharo4.0 of 18 March 2013 [Latest update: #40626] on 19 November 2016 at 3:06:47.975194 pm'! !PLC_EditorPOU methodsFor: 'commands' stamp: 'CarlosLombardi 11/19/2016 15:04'! downloadProgram self doIfPouCanBeCompiled: [ IDE4PLC downloadProgram ] . ! ! !PLC_EditorPOU methodsFor: 'commands' stamp: 'CarlosLombardi 11/19/2016 14:57'! generateCBuildDownloadProgram self doIfPouCanBeCompiled: [ IDE4PLC generateCBuildDownloadProgram ] . ! ! !PLC_EditorPOU methodsFor: 'commands' stamp: 'CarlosLombardi 11/19/2016 15:04'! doIfPouCanBeCompiled: aBlock "evaluate the given block if the pou I am editing can be compiled. Otherwise, do nothing" self pou canBeCompiled ifFalse: [ GrowlMorph openWithLabel: 'Error' contents: 'El programa tiene errores.'. ^self . ] . ^aBlock value . ! ! !PLC_EditorPOU methodsFor: 'commands' stamp: 'CarlosLombardi 11/19/2016 14:56'! generateProgramCCode self doIfPouCanBeCompiled: [ IDE4PLC generateProgramCCode ] .! ! !PLC_EditorPOU methodsFor: 'commands' stamp: 'CarlosLombardi 11/19/2016 15:04'! buildCProgram self doIfPouCanBeCompiled: [ IDE4PLC buildCProgram ] . ! ! !PLC_LadderBody methodsFor: 'program structure' stamp: 'CarlosLombardi 11/19/2016 14:25'! argumentAccessors "a collection with all the argument accessors (i.e. argument readers or writers) included in this program body" ^self programElements select: [ :elem | elem isActualArgumentReader | elem isActualArgumentWriter ] . ! ! !PLC_LadderBody methodsFor: 'program structure' stamp: 'CarlosLombardi 11/19/2016 14:25'! programElements "a collection with all the program elements that this body includes" ^self networks inject: Set new into: [ :set :network | set union: ((network blocks collect: #element) asSet) ] . ! ! !PLC_LadderBody methodsFor: 'test' stamp: 'CarlosLombardi 11/19/2016 14:43'! canBeCompiled "whether I can be successfully compiled, i.e. whether I do not have any errors" "2016.11.19 - at the moment, the only checked errors are wrong values attached to argument accessors" ^(self argumentAccessors select: [:arg | arg actualArgument isError]) isEmpty.! ! !PLC_Program methodsFor: 'testing' stamp: 'CarlosLombardi 11/19/2016 14:48'! canBeCompiled "whether I can be successfully compiled, i.e. whether I do not have any errors" "2016.11.19 - at the moment, only errors in my body are considered" ^self pouBody canBeCompiled ! ! !PLC_Program reorganize! (#'initialize-release' initialize) (#testing canBeCompiled) (#'POU type' pouType pouTypeAcronym) (#'variable declarations' tempVarDecls) (#compilation cCompile ilCompile) ! !PLC_LadderBody reorganize! (#'program structure' argumentAccessors programElements) (#'called POUs' addCalledPOUsIn:) (#compilation generateCodeIn:) (#'add-remove Networks' addNetwork) (#test canBeCompiled language) ! PLC_EditorPOU removeSelector: #generateBuildDownloadCProgram! -------------------------------------------------------------------------------- /package-cache/PetitAnalyzer-lr.41.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/PetitAnalyzer-lr.41.mcz -------------------------------------------------------------------------------- /package-cache/PetitParser-lr.231.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/PetitParser-lr.231.mcz -------------------------------------------------------------------------------- /package-cache/PetitTests-lr.45.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/PetitTests-lr.45.mcz -------------------------------------------------------------------------------- /package-cache/ScriptLoader40-EstebanLorenzano.789.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/ScriptLoader40-EstebanLorenzano.789.mcz -------------------------------------------------------------------------------- /package-cache/System-Localization-EricPernia.80.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/System-Localization-EricPernia.80.mcz -------------------------------------------------------------------------------- /package-cache/System-Localization-EricPernia.81.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ciaa/IDE4PLC/15158b3e18f513e38b698856a1f3054340ee2833/package-cache/System-Localization-EricPernia.81.mcz -------------------------------------------------------------------------------- /play-cache/2017-07-15T19-21-33-346419-03-00.ph: -------------------------------------------------------------------------------- 1 | IDE4PLC loadIDE4PLCDependences. IDE4PLC initializeIDE4PLC. Workspace open. -------------------------------------------------------------------------------- /play-cache/2017-07-15T20-21-37-492419-03-00.ph: -------------------------------------------------------------------------------- 1 | "CAMBIAR FONDO EN PARO" World backgroundImage: ( ImageReadWriter formFromFileNamed: 'IDE4PLC_files/Locale/' , 'LanguageImagePath' translated , '/GUI_Images/Backgrounds/default.jpg' ) layout: #scaled. "SACAR/PONER MENU WORD" IDE4PLC hideDevelopTools. IDE4PLC showDevelopTools. "CAMBIAR LOGO DE PHARO SOBRE EL FONDO DE PHARO. Buscar el submorph de world y cambiarlo:" World submorphs. World submorphs size. (World submorphs at: 6) image: (Form fromFileNamed: 'IDE4PLC_files/Locale/C/GUI_Images/Backgrounds/Logos.png'). --------------------------------------------------------------------------------