Using the Macro mode

CIE-M10/H10 has 4 different types for monitoring and controlling its I/O ports.

Those are Modbus/TCP, HTTP, Serialized Modbus/TCP and Macro.

This is second time of talking about the Macro.

I want to look into the usages of this mode.

 

<Configuration>

The tool for configuring parameters of CIE-M10/H10 is ezManager.

The mode can be changed by this program.

User image

1. Move to the [I/O Ports] tab.

2. Select the [I/O Port Option] tab

3. Check the [Macro] option and set formulas on each output port.

 

<Practical Example>

See the below setting

 

User image

1. Do0 = i0
It is not necessary to explain the result of this.

2. Do1 = /i0
You must be notice that Do0 and Do1 are never turned ON or OFF in the same time.

3. Do2 = i0 + i1
Except for the first situation of the below truth table, Do2 will keep HIGH.

User image

4. Do3 = i0 * i1
Except for the last situation of the below truth table, Do3 will keep LOW.
User image

5. Do4 = /i0 * /i1
According to the priority, both i0 and i1 are reversed.
Then, the results are operated by AND operator.
User image

6. Do5 = /i0 + /i1
Like the Do4, the reversed values are operated by OR operator.
User image

7. Do6 = /(i0 + /i1)
The bracket has the top priority than any other operators.
Thus, i0 and reversed i1 are operated by OR operator at first.
Then the result is reversed by NOT operator
User image

8. Do7 = i1

<Test>

Following show status of the I/O ports under two different situation.
Try to guess why the result came out.

1. All the input ports are truned OFF

User image


2. All the input ports are truned ON
User image

이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by eztcp

2010/07/21 00:11 2010/07/21 00:11
, , , , , , , , , ,
Response
No Trackback , No Comment
RSS :
http://blog.eztcp.com/ensollae/rss/response/115

About Macro mode of CIE-M10/H10

CIE-M10/H10 has 4 different types for monitoring and controlling its I/O ports.

Those are Modbus/TCP, HTTP, Serialized Modbus/TCP and Macro.

I want to talk about the Macro in this time.

This mode is for automatic control of the output ports.

The source could be combination of input ports using simple Boolean algebra.

For example, you can give output port #0 only the input port 0 has valid HIGH signal.


<Operators>

Three operators (AND, OR and NOT) can be used.

The bracket could be included for priority of each term.

1. AND (*)

: It gives HIGH only all the terms are HIGH. It seems like multiplication.

2. OR (+)

: It gives HIGH if one of the terms is HIGH. It seems like addition.

3. Not (/)

: It inverts the signal.


<Operand>

The input ports are used as operand.

Each input port (i0 ~ i7) and combinations of the ports could be used.


<Example>

1. Do0 = i0 + i1

It is a very simple equation. Do0 is turned ON when one of both input ports i0 and i1 has HIGH at least. See the below truth table.

User image

2. Do1 = i0 * / (i1 + i7)

It is a more complicated equation.

a. The operation in the bracket is calculated.

b. The result of a. is inverted by NOT (/) operator in front of the bracket.

c. And then, the result of b. is calculated with i0 by the AND operator.

See the below truth table.

User image

이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by eztcp

2010/07/19 04:28 2010/07/19 04:28
, , , , , , , , , ,
Response
No Trackback , No Comment
RSS :
http://blog.eztcp.com/ensollae/rss/response/114

Internet Switch

  ezTCP Applications [30]

Internet Switch

* SYSTEM INFORMATION


There are three digital I/O controllers of Sollae Systems.
Those are CIE-H10, CIE-M10 and EZI-10.

Using Modbus/TCP, a pair of the products can perform an automatic Internet Switch.
When an Input port get High signal, the other side's output port get High and vise versa.


* Note: Sollae Systems has not been developing and producing the entire system but the communication module only.

* DIAGRAM

User image


* LIST OF AVAILABLE PRODUCTS
  >> [8 ports] CIE-H10, CIE-M10(Module type)
  >> [1 port] EZI-10

이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by eztcp

2010/04/07 00:22 2010/04/07 00:22
, , , , ,
Response
No Trackback , No Comment
RSS :
http://blog.eztcp.com/ensollae/rss/response/94

POS System

-  ezTCP Applications [03] -

POS System

* SYSTEM INFORMATION
This system uses Ethernet or Wireless LAN type module of ezTCP so that users connect POS system devices like a barcode scanner or a small printer to the Internet.
Any kind of shop which use POS devices can apply this.
You can choose the extanded type of ezTCP if you already have those devices and have been using them.

* DIAGRAM
User image

* LIST OF AVAILABLE PRODUCTS
- If you want to insert the module in your device, you can select one of our module types.
  >> [RS232/422/485 to LAN] CSE-M53 / M32 / M73 / EZL-50L / 50M / 70 / 410
 - If you can't insert the module in your device, just connect our stand-alone products with your devices.
  >> [RS232 to LAN] CSE-H53 / H25 / H20 / H21 / EZL-200F / 200L / 400S / CIE-H10
  >> [RS422/485 to LAN] EZL-200F
  >> [RS232 to WLAN] CSW-H80 / EZL-300S


이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by Roy

2009/12/23 06:56 2009/12/23 06:56

New F/W of ezTCP

New F/W of ezTCP

 

Some of ezTCP’s Firmwares have been changed.

The versions are followed

 

EZL-200F: 1.3I -> 1.3J

CSE-M32/H20/H21: 1.2H -> 1.3A

CSE-M73 -> 1.4D -> 1.5A

CIE-H10/M10 -> 1.3C -> 1.3D

 

[Major points of the changes]

 

1. Add the AT+PSE command in ATC mode: CSE-M32/H20/H21/M73/CIE-H10/M10

 

AT command lets users operate ezTCP as a TCP server or client.

When TCP connection is established, if you send three escape code “+++”, you can change the Online mode to AT command mode. Doing it, the “+++” character must be sent to your remote host. However, some people didn’t want to send it. To solve this problem, AT+PSE command has been added.

The usage is like this

 

AT+PSE=0

AT+PSE=1

 

It’s quite simple.

If the value is 0, the characters are not sent. The default value is “1”

 

2. Add the MAC ID function: CSE-M32/H20/H21/M73/CIE-H10/M10

 

MAC ID function is for identification with its MAC address.

Checking this option, ezTCP will send its MAC address to the remote host right after the connection is established. The option is available on both TCP server and client mode.

 

The options can be configured by ezManager.

(New ezManager(ver.3.0c) is being developed and tested now. And it will be released soon. You can use the option with it.)

 

For your information, EZL-200F has a similar option with this.

 

3. Multi Monitoring in RS422/485 connections: EZL-200F

 

As you know, EZL-200F supports multi monitoring option. 8 different hosts can be connected with the model in the same time. This option was available on RS232 connection in previous F/W. New F/W has been changed at this point.

You can use the option in RS232/422/485.

 

We are always thinking about users’ convenience in using our products. So, we have been adding a lot of options on their firmware. Thus, we recommend that users always use the latest version of firmware. The file will be on our website.

이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by eztcp

2009/07/21 12:32 2009/07/21 12:32
, , , , , , , , , ,
Response
No Trackback , No Comment
RSS :
http://blog.eztcp.com/ensollae/rss/response/28

Review of CIE-M10

Review of CIE-M10

 

CIE-M10, embedded remote I/O controller has been introduced!

User image
 

Specification

* Remote Monitor and Control digital Input/Output Port

* Modular Type

* 10/100Base-T Ethernet, auto MDI/MDX

* 8 Digital Input Ports (3.3V CMOS)

* 8 Digital Output Ports (3.3V CMOS)

* 1 Analog Input Port (10 bits resolution ADC)

* UART x 1 (up to 230,400bps, UART <--> TCP/IP converting function)

* Supports uploading user’s web pages

* Security function: IP filtering, Password

* Built-in Web Server for simple management

* Supports Stand-Alone Operation and simple logical expressions

* Supports Modbus/TCP

* Flexible configuration and network communication by 'AT Commands' (patent)

* Supports communication with variety of TCP/UDP hosts (TCP Server/Client, UDP)

* Variety of communication status chekup (debugging mode, ezManager, Telnet)

* Supports DHCP and PPPoE for xDSL and cable network

* Supports 'DNS' protocol for simple connection to the Internet

* Supports Dynamic DNS (DDNS): available as Server with dynamic IP environment

* IP Change Trap feature: useful with dynamic IP environment

* Telnet COM Port Control Option (RFC 2217)

* Easy configuration utility via network for Windows OS (ezManager)

* Virtual COM Port Redirector 'ezVSP' for Windows OS (provided free of charge)

* Firmware is upgradable through network

* Environmentally-friendly RoHS compliant

 

CIE-M10 has all the options and functions of CIE-H10.

It can be controlled by HTTP, Modbus/TCP, serialized Modbus/TCP and Macro.

The model supports useful functions like DDNS, TCP/UDP notification of changed IP address.

 

This model also uses ezManager as a configuration tool like CIE-H10.

Look at the following picture.

 

User image

The Modbus/TCP test program will be created on your screen, when you select the products.

 

The product has one ADC port as well as 8 ports digital Input and Output.

This can be remarkable issue.

If the analog signal inputs the port, the values are presented the number between 0 and 1023. (10 bits resolution)

Users not only can configure the range of the values by using their HTML files but monitor.

 

User image

The examples of HTML are followed


<Default_image>

User image



<No_Comment>
User image


<Simple Image>

User image



<Simple Text>
User image



<Sample_01>
User image



<Sample_02>
User image



<Sample_03>
User image



In addition, because this model is formed of SMD type, the dimension is very small. So, you can easily apply to your system.

 

A LED which is connected with the first digital input port (Di0) is equipped for developer.

 

User image

Download All the skins of HTML

이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by Roy

2009/07/02 11:56 2009/07/02 11:56
, , , , , , , , , ,
Response
No Trackback , No Comment
RSS :
http://blog.eztcp.com/ensollae/rss/response/22

Two Products will be Introduced Soon

Two Products will be Introduced Soon.

 

Our company has been developing new ezTCP and two of the products will be introduced in the market soon.

Those names are CSE-H25 and CIE-M10

 

<CSE-H25, the Powerful Serial Device Server>

 

User image

This model will replace the EZL-200L which has one RS232 port. EZL-200L is one of our popular models in external serial device server. CSE-H25 has a lot of functions and stronger with high temperature.

 

 

Specification

* 10/100Base-T Ethernet, Auto MDI/MDIX

* One RS232 Port (up to 230,400 bps) and One RJ45 interface

* Powerful security functions: SSL3.0/TLS1.0, SSH2.0, IP/MAC filtering, Password

* Industrial Temperature Specification (-40 ~ +70)

* Flexible configuration and network communication by ‘AT Commands’ (patent)

* Supports communication with variety of TCP/UDP hosts (TCP server / Client, UDP)

* Variety of communication status checkup (debugging mode, ezManager, Telnet)

* Supports DHCP and PPPoE for xDSL and cable network

* Supports Dynamic DNS (DDNS): available as Server with Dynamic IP environment

* IP Change Notification: Useful with dynamic IP environment

 

<CIE-M10, the Module Type of CIE-H10>

 

User image

CIE-M10 can remotely monitor and control digital input/output ports. It is a Modular Type of CIE-H10.

  

Specification

* 10/100Base-T Ethernet, Auto MDI/MDIX

* 8 Digital Input Ports (3.3V CMOS)

* 10bit ADC 1 Port

* 8 Digital Output Ports (3.3V CMOS)

* UART × 1 (up to 230,400bps, UART TCP/IP converting function)

* Supports uploading user’s web pages

* Security Function: IP filtering, Password

* Built-in Web Server for simple management

* Supports Macro option

* Supports Modbus/TCP

이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by Roy

2009/06/03 07:36 2009/06/03 07:36


블로그 이미지

SOLLAE SYSTEMS ENGLISH BLOG

- Roy

Notices

Archives

Recent Comments

Recent Trackbacks

Calendar

«   2010/09   »
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

Site Stats

Total hits:
37013
Today:
44
Yesterday:
155