Owner's manual
F-76 Appendix F - Variables Grouped by Fluidmove Activity
Usage Scenario
The SECS/GEM host starts the PPSelect process by sending the remote command PP-SELECT with lot and process program parameters. After the PP-
Select process is finished, a collection event 3720 is triggered and the PPSelectStatus variable 638 is available to the host.
SECS/GEM script to test PP-SELECT command:
REMOTE_PPSELECT_A: S2F41 W
<L [2]
<A 'PP-SELECT'> /* RCMD */
<L
<L [2]
<A ' '> /* CPNAME */
<A ' '> /* CPVAL */
>
<L [2]
<A 'PPID'> /* CPNAME */
<A 'TEST_TIMEX.RCP'> /* CPVAL */
>
>
> .
REMOTE_PPSELECT_B: S2F41 W
<L [2]
<A 'PP-SELECT'> /* RCMD */
<L
<L [2]
<A ' '> /* CPNAME */
<A ' '> /* CPVAL */
>
<L [2]
<A 'PPID'> /* CPNAME */
<A 'FLUX_JET.RCP'> /* CPVAL */
>
>
> .