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

Other AMX Controllers manuals

AMX FG2105-90 User manual

AMX

AMX FG2105-90 User manual

AMX AutoPatch User manual

AMX

AMX AutoPatch User manual

AMX Power Controller PC1 User manual

AMX

AMX Power Controller PC1 User manual

AMX UPC20 Plus Parts list manual

AMX

AMX UPC20 Plus Parts list manual

AMX AXB-CAM User manual

AMX

AMX AXB-CAM User manual

AMX NX-2200 User manual

AMX

AMX NX-2200 User manual

AMX PRO-DP16 DECOR PROLINK FLUSH MOUNT KEYPAD... User manual

AMX

AMX PRO-DP16 DECOR PROLINK FLUSH MOUNT KEYPAD... User manual

AMX NetLinx NI-3101-SIG User instructions

AMX

AMX NetLinx NI-3101-SIG User instructions

AMX SX16+ Owner's manual

AMX

AMX SX16+ Owner's manual

AMX NXA-WAPZD1000 Parts list manual

AMX

AMX NXA-WAPZD1000 Parts list manual

AMX AXR-MSE Guide

AMX

AMX AXR-MSE Guide

AMX NetLinx NI-2000 Operating instructions

AMX

AMX NetLinx NI-2000 Operating instructions

AMX SBC User manual

AMX

AMX SBC User manual

AMX NetLinx Integrated Controller NI-3100 User manual

AMX

AMX NetLinx Integrated Controller NI-3100 User manual

AMX NX-1200 Quick user guide

AMX

AMX NX-1200 Quick user guide

AMX NetLinx NI-3000 User instructions

AMX

AMX NetLinx NI-3000 User instructions

AMX NetLinx NI-3101-SIG User manual

AMX

AMX NetLinx NI-3101-SIG User manual

AMX NetLinx Integrated Controller NI-2100 Operating and maintenance manual

AMX

AMX NetLinx Integrated Controller NI-2100 Operating and maintenance manual

AMX AXC-REL8 User manual

AMX

AMX AXC-REL8 User manual

AMX FG1090-170 User manual

AMX

AMX FG1090-170 User manual

AMX NXC-VOL4 User manual

AMX

AMX NXC-VOL4 User manual

AMX NX-1200 Quick user guide

AMX

AMX NX-1200 Quick user guide

AMX NetLinx Integrated Controllers NI-700/900 Operating and maintenance manual

AMX

AMX NetLinx Integrated Controllers NI-700/900 Operating and maintenance manual

AMX NXP-PLV User manual

AMX

AMX NXP-PLV User manual

Popular Controllers manuals by other brands

Sunricher SR-ZV9003T3-RGBW-US Installation

Sunricher

Sunricher SR-ZV9003T3-RGBW-US Installation

Ksenia intro Installation and configuration manual

Ksenia

Ksenia intro Installation and configuration manual

Inovance CAN200 Series manual

Inovance

Inovance CAN200 Series manual

Gauzy LC6 FLEX Controller Installation and operation guide

Gauzy

Gauzy LC6 FLEX Controller Installation and operation guide

Viking SLP-1 Technical practice

Viking

Viking SLP-1 Technical practice

CKD KBX-30E-U Series instruction manual

CKD

CKD KBX-30E-U Series instruction manual

Sharp Energy Sun Flux User manual & installation guide

Sharp Energy

Sharp Energy Sun Flux User manual & installation guide

Yamaha RCX40 user manual

Yamaha

Yamaha RCX40 user manual

AB Quality PowerFlex 400 Frames D-H Service bulletin

AB Quality

AB Quality PowerFlex 400 Frames D-H Service bulletin

Yamaha MJC8 owner's manual

Yamaha

Yamaha MJC8 owner's manual

AL-KO ATC operating instructions

AL-KO

AL-KO ATC operating instructions

Savant SmartControl 2 Deployment guide

Savant

Savant SmartControl 2 Deployment guide

GameSir T3S user manual

GameSir

GameSir T3S user manual

Kostal inveor operating manual

Kostal

Kostal inveor operating manual

Emerson Yarway 20-55 Operating and safety instructions

Emerson

Emerson Yarway 20-55 Operating and safety instructions

CoCo ACM-LV24 Quick installation guide

CoCo

CoCo ACM-LV24 Quick installation guide

Brooks SLA5810/20 Installation and operation manual

Brooks

Brooks SLA5810/20 Installation and operation manual

SIGMA TEK SR 011 Technical manual

SIGMA TEK

SIGMA TEK SR 011 Technical manual

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

Copyright 2025 Manuals.Online. All Rights Reserved.

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.