opc_pass_through_data_collection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
opc_pass_through_data_collection [2021/04/18 20:53]
wikiadmin
opc_pass_through_data_collection [2021/04/19 18:16] (current)
wikiadmin
Line 6: Line 6:
 Open the StandAloneGEMTool and the SECSTester Open the StandAloneGEMTool and the SECSTester
  
- {{:pasted:20210418-201718.png}}+ {{:pasted:20210418-201718.png?600}}
  
 In the SECSTester, choose "Set Up Communication to Tool" and configure a "PassThroughTool" with a port of 5000. In the SECSTester, choose "Set Up Communication to Tool" and configure a "PassThroughTool" with a port of 5000.
  
-{{:pasted:20210418-201859.png}}+{{:pasted:20210418-201859.png?400}}
  
 Save and close, and select the connection in the SECSTester window Save and close, and select the connection in the SECSTester window
  
-{{:pasted:20210418-201950.png}}+{{:pasted:20210418-201950.png?400}}
  
 Open TranSECS (Servers Version) and load the PassThroughTool project.  Build the project as normal, but don't go LIVE. Open TranSECS (Servers Version) and load the PassThroughTool project.  Build the project as normal, but don't go LIVE.
  
-{{:pasted:20210418-202708.png}}+{{:pasted:20210418-202708.png?400}}
  
 Navigate to the project deployment folder. Navigate to the project deployment folder.
  
-{{:pasted:20210418-202836.png}}+{{:pasted:20210418-202836.png?400}}
  
 And edit the file "ErgoTechConfiguration.properties" At the end of the file, add the line "transsecs.passthrough=true" And edit the file "ErgoTechConfiguration.properties" At the end of the file, add the line "transsecs.passthrough=true"
Line 37: Line 37:
 Open the passthroughtool/configuration node and choose the "port" leaf.  Set this to 5000.   Open the passthroughtool/configuration node and choose the "port" leaf.  Set this to 5000.  
  
-{{:pasted:20210418-203703.png}}+{{:pasted:20210418-203703.png?400}}
  
 The configuration looks like this.  Our connection is snooping messages between the fab host and the equipment. The configuration looks like this.  Our connection is snooping messages between the fab host and the equipment.
  
-{{ :ytap.png?400|}}+{{:ytap.png?800|}}
  
 +All that remains is to test it.  Click "Connect to Tool" on the SECSTester.  You'll see an S1F13 message sent to the GEM Tool and an S1F14 response.
 +
 +On the GEM Tool, select the "STARTED" event and click the "Send Selected Event" button.  Quite a lot happens.  We see the message in the "Messages Sent" of the GEM Tool and in the "Messages From Tool" of the SECSTester.  The SECSTester also sends the S6F12 response.
 +
 +Notice that this message has two floating point values (F4).  Although you can't tell from the message, the first of these is the "GasFlow" variable.  We see this value update in the OPC Client.
 +{{:pasted:20210418-205712.png?600}}
 +
 +Now enter "Lot1" in the LotID field and "Recipe1" in the PPID Field.  Select and send the "LOADED" event.  The PPID and LotID fields update in the OPC Client.
 +
 +{{:pasted:20210418-210141.png?400}}
 +
 +That's all there is to it.  Whenever a value is sent as part of a report, the OPC Client will update with the latest value.
 +
 +If the value you need is not part of a report you can request the message using an S1F3.  This you send in the same way as you would with any TransSECS OPC Server application, using the sendmessage tag.  You'll need to watch for the value in the svidresponse message.
 +
 +{{:pasted:20210418-210349.png?400}}
 +
 +
 +If your equipment supports it, we prefer the "S6F15" message - //EventReportRequest//  With this you can read a report just as if it hand been sent by an event and TransSECS will automatically populate the values for you.
 +
 +As an example, change the PPID to "Recipe2" and the LotID to "Lot2" Then send the //EventReportRequest// . Set the "ceid" to 7503 (LOADED event) then set the "responsestatus" to 99 and change the "sendmessage" tag from false to true.  It will change back to false as soon as the response has been received.  The "responsestatus" will change to 0 if the message transaction was successful, otherwise the error code will indicate the issue.
 +
 +You'll see the PPID and LotID tags update in the OPC Client.
 +
 +{{:pasted:20210418-211538.png?400}}
 +
 +Notice that these messages were not received in the SECSTester.
 +
 + ===== Changes for your Equipment  =====
 +
 +This example, uses the VIDs and CEIDs available in the GEM Tool simulator and RPTIDs defined with those variables.
 +
 +{{:pasted:20210419-170010.png}}
 +
 +For your specific equipment update the CEIDs and VIDs to match the equipment and the reports to match those configured at the tool.  If you can connect directly to the tool you can use the TransSECS "Characterization" feature to upload this information directly from the tool.
 +
 +[[https://ergotech.com/files/guides/TransSECSGEMHostToolCharacterizationGuide.pdf|Tool Characterization]]
 +
 +It's important not to modify the reports as the host may be expecting the particular format.
  • opc_pass_through_data_collection.1618797192.txt.gz
  • Last modified: 2021/04/18 20:53
  • by wikiadmin