02-08-2007 07:49 AM
02-09-2007
03:28 PM
- last edited on
05-26-2010
01:44 PM
by
Support
02-09-2007 09:24 PM
06-23-2008 12:27 PM
06-25-2008 09:35 AM
03-30-2009 03:52 AM
Hi,
SECS/GEM connectivity can be hardly achieved using OPC since SECS/GEM interface is closely linked to the application business logic. This is particularly true for 300mm like interfaces.
A COTS SECS/GEM library can be integrated into LabVIEW as a DLL using "Call library function node" VI.
Marc ENGEL
TMI-Tech France
07-30-2010
07:55 AM
- last edited on
04-30-2025
04:53 PM
by
Content Cleaner
SECS/GEM support for LabView is supported by the PEERGroup using OPC.
Here is a reference on the National Instruments website: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9a9SAC&l=en-US
Here is the direct reference: http://www.peergroup.com/Products/GEM4Tools.aspx
10-06-2015 01:56 PM
I have manufactored a SECS/Gem interface with full capabilties using all SECS functions. You can use this software in many ways TCP/IP; Serial and HSMS. Please contact me via email at tracylasmus@gmail.com if you would like to purchase a copy.
08-02-2018 07:59 AM
Secs/Gem cross platform open source
https://fatalfeel.blogspot.com/2013/09/secsgem-open-source.html
03-04-2022
09:49 AM
- last edited on
04-30-2025
04:53 PM
by
Content Cleaner
Hi Richard,
We have recently interfaced Agil'GEM from Agileo Automation with LabVIEW. It is very straightforward since LabVIEW can natively call .NET Assemblies using .NET 4.0 and Agil'GEM is a full .NET assembly that implements SECS-I, HSMS, SECS-II and GEM SEMI standards.
It is just required to pay attention to a few limitations in the .NET API supported by LabVIEW but this can be easily overcome.
Marc