MVP 2023 Flex727 Posted May 10, 2016 MVP 2023 Report Share Posted May 10, 2016 Anyone ever tried to communicate with a Unitronics PLC using a SECS/GEM interface? Any suggestions on the best way to go about doing that? I'm really only needing the lowest level of communication where a host queries the PLC to get a few bits of data. The PLC would remain in listen mode only. Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted May 15, 2016 MVP 2023 Report Share Posted May 15, 2016 What is an SECS/GEM? Joe T. Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted May 15, 2016 Author MVP 2023 Report Share Posted May 15, 2016 From Wikipedia: The SECS/GEM is the semiconductor's equipment interface protocol for equipment-to-host data communications. In an automated fab, the interface can start and stop equipment processing, collect measurement data, change variables and select recipes for products. The SECS (SEMI Equipment Communications Standard)/GEM (Generic Equipment Model) standards do all this in a defined way. Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted May 16, 2016 MVP 2023 Report Share Posted May 16, 2016 Looks like all you have to do is spit ASCII strings at it- http://www.codeproject.com/Articles/12528/An-Easy-way-to-interface-with-semiconductor-SECS-G It appears the SECS-I protocol defines the RS232 interface. Joe T. 1 Link to comment Share on other sites More sharing options...
Cara Bereck Levy Posted May 16, 2016 Report Share Posted May 16, 2016 ASCII or not --use a spittoon, please Link to comment Share on other sites More sharing options...
MVP 2023 Ausman Posted May 20, 2016 MVP 2023 Report Share Posted May 20, 2016 And I'm sure that the topic of SECS and GEMS has a myriad of funny lines available, that I better not even start to go into on here! cheers, Aus Link to comment Share on other sites More sharing options...
Jesse Stone Posted April 12, 2018 Report Share Posted April 12, 2018 On 2016/5/15 at 9:31 PM, Flex727 said: From Wikipedia: The SECS/GEM is the semiconductor's equipment interface protocol for equipment-to-host data communications. In an automated fab, the interface can start and stop equipment processing, collect measurement data, change variables and select recipes for products. The SECS (SEMI Equipment Communications Standard)/GEM (Generic Equipment Model) standards do all this in a defined way. Secs/Gem open source for windows and linux in C++http://fatalfeel.blogspot.tw/2013/09/secsgem-open-source.html Link to comment Share on other sites More sharing options...
Mike brown Posted March 15, 2022 Report Share Posted March 15, 2022 On 5/15/2016 at 12:02 PM, Joe Tauser said: What is an SECS/GEM? Joe T. SECS (SEMI Equipment Communications Standard)/GEM (Generic Equipment Model) is communication interface protocols for communication between semiconductor equipment and a fab host. SECS (SEMI Equipment Communications Standard)/GEM (Generic Equipment Model) is communication interface protocols for communication between semiconductor equipment and a fab host. Fab host is a software application that is controlling and monitors equipment processing using SECS/GEM protocol. SECS/GEM compliant equipment can communicate with the fab host using either TCP/IP (using SEMI standards E37 and E37.1 – HSMS) or RS-232 (using SEMI standard E4 – SECS-I). Link to comment Share on other sites More sharing options...
Mike brown Posted March 15, 2022 Report Share Posted March 15, 2022 Hello, Yes we are in this business from past decades and successfully implemented SECS/GEM interface to communicate with PLCs. Looking forward to hear from you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now