4

I have to implement a communication between my app and another PC using the industrial standard protocol SECS/GEM PV2.

Are there any libraries available that I can use with Delphi? Google didn't give me any usable results so far, maybe someone has experience with this protocol already?

mjn
  • 36,362
  • 28
  • 176
  • 378
Holgerwa
  • 3,430
  • 9
  • 42
  • 50

1 Answers1

1

The page about High-Speed SECS Message Services lists an open source implementation:

FREESECS, an open source suite of implementations of semiconductor fab communication standards

FREESECS components are implemented in C and C++. Currently available are: HSMS (SEMI E37.1) and SECSII (SEMI E5).

Maybe these components can be used with Delphi.

mjn
  • 36,362
  • 28
  • 176
  • 378