21.5.1 Procedure - Communicating with Unsupported Peripheral Devices

  1. Set up the script settings to use Extended Script to communicate. From the [Project (F)] menu, click [System Settings (C)] and select [Script I/O]. Make sure to set the [Type] to [Extended Script].

    There are two tabs for the script settings. The above example uses the [Script 1] tab.
    Set the [Communication Settings] to match the Extended SIO.

  2. From the [Common Settings (R)] menu, select [Extended Script (E)].

    • When the following message appears, "The Extended Script will be enabled. Continue?" Click [Yes].

  3. Register INIT as a user-defined function. Click the [Function] tab and click the user-defined function frame's [Create] button.

  4. Input [INIT] as the function name, click [OK]. The following screen appears.

  5. Create a script in the Expression Area with Commands, Statements, and Constant input.

  6. Register PINIT as a user-defined function. Enter [PINIT] as the function name and create the following script in the Expression Area.

  7. Register Strset as a user-defined function. Enter [Strset] as the function name and create the following script in the Expression area.

  8. Register Print as a user-defined function. Enter [Print] as the function name and create the following script in the Expression Area.

  9. Create the main script. Create the following script in the Expression Area to complete the script.