Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The above screenshot is an example projector control file. In most cases the default settings are correct for projector communication. Consult an Igloo representative if you have trouble controlling the projectors with these settings. The projectors to control, however, do need to be defined. This is done inside the <projectors></projectors> tag. Each projector IP needs to be nested in a <projector></projector> tag as the below code snippet indicates.

Code Block
languagexml
<projectors>
	<projector>
		<IP>192.168.1.182</IP>
	</projector>
	<projector>
        		<IP>192.168.1.183</IP>
    	</projector>
</projectors>

...