Releases: ciaa/IDE4PLC
IDE4PLC v1.05
IDE4PLC
A libre Programming Software for PLC comply with IEC 61131-3.
License
Copyright 2012-2017 Eric Nicolás Pernia.
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.
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.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.
For more information about the license, read the files
COPYING.LESSER.txt and COPYING.txt located in the
IDE4PLC_LICENSE directory.
Project information
- Web sites:
- IDE4PLC project E-mail: [email protected]
- Soft-PLC development group of CIAA project: https://groups.google.com/forum/#!forum/ciaa-software-plc
About the author
- Ing. Eric Nicolás Pernia ([email protected]). Quilmes, Buenos Aires, Argentina.
- Professor-Researcher at Universidad Nacional de Quilmes (UNQ).
- Responsible for Software-PLC in CIAA Project.
Collaborator in software design and coding
- Dr. Lic. Carlos Lombardi.
- Sub-responsable for Software-PLC in CIAA Project.
Collaborators in the port of the Firmware of IDE4PLC to the EDU-CIAA-NXP
- Mariano Cerdeiro. Responsible for Firmware in CIAA Project.
- Pablo Ridolfi. Responsible for Hardware in CIAA Project.
- Juan Cecconi. Sub-responsable for CIAA-IDE in CIAA Project.
- Leandro Kollenberger.
Collaborators in software diffusion and testing
- Gerardo Sager.
- María de los Angeles Gómez López.
Collaborator in software testing and documentation
- Marcelo Chichiri.
Notes of the current release, 1.0.5
- Release date: 2017/07/15.
- Supported Operative Systems: GNU/Linux x86, GNU/Linux x64 and Windows (x86 and x64).
- Supported boards: CIAA-NXP y EDU-CIAA-NXP.
- Added detection of data types and indication of errors.
- Internationalization of the GUI, allowing to change between English and Spanish.
This software is under development. The present version can program the platforms CIAA-NXP and EDU-CIAA-NXP in LADDER DIAGRAM IEC 61131-3 language.
The generated program called MAIN_TASK runs in a single periodic task every 20 ms. This task triggers a program organization unit (POU) of type Program called MAIN_PROGRAM.
MAIN_PROGRAM is the only POU that allows modifying the program, contains previously declared interface variables and Digital Outputs, and some internal variables.
In the CIAA-NXP the Digital Inputs are I0 to I7 and the Digital Outputs are from Q0 to Q7. Not support for analog inputs or outputs yet.
In the EDU-CIAA-NXP the Digital Inputs are TEC1 to TEC4 and the Digital Outputs correspond to LEDR, LEDG, LEDB, LED1, LED2
And LED3. Not support for analog inputs or outputs yet.
How to "install" IDE4PLC?
Please read "docs/ide4plc-install_en.md" or "docs/ide4plc-install_es.md".
How to open IDE4PLC?
To open it you must run the Pharo-Smalltak environment:
- Linux: Open a terminal and run ./ide4plc
- Windows: Open executale file ide4plc.exe
Using IDE4PLC
Open IDE4PLC, create a program in LADDER DIAGRAM using the POUs editor (which opens from the corresponding icon).
- Generate C code: Generate the C code in the folder: "IDE4PLC/IDE4PLC_user_projects/plc_application".
- Build: Executes the "make" command that compiles the C code ito a binary file.
- Download: Run the "make download" command that downloads binary file to the microcontroller flash.
- Generate C, Build and Download code: Execute all 3 steps above.
- Clean: Execute the "make clean" command that deletes the files generated by the previous C compilation. Required when you change the target board.
IDE4PLC v1.0.2 windows
IDE4PLC
A libre Programming Software for PLC comply with IEC 61131-3.
Copyright 2012-2015 Eric Nicolás Pernia.
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.
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.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Para más información acerca de la licencia lea los archivos
COPYING.LESSER.txt y COPYING.txt ubicados en el directorio
IDE4PLC_LICENSE.
IDE4PLC v1.0.2 win
- Supported devices: EDU-CIAA-NXP.
- CIAA-Firmware version: 0.6.1.
- Operating System: Windows.
NOTAS DE LA VERSIÓN (release 1.0.2)
Este software se encuentra desarrollo. La presente versión puede
programar la plataforma EDU-CIAA-NXP en lenguaje LADDER DIAGRAM IEC
61131-3.
El programa generado corre en una única tarea periódica cada 20ms
llamada MAIN_TASK. Esta tarea dispara una Unidad de Organización de
programa (POU) del tipo Programa llamada MAIN_PROGRAM.
MAIN_PROGRAM es la única POU que permite modificar el programa,
contiene declaradas previamente variables de interfaz de Entradas (los
4 pulsadores de la EDU-CIAA-NXP TEC1 a TEC4) y Salidas (los 6 leds,
LED_R, LED_G, LED_B, LED_1, LED_2 y LED_3) y algunas variables internas.
Los objetivos para esta versión de IDE4PLC son:
- Fecha de release 16/09/2015.
- Eliminación de bugs de actualización de la grilla de variables de la POU.
- Se deja de mostrar en la grilla las variables de isntancia de los
bloques de función hasta que se permita su modificación directa desde la grilla. - Reparación de bug al borrar llamados a función en Ladder.
- Reparación de bug al generar código IL con estructuras.
- Reparación de bug al generar código C de funciones de comparación.
- Agregado de facilidades para desarrolladores de IDE4PLC.
- Mejoras del modelo interno para el agregado de un nuevo dispositivo a programar.
- Inclusión del pequeño programa similar al "Simulink".
¿Cómo abrir el IDE4PLC?
Para abrirlo debe ejecutar el entorno Pharo-Smalltak:
- Mac: abrir Pharo3.0.app
- Linux: abrir Pharo3.0.sh
- Windows: abrir Pharo.exe
Utilización de IDE4PLC
Abra IDE4PLC, cree un programa en lenguaje LADDER DIAGRAM mediante
el editor de POUs (que se abre desde el icono correspondiente).
Opcinalmente puede presionar el botón "Generar código C" que
traducirá a lenguaje C el programa Ladder (generando varios
archivos con extensión .C y .H dentro de la carpeta
/Firmware/out/gen/).
Conecte la placa EDU-CIAA-NXP a su computadora mediante USB (puerto
debug) y presione el botón "Compilar código y Descargar al
dispositivo" en el Editor de POUs. Este botón realiza las
siguientes tareas:
1 - Genera el código C correspondiente a la aplicación de
IDE4PLC en la carpeta /Firmware/out/gen/.
2 - Invoca mediante linea de comandos al compilador del Firmware
de la CIAA e iniciar el proceso de build del proyecto
"plc_application". De esta manera se obtiene un ejecutable
compatible con el microcontrolador de la EDU-CIAA-NXP,
LPC4337, para su núcleo Cortex-M4 llamado
'plc_application.bin'.
3 - Descarga el ejecutable 'plc_application.bin' a la memoria
flash de la EDU-CIAA-NXP.
NOTA: El botón "Compilar código y Descargar al dispositivo" del
editor de POUs no está disponible en la versión para MAC OS X.
En consecuencia, debe compilar y descargar el código C generado
por IDE4PLC programa desde una consola.
Información del proyecto IDE4PLC
- Sitios web:
- E-mail del proyecto IDE4PLC: [email protected]
- Grupo de desarrollo del Soft-PLC del proyecto CIAA: https://groups.google.com/forum/#!forum/ciaa-software-plc
Acerca del autor
- Ing. Eric Nicolás Pernia ([email protected]). Quilmes, Buenos Aires, Argentina.
- Docente-Investigador en la Universidad Nacional de Quilmes (UNQ).
- Responsable de Software-PLC en el Proyecto CIAA.
Colaborador en diseño del software
- Dr. Lic. Carlos Lombardi.
- Sub-responsable de Software-PLC en el Proyecto CIAA.
Colaboradores en el port del Firmware de IDE4PLC a la EDU-CIAA-NXP
- Mariano Cerdeiro. Responsable de Firmware en el Proyecto CIAA.
- Pablo Ridolfi. Responsable de Hardware en el Proyecto CIAA.
- Juan Cecconi. Sub-responsable de CIAA-IDE.
- Leandro Kollenberger.
Colaborador en difusión de software
- Gerardo Sager.
Colaborador en testing de software y documentación
- Marcelo Chichiri.
IDE4PLC v1.0.1 windows
IDE4PLC
A libre Programming Software for PLC comply with IEC 61131-3.
Copyright 2012-2015 Eric Nicolás Pernia.
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.
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.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Para más información acerca de la licencia lea los archivos
COPYING.LESSER.txt y COPYING.txt ubicados en el directorio
IDE4PLC_LICENSE.
IDE4PLC v1.0.1 win
- Supported devices: EDU-CIAA-NXP.
- Operating System: Windows.
NOTAS DE LA VERSIÓN (release 1.0.1)
Este software se encuentra desarrollo. La presente versión puede
programar la plataforma EDU-CIAA-NXP en lenguaje LADDER DIAGRAM IEC
61131-3.
El programa generado corre en una única tarea periódica cada 20ms
llamada MAIN_TASK. Esta tarea dispara una Unidad de Organización de
programa (POU) del tipo Programa llamada MAIN_PROGRAM.
MAIN_PROGRAM es la única POU que permite modificar el programa,
contiene declaradas previamente variables de interfaz de Entradas (los
4 pulsadores de la EDU-CIAA-NXP TEC1 a TEC4) y Salidas (los 6 leds,
LED_R, LED_G, LED_B, LED_1, LED_2 y LED_3) y algunas variables internas.
Las variables del tipo instancia de POU Bloque de Función (ver
documentación en el sitio web), que se agregan automáticamente al
agregar un bloque FB (Bloque de Función) en el programa de usuario,
también se eliminan al eliminar dicho bloque.
¿Cómo abrir el IDE4PLC?
Para abrirlo debe ejecutar el entorno Pharo-Smalltak:
- Windows: ejecutar Pharo.exe
Utilización de IDE4PLC
Abra IDE4PLC, cree un programa en lenguaje LADDER DIAGRAM mediante
el editor de POUs (que se abre desde el icono correspondiente),
presione el botón "Generar código C" que traducirá a lenguaje C el
programa Ladder (generando varios archivos con extensión .C y .H
dentro de la carpeta /Firmware/out/gen/).
Conecte la placa EDU-CIAA-NXP a su computadora mediante USB (puerto
debug) y presione el botón "Compilar código y Descargar al
dispositivo" en el Editor de POUs. Este botón realiza las
siguientes tareas:
1 - Genera el código C correspondiente a la aplicación de
IDE4PLC en la carpeta /Firmware/out/gen/.
2 - Invoca mediante linea de comandos al compilador del Firmware
de la CIAA e iniciar el proceso de build del proyecto
"plc_application". De esta manera se obtiene un ejecutable
compatible con el microcontrolador de la EDU-CIAA-NXP,
LPC4337, para su núcleo Cortex-M4 llamado
'plc_application.bin'.
3 - Descarga el ejecutable 'plc_application.bin' a la memoria
flash de la EDU-CIAA-NXP.
Información del proyecto IDE4PLC
- Sitios web:
- E-mail del proyecto IDE4PLC: [email protected]
- Grupo de desarrollo del Soft-PLC del proyecto CIAA: https://groups.google.com/forum/#!forum/ciaa-software-plc
Acerca del autor
- Ing. Eric Nicolás Pernia ([email protected]). Quilmes, Buenos Aires, Argentina.
- Docente-Investigador en la Universidad Nacional de Quilmes (UNQ).
- Responsable de Software-PLC en el Proyecto CIAA.
Colaborador en diseño del software
- Dr. Lic. Carlos Lombardi.
Colaboradores en el port del Firmware de IDE4PLC a la EDU-CIAA-NXP
- Ing. Mariano Cerdeiro.
- Ing. Pablo Ridolfi.
- Ing. Juan Cecconi.
- Leandro Kollenberger.