Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
opc_pass_through_data_collection [2021/04/18 20:34] 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 | ||
- | | + | |
In the SECSTester, choose "Set Up Communication to Tool" and configure a " | In the SECSTester, choose "Set Up Communication to Tool" and configure a " | ||
- | {{: | + | {{: |
Save and close, and select the connection in the SECSTester window | Save and close, and select the connection in the SECSTester window | ||
- | {{: | + | {{: |
Open TranSECS (Servers Version) and load the PassThroughTool project. | Open TranSECS (Servers Version) and load the PassThroughTool project. | ||
- | {{: | + | {{: |
Navigate to the project deployment folder. | Navigate to the project deployment folder. | ||
- | {{: | + | {{: |
And edit the file " | And edit the file " | ||
Line 33: | Line 33: | ||
</ | </ | ||
- | Start the application and connect with your favorite OPC UA Client. | + | Start the application |
+ | Open the passthroughtool/ | ||
+ | |||
+ | {{: | ||
+ | |||
+ | The configuration looks like this. Our connection is snooping messages between the fab host and the equipment. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | All that remains is to test it. Click " | ||
+ | |||
+ | On the GEM Tool, select the " | ||
+ | |||
+ | Notice that this message has two floating point values (F4). Although you can't tell from the message, the first of these is the " | ||
+ | {{: | ||
+ | |||
+ | Now enter " | ||
+ | |||
+ | {{: | ||
+ | |||
+ | 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, | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | If your equipment supports it, we prefer the " | ||
+ | |||
+ | As an example, change the PPID to " | ||
+ | |||
+ | You'll see the PPID and LotID tags update in the OPC Client. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | 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. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | 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 " | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | It's important not to modify the reports as the host may be expecting the particular format. |