manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. AMX
  6. •
  7. Controllers
  8. •
  9. AMX AXC-SLD User manual

AMX AXC-SLD User manual

Reference Guide
AXC-SLD Slide Interface Card
The AXC-SLD Slide Projector Control Card provides commands for
Forward, Reverse, Focus In, and Focus Out. With the optional AMX PC1
Power Controller, the card also provides AC Power On/Off. Each projector
requires one card, and up to 255 slide projectors can be controlled in one
system with additional AMX CardFrames and cards. The card is designed
for the Kodak® series of slide projectors, but it may also be used with
compatible models. Two extra AUX relays are provided for additional user
controls.
Specifications
The following table lists the AXC-SLD specifications.
Pinouts
FIG. 1 shows the pinout connectors for the AXC-SLD Slide Projector
Control Card.
Programming
The AXC-SLD is controlled with channel setting commands. Refer to the
Axcess Programming Guide for additional programming information.
Channel Setting Commands
Use the following channel setting commands to control the AXC-SLD.
To use the channel setting commands, you must assign a button push to
each of the five channel settings. The following example describes using
the channel setting commands.
Example Axcess program
An example of Axcess programming code to control the AXC-SLD via a
touch panel is shown below.
In the DEFINE_DEVICE section of the program, define the touch panel
(device 128 for this example) and the AXC-SLD (device 96 in this example -
set with the DEVICE DIP switch):
TP=128 (*Touch Panel*)
SLD=96 (*AXC-SLD*)
In the DEFINE_PROGRAM section of the Axcess program (beneath the 'MSG'
Send_Command), enter:
SYSTEM_CALL 'SLD1'(SLD,TP,1,2,3,4,5,0,0)
Compile and save the program. That's all the code you need to control the
AXC-SLD. Since this example uses a touch panel, you must also create a
touch panel page with a minimum of five buttons - one button for each
Channel Setting Command (forward, reverse, focus in, focus out, and
power). You can create touch panel pages either on the touch panel itself,
or you can use the TPDesign3 Touch Panel Design software program to
design the page(s) and download them into the panel. For detailed
information on creating touch panel pages and buttons, refer to the
TPDesign3 Touch Panel Design Program Instruction Manual.
For information on creating pages and buttons on the touch panel itself,
refer to the Instruction Manual for the type of Touch Panel you are using
(Viewpoint, Powertilt/ Powertouch, etc).
Setting up a touch panel page for the AXC-SLD
FIG. 2 shows an example touch panel page with five slide projector function
buttons, plus a page flip button to flip back to the Main page. The callouts
show the channel properties for each button.
To set up an AXC-SLD touch panel page:
1. Create a new page and set the page properties as desired.
2. Create a new button, and set the button properties:
a. Enter button text: "Forward"
b. Set the Button Type to General
c. Set the Button Options to Channel
d. Set the Channel properties to DEV = 1, CHAN = 1
e. Set the Variable Text properties to DEV = 1, CHAN = 1
f. Set the Channel Off and Channel On colors to indicate button
feedback as desired
3. To create the next button ("Reverse"), repeat step two. There are only
a couple of differences between the buttons on this page: the button
text, and the channel assignment. The channel assignment is directly
related to the Channel Setting Commands listed in Figure 8. Enter
"Reverse" as the button text, and set the Channel properties to:
DEV = 1, CHAN = 2
Specifications
Power Requirement 50 mA @ 12 VDC (Card only)
Indicators • CR1 indicates Forward.
• CR2 indicates Reverse.
• CR3 indicates Focus Out.
• CR4 indicates Focus In.
• CR5 indicates Power relay contacts are closed.
• CR6 indicates AUX 1 relay contacts are closed.
• CR7 indicates AUX 2 relay contacts are closed.
Relays 2 isolated AUX relays for lamp power or other uses
FIG. 1 Pinout connectors
Channel Setting Commands
Channel Function
1 While channel is on, performs slide forward action
2 While channel is on, performs slide reverse action
3 While channel is on, performs slide focus action
4 While channel is on, performs slide focus action
5 While channel is on, power on/off relay is energized
Ye l l o w
Red
N.C.
White
N.C.
N.C.
Brown
Black
Contact
Contact
Contact
Contact
Contact
Contact
EBY Cable to Projector
To A C Po w e r R e l a y
AUX 1 Relay
AUX 2 Relay
1
3
5
7
9
1
1
1
3
1
5
FIG. 2 Example touch panel page for the AXC-SLD
DEVICE 1
CHANNEL 1
DEVICE 1
CHANNEL 2
DEVICE 1
CHANNEL 5
Page flip to
MAIN page
DEVICE 1
CHANNEL 4
DEVICE 1
CHANNEL 3
AMX Corporation reserves the right to alter specifications without notice at any time.
For full warranty information, refer to the AMX Instruction Manual(s) associated with your Product(s).
031-004-2513 04/02 ©2002 AMX Corporation. All rights reserved.
The AMX logo is a trademark of AMX Corporation. AMX reserves the right to alter specifications without notice at any time.
3000 research drive, richardson, TX 75082 USA • 469.624.8000 • 800.222.0193 • fax 469.624.7153 • technical support 800.932.6993
4. To create the next button ("Focus In"), repeat step two. Enter "Focus
In" as the button text, and set the Channel properties to:
DEV = 1, CHAN = 3
5. To create the next button ("Focus Out"), repeat step two. Enter
"Focus Out" as the button text, and set the Channel properties to:
DEV = 1, CHAN = 4
6. To create the next button ("Power"), repeat step two. Enter "Power"
as the button text, and set the Channel properties to:
DEV = 1, CHAN = 5
7. Create a page flip button "MAIN", and set the page flip to the MAIN
page.
You're almost done! The only problem with the program as it is
shown above is that the Power button does not toggle the power to
the AXC-SLD. To make the Power button toggle On/Off each time it is
pressed, the following modification to the Axcess code is needed:
Add the following code, before the System_Call:
PUSH[TP,1] (*add*)
PUSH[TP,2] (*add*)
PUSH[TP,3] (*add*)
PUSH[TP,4] (*add*)
ON[SLD,5] (*add*)
SYSTEM_CALL 'SLD1'(SLD,TP,1,2,3,4,5,0,0)
(*leave this line as it is*)
8. Re-compile the program and test all functions. The Power button
should now toggle On/Off when pressed.

Other AMX Controllers manuals

AMX NetLinx Integrated Controller NI-700 User manual

AMX

AMX NetLinx Integrated Controller NI-700 User manual

AMX NetLinx NI-3101-SIG Parts list manual

AMX

AMX NetLinx NI-3101-SIG Parts list manual

AMX NetLinx Integrated Controller NI-4100 User manual

AMX

AMX NetLinx Integrated Controller NI-4100 User manual

AMX AXB-REL8 User manual

AMX

AMX AXB-REL8 User manual

AMX NetLinx Integrated Controller NI-2100 User manual

AMX

AMX NetLinx Integrated Controller NI-2100 User manual

AMX NXC-VAI4 User manual

AMX

AMX NXC-VAI4 User manual

AMX AXC-REL8 Guide

AMX

AMX AXC-REL8 Guide

AMX AXF-MINI User manual

AMX

AMX AXF-MINI User manual

AMX NetLinx Integrated Controller NI-3100 User instructions

AMX

AMX NetLinx Integrated Controller NI-3100 User instructions

AMX NetLinx Integrated Controller NI-4100 User instructions

AMX

AMX NetLinx Integrated Controller NI-4100 User instructions

AMX NXA-USBTN User manual

AMX

AMX NXA-USBTN User manual

AMX NetLinx NI-2000 User instructions

AMX

AMX NetLinx NI-2000 User instructions

AMX NetLinx NI-3101-SIG User manual

AMX

AMX NetLinx NI-3101-SIG User manual

AMX NXV-CPI User manual

AMX

AMX NXV-CPI User manual

AMX MX Series User manual

AMX

AMX MX Series User manual

AMX NXA-WAPZD1000 Parts list manual

AMX

AMX NXA-WAPZD1000 Parts list manual

AMX NetLinx Integrated Controller NI-3100 User manual

AMX

AMX NetLinx Integrated Controller NI-3100 User manual

AMX AXLINK WIRING CONSIDERATIONS User manual

AMX

AMX AXLINK WIRING CONSIDERATIONS User manual

AMX NXP-PLV Parts list manual

AMX

AMX NXP-PLV Parts list manual

AMX DAS-D-0404 User manual

AMX

AMX DAS-D-0404 User manual

AMX Axcent3 pro User manual

AMX

AMX Axcent3 pro User manual

AMX NetLinx NI-3000 User instructions

AMX

AMX NetLinx NI-3000 User instructions

AMX NetLinx NX Series Quick user guide

AMX

AMX NetLinx NX Series Quick user guide

AMX EXP-PT1370 User manual

AMX

AMX EXP-PT1370 User manual

Popular Controllers manuals by other brands

Woxcon CHC2 user manual

Woxcon

Woxcon CHC2 user manual

STEINEL PROFESSIONAL NightMatic 5000-3 COM1 Information

STEINEL PROFESSIONAL

STEINEL PROFESSIONAL NightMatic 5000-3 COM1 Information

elero BoxControl Compact instruction manual

elero

elero BoxControl Compact instruction manual

Hobby Biotherm II Operating	 instruction

Hobby

Hobby Biotherm II Operating instruction

Multiplex ROXXY BL-Control 725 S-BEC 4D operating instructions

Multiplex

Multiplex ROXXY BL-Control 725 S-BEC 4D operating instructions

Hama 00054682 quick guide

Hama

Hama 00054682 quick guide

Interlogix CDC4 Installation and programming manual

Interlogix

Interlogix CDC4 Installation and programming manual

James Fisher Prolec PME100 user manual

James Fisher

James Fisher Prolec PME100 user manual

Honeywell Centra Line EAGLE Installation & commissioning instructions

Honeywell

Honeywell Centra Line EAGLE Installation & commissioning instructions

LED Lights Canada CCT Wall Mount Touch Panel Operation instructions

LED Lights Canada

LED Lights Canada CCT Wall Mount Touch Panel Operation instructions

CoCo ASUN-650 Quick installation guide

CoCo

CoCo ASUN-650 Quick installation guide

Gardner Denver Governor manual

Gardner Denver

Gardner Denver Governor manual

Digital Monitoring Products X1 quick start guide

Digital Monitoring Products

Digital Monitoring Products X1 quick start guide

Metso B1C series operating instructions

Metso

Metso B1C series operating instructions

Unitronics UniStream USC-B5-R38 installation guide

Unitronics

Unitronics UniStream USC-B5-R38 installation guide

Elan SC1 installation manual

Elan

Elan SC1 installation manual

Dakota Digital BIM-RGB manual

Dakota Digital

Dakota Digital BIM-RGB manual

Yoshitake OB-30 instruction manual

Yoshitake

Yoshitake OB-30 instruction manual

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.