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

Mobile I/O Controlling by a Smart Phone

CIE-H10, CIE-M19 and EZI-10 are remote digital I/O controllers which support HTTP.
That means you can control those products with a web browser on your smart phone.

This post descript an example using safari application on the iPhone (Apple).

Just connect the controller with typing IP address or host name on the web browser.
In case the controller has a password, log on with ID (admin) and password are required.

1. Run the Safari Application.
User image

2. Input the IP address or host name of the controller.
User image

3. Log on with ID and password.
User image

4. Control and monitor the remote I/O module.
User image

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

Posted by eztcp

2010/05/07 07:45 2010/05/07 07:45
, , , , , , , , ,
Response
No Trackback , No Comment
RSS :
http://blog.eztcp.com/ensollae/rss/response/101

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

Central Remote Patient Monitoring System

-  ezTCP Applications [01] -

Central Remote Patient Monitoring System


* SYSTEM INFORMATION

This system is a patient monitoring system in a hospital.
The device which is in each patien's room can be connected to the network via ezTCP.
Doctors or nurses can check their patients everywhere if there is a computer with INTERNET.

* 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/18 02:03 2009/12/18 02:03
, , , , , , , , , , , , , , , ,
Response
No Trackback , No Comment
RSS :
http://blog.eztcp.com/ensollae/rss/response/65

CIE-H10 Serial Modbus/TCP

Q: How can I get the status of digital Input ports?

A: CIE-H10/M10 is a remote digital I/O controller. And it is also equipped with ability to convert TCP/IP to Serial. So, those interfaces are various compared with other ezTCP.

[INTERFACES OF DIGITAL I/O]
Each digital input is interfaced with photo-coupler and the output is a relay. You can change the type of digital input to the "dry-contact" by using a Dry-Contact Adapter(DCA) which we've offering.

[INTERFACE FOR Serial Device Server]
DB-9 PIN Male connecter and RJ45 for Ethernet are equipped.

Q: Then, is that means the role for serial device server and digital I/O controller are independent?

A: Yes, it is. However, recently we added a mode which is named "Serialized Modbus/TCP" for monitoring and controlling I/O ports through serial port.
In this mode, the data which has a format of Modbus/TCP frame is sent and received via RS232 port. When you make a program for communication with CIE-H10/M10, the information about this format is needed.

We think it will be a no problem to make program with this protocol, because it uses minimum class of that. Only two function codes are using and each master and slave has their fixed format.

Are there any sample codes or references?

We've been offering a sample code and technical document about the protocol. Please refer to them.
1. Sample code for Visual C++
2. Sample code for Visual Basic
3. Technical Document: Modbus/TCP




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

Posted by Roy

2009/09/30 08:59 2009/09/30 08:59
, , ,
Response
No Trackback , No Comment
RSS :
http://blog.eztcp.com/ensollae/rss/response/44

Dry Contact Adapter (DCA) is introduced!

Dry Contact Adapter (DCA) is introduced!

 

User image

DCA is introduced for CIE-H10.

The adapter is for changing input type of CIE-H10 to dry contact.

That means you can input HIGH to each input port by relay (or switch).

 

 

 

<Usage>

1. Just put it on the input side.

 

User image

 

2. Supplying power (DC 4 ~ 25V) through the DC port.

 

User image

 

User image

3. Connect switch or another relay to any ports.

 

User image

User image

 

 

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

Posted by Roy

2009/08/07 06:34 2009/08/07 06:34

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

Dry Contact Interface for CIE-H10

Customers can interface between CIE-H10 and dry contact sensors (switch, relays) by the following two methods.

What is dry contact?
A dry contact is a contact that does not provide voltage.

A. Using Dry Contact Adapter(DCA)
  - Customers can implement dry contact interfaces very easily with Dry Contact Adapter (DCA).
  - An Additional DC power is required for DCA.
  - DCA will be provided from August 2009.

B. Implementing Dry Contact Interface
  - CIE-H10's input ports sense DC voltage from sensers.
  - Above 1.8V: 1(ON), Below 1.5V: 0(OFF)
  - Therefore, users have to implement as vollowed for Dry Contact Sensors.

User image

  - DC valtage of input port is DC 1.8V ~ 24V. But we recommend users to use a DC 5V ~ 24V power supply because of cable resistance.
  - We recommend users to use isolated DC Power.

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

Posted by Roy

2009/07/15 07:30 2009/07/15 07:30
, , , , , , ,
Response
No Trackback , No Comment
RSS :
http://blog.eztcp.com/ensollae/rss/response/26


블로그 이미지

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