MiniOS7 Utility

MiniOS7 is a DOS-like OS for embedded controller such as I-7188, uPAC-7186, I-8000 and iP-8000 designed with high reliability, high I/O flexibility and low power consumption. It includes a powerful and reliable Xserver programming structure that allows you to design your robust embedded controller applications quickly and easily.

MiniOS7 Utility is a tool for configuring, uploading files to all products  with MiniOS7.

 






Functions

  • Supported connection ways

  1. COM port conection (RS-232)
  2. Ethernet connection (TCP & UDP) (Supported since version 3.1.1)

  • Maintaince

  1. Upload file(s)
  2. Delete file(s)
  3. Update MiniOS7 image

  • Configuration

  1. Date and Time
  2. IP address
  3. COM port
  4. Disk size (Disk A, Disk B)

  •  Check product information

  1. CPU type
  2. Flash Size
  3. SRAM Size
  4. COM port number
     etc.

Including frequently used tools

  a. 7188XW
  b. 7188EU
  c. 7188E
 

PC system Requirements

       1. IBM compatible PC
       2. Windows 95 /98/NT/2000/XP/Vista/Windows 7/8/10

Supported products

       1. uPAC-5000 series
       2. PDS-700 series
       3. μPAC-7186EX series
       4. I-7188EX series
       5. I-7188/I-7188XA/I-7188XB/I-7188XC
       6. All I-8000 series
       7. ET-7000 series
       8. G-4500 series
 


 

MiniOS7 Utility API

Open source code to realize customization





◆ Integrate application depends on customer's requirements
MiniOS7 APIs support programmer to send MiniOS7 command or upload file from host PC.
Programmer can integrate APIs into an application to let user set IP, update firmware and so on. User doesn’t need to install ICPDAS MiniOS7 Utility anymore.



◆ Supported functions
 
File maintenance Upload File
Erase Disk
Update OS Image
Download/Upload EEPROM Configuration
System command Get file list & available size
Set/Get Network setting
Set/Get Date Time
Set/Get Disk Size
Reset
Get OS information
OS version OS
OS Type
build
Hardware info Hardware
CPU
Serial number
Reset by WDT or Power on
Initial pin status Close or Open
Memory SRAM
Flash Memory(include Disk A, Disk B, Reserve)
Network MAC address
IP/IP2
Mask/Mask2
Gateway/Gateway2
Others Alias
Date and Time
Slot and module on it
Comport setting
Note: V1.0.1 supports RS-232 connection only
 

◆ Supported products
MiniOS7 embedded products


◆ PC Requirements
For Programmer
      VB6 or C#.NET installed
For User
      Windows 95/98/NT/2000/XP/Vista/Windows 7





C programs based on MiniOS7 need to go through the compilation process before they can be executed on the controller. C source files can be compiled smoothly on 32-bit Windows operating systems. But on those 64-bit systems, the C compiler cannot directly execute.

To provide a solution, the following reference document comes with instructions for compiling C programs on 32-bit and 64-bit Windows systems.