User Guide

Table Of Contents
Running i!-PCLink/PowerPoint
14
i!-PCLinkPowerPoint
Module
You can program the i!-PCLink/PowerPoint application directly using the channels, levels,
commands and strings or you can use the supplied module and accept the functionality it offers.
Using the module is the recommended method.
You can use a combination of the module and your own programming if you prefer. To assist you in
your own programming, the module code is supplied. You can use this as a beginning to create
custom programming or use it as-is for the standard functionality.
i!-PCLink/PowerPoint Send_Commands (Cont.)
OPEN-
Opens a presentation.
Syntax:
’OPEN-<file>’
Variables:
file = The file name of the presentation.
Example:
SEND_COMMAND <DEV>,"’OPEN-Presentation1’"
Opens the file named "Presentation1".
PPVER
Returns version infor-
mation.
Syntax:
’PPVER’
Example:
SEND_COMMAND <DEV>,’PPVER’
Returns the version information.
SLIDE-
Goes to slide X.
Syntax:
’SLIDE-X’
Variable:
X = The slide number.
Example:
SEND_COMMAND <DEV>,"’SLIDE-10’"
Goes to slide 10.