VMIO-SECS Router / Gateway

SECS/GEM is the main core of ViewMove. ViewMove provides various SECS/GEM connection solutions, including SECS/GEM Router / Gateway package software. If the device does not have the SECS function, the two parties can achieve the system integration of the SECS function through data exchange methods such as SDK, Regedit, and PLC. The Router / Gateway package software is a message forwarding function built on the SECS module.

secs_router_icon-01
secs_router_icon-06
secs_router_icon-02
secs_router_icon-03
secs_router_icon-04
secs_pc_icon-07

Actual case description

This case requires:

(1) The original machine has SECS function, but the original factory no longer provides SECS upgrade and modification services.

(2) The machine needs an external value receiver to monitor current, voltage, flow, pressure, temperature and other data.

(3) The machine needs to monitor whether the heating and cooling conditions are met within a certain period of time, and proactively report corresponding events or abnormal alarms.

(4) The Host only uses one set of EAP systems and needs to complete the integrated control of the machine and monitoring values.

Entity

Description

Introduction

P0 : EQP

Machine equipment side.

The device was originally connected to the SECS function.

P1 : EAP

CIM automation control program.

Receive host commands and report events to the host.

P2 : ADC

Additional sensor data collection.

Machine sensor signal value collection.

For example: voltage, electric current, temperature, etc.

P3 : HostDC

Data polling data collection.

Send the data polling command of S1F3 regularly, provide 7 groups of data polling (milliseconds), and can customize the function of testing SML messages.

(1) The original machine has SECS function, but the original factory no longer provides SECS upgrade and modification services.
(2) The machine needs an external value receiver to monitor temperature data.
(3) The machine needs to monitor whether the heating and cooling conditions are met within a certain period of time, and proactively report corresponding events or abnormal alarms.
(4) The Host only uses one set of EAP systems and needs to complete the integrated control of the machine and monitoring values.

(1) EAP can execute the value collection requirements of the specified object.
p1 EAP → p2 ADC: Polling (S1F3)、Trace (S2F23)
Note: Without changing the VID setting of p0 EQP, you can define the p2 ADC VID for value collection.

(2) EAP can transmit the specified RCMD to the specified object.
p1 EAP → p2 ADC HostCmd(S2F41): Start temperature monitoring, cancel temperature monitoring.
Start monitoring: Provide parameters such as target temperature and detection range. The software monitors whether the temperature rising and cooling conditions are met, and proactively reports corresponding events or abnormal alarms.
Cancel monitoring: Notify the software to stop the monitoring process.

(3) EAP can set SECS Link Report data from different sources at the same time.
p1 EAP → Send to Script to process S2F33, S2F35, S2F37 Link Report. 
Description: You can maintain the SML text file by yourself, and the command can simultaneously set the S2F3x Function of p0 EQP and p2 ADC.

(4) SECS messages from different sources can be sent to each other.
p0 EQP → p1 EAP: The machine can report events to the Host.
p1 EAP → p0 EQP: Host can issue instructions to the machine.
p2 ADC → p1 EAP: ADC can report events to Host.
p3 HostDC → p0 EQP: can simulate Host issuing instructions to the machine.

※ The above software settings can send and receive connections from different SECS entities.

(1) When receiving specified events from different sources, customized Script programs can be executed.

When p0 machine reports Chamber1 Start event: DO control output can be executed.
When p2 ADC Temp1 Over event: executable software program logic judgment.

Our Perfomance