MPINO STUDIO V1.59 (Programming Tool for the MPINO / MPAINO Series)
This is MPINO STUDIO.
Software that lets you program the MPINO family using Arduino and Ladder Logic at the same time.
The MPINO family can also be programmed with the Arduino IDE. (They are compatible.)
For a detailed description of MPINO STUDIO, please refer to the MPINO STUDIO user manual.
Some antivirus programs may report MPINO STUDIO as a suspected virus.
This is the antivirus mistaking the program's encryption for a virus. It is not a virus; please add an
exception in your antivirus software and continue.
- Revised the Modbus slave communication algorithm on the MPINO-8A8R.
- Changed the maximum analog output value on the MPINO-16A8R8T from the previous default of 1000 to 255, the Arduino default.
▶ < MPINO STUDIO Manual (Korean) >
- Improved a "not responding" condition when downloading a program.
- Added the IPID library.
- Added the MPAINO-EXIO and MPAINO-EXIO-X model groups.
- Fixed some errors in the IPT100 library.
- Made the Modbus serial communication settings easier to configure.
- Fixed a problem where pressing the Tools button caused a program error on some computers.
- Corrected wrong pin numbers on some models.
- Revised some of the example files.
- Fixed abnormal binding on some models.
- Fixed binding failures on some models.
- Updated the IADC library so that the SPS value can be changed.
- Corrected the pin numbers for each product.
- Revised the IDAC function.
- Added the MPAINO - 16A16R_X5K2.
- Fixed an error in the IADC library and revised the MPINO STUDIO examples.
- Updated so that MPINO series products can also use the IADC function, and revised the example files.
- Renamed the FASTPWM function to FDPWM.
- Added the MPAINO-32A32R.
- Fixed a bug where duplicate definitions inside the library file prevented compilation.
- The MPAINO device family was added.
: Added the MPINO-16A8R.
: On the MPINO-8A8R, the PWM width used to be set to 65535 automatically; it can now be set by command. This is because Arduino libraries that drive the same timer resource would not run otherwise.
: On the MPINO-16A8R8T as well, the PWM width that was set to 65535 automatically is now set manually.
: The MPINO-8A8R commands are "pwm3Width(width)" and "pwm4Width(width)".
pwm3Width(width) sets the width for P(5),(2),(3). pwm4Width(width) sets the width for P(6),(7),(8).
: The MPINO-16A8R8T commands are "pwm1Width(width)" and "pwm3Width(width)".
pwm1Width(width) sets the width for P(11),(12), and pwm3Width(width) sets the width for P(5),(2).
: In the command pwm__X__Width(width), __X__ is the MCU timer resource.
■ https://blog.naver.com/ilogics/221514074905 We also run a blog.
