MICREX-SX Communication Middleware
Models: NP4N-MDLW
FEH246a
Preface
This User’s Manual describes the operations, functions, system configurations of and how to use the Communication
Middleware (NP4N-MDLW) for MICREX-SX series. Read this manual thoroughly and use this product correctly.
Also read the related manuals listed below for MICREX-SX Series.
1. This manual may not be transcribed or reproduced in whole or part without permission.
2. The contents of this manual including the specifications are subject to change without prior notice.
3. This manual has been prepared with extreme care; however, if you find any ambiguous or incorrect description in
this manual, please contact us at one of the addresses listed at the end of this manual. At this time, inform us of
the manual No. given on the cover page.
Thoroughly read “Safety Precautions” before using this product.
Safety Precautions
Caution
Some items indicated in
These safety instructions give important information.
Be sure to strictly observe them. Specially important items are given below.
: Incorrect handling of the device may result in minor injury and/or moderate damage.
Caution
may also result in a serious accident depending on the conditions.
Caution
◊ If damage or deformation is found on the product when unpacking, do not use it, or fault or malfunction may occur.
◊ Do not give a shock to the product by dropping or falling it, or damage to the product or malfunction may occur.
◊ The product CD is CD-ROM. Never try to play it on a general audio CD player, or loud noise may cause hearing
disability or audio equipment fault.
◊ Insert loader connectors in the correct direction, or malfunction may occur.
◊ Insert CD-ROM, loader connectors, etc. in the correct direction, or fault or malfunction may occur.
◊ When performing program change or forced output during operation or starting or stopping operation, make sure of
safety. Operation errors may cause damages to the machine or accidents.
◊ Use the product under the software operation environment conditions described in the manual, or fault or malfunction
may occur.
◊ Operate D300win and personal computers under stable conditions to prevent falling, etc., or fault or malfunction may
3-1-2 Development language for client........................................................................................................... 3-1
3-1-3 List of communication interfaces........................................................................................................... 3-1
3-2 Interfaces Supported by SX_MDLW ............................................................................................. 3-2
3-3 Accessing Process Data................................................................................................................ 3-7
3-3-1 Item ID and access path ....................................................................................................................... 3-7
3-3-2 Basics of process data access.............................................................................................................. 3-7
3-3-3 Scheme of process data access ........................................................................................................... 3-9
3-4 OPC Functions Not Supported by SX_MDLW ........................................................................... 3-12
Section 4 Using SX_MDLW...........................................................................4-1
The MICREX-SX Communication Middleware (NP4N-MDLW) is a local/remote data access server compliant with OPC
Data Access 2.0 proposed by OPC Council. It provides connection environment for clients (applications created in Visual
Basic, Visual C++, etc.) and MICREX-SX (global variables).
(Hereinafter, the MICREX-SX Communication Middleware may be simply referred to as SX_MDLW.)
SX_NDLW is an interface for connecting between the MICREX-SX SPH system (data source) and applications (data
users) called clients.
1-1-1 Data Communication System Configuration Image
Personal computer
OPC clients
SX_MDLW
Applications created in
Visual Basic (VB) or Excel
and operating on Windows,
and SCADA software, etc.
OPC clients and the OPC server are connected using automation or custom
interface. For example, automation interface is used for Visual Basic and
custom interface is used for C++.
* OPC ........ OLE for Process Control
OLE ......... Object Linking and Enbeding
SCADA.... Supervisory Control and Data Aquistion
[Hint]
OPC-related information is available at the Web site of OPC Council Japan.
Address: http://www.microsoft.com/japan/partners/industry/opchome.htm
OPC i/f
D300win
(V2.2 or up)
OPC server for
MICREX-SX
Global variable information
from D300win
MICREX-SX SPH Note)
For interfacing between SX_MDLW
(machine equipped with SX_MDLW) and
MICREX-SX system, use Ethernet, RS232C, FL-net, SX bus or modem.
Note: SPS is not currently supported.
1-1
1-1 Outline of NP4N-MDLW
1-1-2 Outline of system configuration
(1) Basic system configuration
In the basic system configuration, communications are made between one personal computer and MICREX-SX. On the
personal computer, SX_MDLW, D300win and OPC client are activated. SX_MDLW can access up to 10 global variable
definition worksheets created by D300win. If a variable name definition file has been exported, SX_MDLW can access to
the MICREX-SX global variables without activating D300win.
Personal computer
Global variable information
OPC client
Message manager (MM)
WindowsNT V4.0 SP3 or up/Windows2000/WindowsXP
MICREX-SX
Notes:
1. The OS of the personal computer must be WindowsNT V4.0 SP3 or up, Windows2000, or WindowsXP.
2. Message Manager is attached to SX_MDLW.
SX_MDLW
(OPC server)
Dedicated
interface
D300win
(V2.2.0.1 or up)
Use RS-232C, Ethernet, etc. for communications
between the personal computers and MICREX-SX.
For details, see Section 3-1 “MICREX-SX
Communication Middleware Operational
Specifications.”
1-2
1-1 Outline of NP4N-MDLW
(2) Expanded system configuration
In the expanded system configuration, communications are made between personal computers on LAN and/or Internet
and the MICREX-SX. The SX_MDLW execution environment must be WindowsNT 4.0 or up, Windows2000 or
WindowsXP, and the OPC client execution environment must be WindowsNT V4.0 SP3 or up, Windows2000/WindowsXP.
Personal computer
OPC client
DCOM
Personal computerPersonal computer
OPC client
Windows2000
or WindowsXP
OPC client
Message manager (MM)
WindowsNT V4.0 SP3 or up/Windows2000/WindowsXP
OPC client
WindowsNT
SX_MDLW
(OPC server)
Windows2000
or WindowsXP
Internet/intranet
D300win
(V2.2.0.1 and up)
MICREX-SX
Dedicated
interface
Use RS-232C, Ethernet, etc. for communications
between the personal computers and MICREX-SX.
For details, see Section 3-1 “MICREX-SX
Communication Middleware Operational
Specifications.”
1-3
1-2 Necessary Knowledge
For development of OPC clients using SX_MDLW, following knowledge is necessary:
<For development with OPC automation interface>
CategoryItems
Knowledge about OLE standard interfaceOutline of OLE automation
Knowledge about OPCKnowledge about the interface defined by OPC is necessary.
Knowledge about D300winKnowledge about D300win operations is necessary.
<For development with OPC custom interface>
CategoryItems
Knowledge about OLE/COMInterface definitions
Knowledge about OLE standard interfaceOutline of OLE automation
Knowledge about OPCKnowledge about the interface defined by OPC is necessary.
Knowledge about D300winKnowledge about D300win operations is necessary.
1-4
Section 2 Installation
Page
2-1
Personal Computer Environment Necessary for SX Communication Middleware .....
Because MICREX-SX Communication Middleware is incorporated in a user application for operation, its operation
environment is limited by the user application software specifications. The recommended execution environment for the
user application software incorporating the SX Communication Middleware is given below.
ItemsSpecifications
HardwareIBM-AT compatible machine
CPUIntel Pentium 233 MHz or equivalent
Hard disk drivAt least 1 drive
External storage device/
interface
Memory capacity128 Mbytes or more
Keyboard
MouseUSB, bus or PS2 mouse
Display (resolution)1024 x 768 dots or more
Communication interface
Operating system necessary for SX_MDLWWindowsNT 4.0 SP3 or up, Windows2000, WindowsXP
Floppy disk driveAt least 1 drive, Media: 2HD, 1.25/1.44 Mbytes, 3.5 inches
CD-DOM drive
At least 1 drive (quadruple speed or more recommended),
Media: ISO9660 format
106-type Japanese (A01) keyboard (CTRL + alphanumerics) or
101-type English keyboard
Select one of the following interfaces:
• COM port (RS-232C/modem)
• Ethernet
• FL-net
• SX bus (SX bus slave board is necessary.) See Note.
Note: Currently, SX bus slave boards (model: NP3L-SA1SASS) compliant with ISA bus are available.
The SX Middleware Software package is shipped as one CD-ROM. It contains the software itself, installer and product
2-1
2-2 Installation Procedure
manual (PDF file).
2-2-1 Initial screen
With Windows activated, insert the product CD-ROM in the CD-ROM drive. Then, the screen shown below automatically
appears.
Note: If the installation screen shown above does not appear automatically, perform the following procedure:
Click Windows [Start] ⇒ [Run], specify the name as “(drive where the product CD-ROM is inserted):¥autorun.exe”
and click [OK] button.
2-2
2-2-2 Installing SX Communication Middleware
<Procedure>
1) From the initial screen, click “Setup” to start the installer.
2-2 Installation Procedure
First, click here.
Note: If your personal computer runs on WindowsNT, “Windows Installer” may not have been installed. In this case, install
“Windows Installer” and restart the personal computer.
2-3
2-2 Installation Procedure
2) The license agreement screen appears. Read the contents and select whether or not to accept the terms of the license.
3) To agree with the terms of the license and continue installation, select “I accept the terms in the license agreement” and
click [Next>] button.
The Customer Information entry screen appears. After entering necessary information, click [Next>] button.
2-4
4) Select the setup type.
2-2 Installation Procedure
When “Complete” is selected, the middleware is installed to C:¥Proogram Files¥FujiElec¥SXMiddleWear. To change the
installation destination, select “Custom” and click [Next>] button.
5) From Custom Setup screen, click [Change...] button and setup the installation destination.
After setup, click [Next>] button.
Clicking this button displays empty space size of the
disk necessary for installation.
Clicking this button invokes the screen for changing
the installation destination folder.
2-5
2-2 Installation Procedure
6) The screen shown below appears. From this screen, click [Install] button to start installation.
The installation destination folder is shown here.
2-6
Loading...
+ 39 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.