User Guide
Table Of Contents
- i!-PCLink/PowerPoint
- Introduction
- Running i!-PCLink/PowerPoint
- Appendix
- Adding Host Entries to the NetLinx URL List
- 1. Open a terminal session (via TELNET or SERIAL) to the NetLinx Master.
- 2. Type "echo on", and press the Enter button.
- 3. Type "url list", and press the Enter button. If no URL’s are in your NetLinx Master, it returns the following response: No URLs in the URL connection list
- 4. To add a URL, type "set url", and press the Enter button. The NetLinx Master should return: Type A and Enter to Add a URL or Enter to exit. ->
- 5. Type "A", and press the Enter button. The NetLinx Master should return: Enter URL ->
- 6. This is where you enter the IP Address of the i!-PCLink/Media Player Host Computer. Type "192.168.1.1", and press the Enter b...
- 7. Press the Enter button to accept the default port (1319). The NetLinx Master should return: Enter Type (Enter for permanent or T for temporary) ->
- 8. Press the Enter button to make the entry permanent. The NetLinx Master should return: URL Added successfully. Type A and Enter to Add a URL or Enter to exit. ->
- 9. Finally, Press the Enter button to exit.
- 10. To make sure the entry was made, or to check the status of the link, type "url list". Press the Enter button. The NetLinx Ma...
- Adding Host Entries to the NetLinx URL List

Running i!-PCLink/PowerPoint
15
i
!-PCLinkPowerPoint
To include the module in your program, you must first compile the supplied module code. This will
create the "i!-PCLinkPowerPoint3Mod.tko". Then, define an instance of the module in your
program using a DEFINE_MODULE line like the following example (normally,
DEFINE_MODULE statements are listed following the DEFINE_START section):
Where:
mdlPP is a unique module name.
DEFINE_MODULE 'i!-PCLinkPowerPoint3Mod' mdlPP(dvPP,
dvConnectLinx,
dvTP,
nchTransport,
nchShowOpts,
nchNotesCtrl,
nchSlides,
nchSlidesCtrl,
nchFiles,
nchFilesCtrl,
nchShortcuts,
nchSysInfo,
nvtPresentation,
nvtTimes,
nvtNotes,
nvtSlides,
nvtFiles,
nvtIcons,
nvtShortcuts,
nvtSysInfo,
nIconDrive,
nIconDir,
nIconPpt,
NO_BUTTON)
i!-PCLink/PowerPoint Module
dvPP
The device number of the i!-PCLink/PowerPoint application as setup in the
device section of the control panel.
dvConnectLinx
The device number for i!-ConnectLinxif it is running on your system.
i!-PCLink/PowerPoint and i!-ConnectLinx work for
i!-PCLink/PresentationControl. If you are not using i
!-PCLink/PresentationControl or do not have i!-ConnectLinx on your system,
create a virtual device and pass it for this parameter.
dvTP
An array for Touch Panel devices implementing i!-PCLink/PowerPoint.
nchTransport
An INTEGER array for transport supporting the following buttons (in this order):
Play, Stop, Pause, Next, Prev, Last Slide, First Slide.
dcSLIDES
A DEVCHAN set for slide selection supporting the following buttons (in this
order): Slide selection 1 - 7.
nchShowOpts
An INTEGER array for show options supporting the following buttons (in this
order): Local Control, Show Times, Reset Slide Timer.
nchNotesCtrl
An INTEGER array for notes control supporting the following buttons (in this
order): Page Up, Page Down, Top of List, Bottom of List.
nchSlides
An INTEGER array for slide selection supporting the following buttons (in this
order): Slide selection 1 - 7.
nchSlidesCtrl
An INTEGER array for slide list control supporting the following buttons (in this
order): Page Up, Page Down, Top of List, Bottom of List.
dvtTIMES
A DEVCHAN set for show/slide time supporting the following variable text
channels (in this order): Show Time, Slide Time.
nchFiles
An INTEGER array for file selection supporting the following buttons (in this
order): Slide selection 1 - 7.