Insering AXC cards online?
bob
Independent Programmer
Hi there,
Anyone know if AXC-... cards can be inserted online into an AXCESS CardFrame without turning power off, and if yes, if the newly inserted cards would be recognised by the system (i.e. "show device") without rebooting the cardframe?
Thanks,
Bob
Anyone know if AXC-... cards can be inserted online into an AXCESS CardFrame without turning power off, and if yes, if the newly inserted cards would be recognised by the system (i.e. "show device") without rebooting the cardframe?
Thanks,
Bob
Comments
-
Installing the AXC-232++ in a CardFrame:
1. Remove all static electricity by grounding yourself.
2. Hold the card by the tab end and slide the card into the frame, into one of the slots. Make sure
the card is correctly positioned in the guide slot.
3. Gently push the card in until it is firmly seated in the card connector slot. You do not have to
disconnect the power to the CardFrame when you install the card. When power is applied to
the card, the LEDs blink to indicate the connection. -
bob wrote:Anyone know if AXC-... cards can be inserted online into an AXCESS CardFrame without turning power off, and if yes, if the newly inserted cards would be recognised by the system (i.e. "show device") without rebooting the cardframe?
Yes, they are hot-swappable. Don't know about the reboot, it's been a long time. HTH. -
Axlink is essentially RS-422. My understanding is that once addressed in the program, the master will respond to events from that address, which is how you can emulate events via the terminal screen, and the DO_PUSH function. So once that address starts appearing on the 422 buss, you are in operation. It certainly works like this with Axlink boxes, I don't see why a card should be any different - no reboot should be needed unless you have some manner of initialization to perform.
-
Thanks much, guys!
-
If you want the code to check for the presence of a card, use DEVICE_ID. Act on the change of the device value,like
WAIT 10 'CHECK ONCE A SECOND'
{
DEVICE_NOW = DEVICE_ID(AXC_CARD)
IF (DEVICE_NOW <> DEVICE_OLD)
{
DEVICE_OLD = DEVICE_NOW
(* OTHER ACTIONS HERE *)
}
}
A new card will automatically be regognised, no need for anything "special".
Be careful hot-swapping relay and voltage card though - you can greatly affect the devices connected on those, and they can affect the card as well. -
Mediapilotinc, thanks for the code!
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums