how to link GrandMA and AMX?
freeformone
Posts: 1
I have two systems to link, one is the environmental control software AMX and lighting control software GrandMA2,
AMX can output signals RS-232 and TCP/IP, and i want to use it to trigger grandma cues
GrandMA2 controller can input DMX in, midi in, LTC in, Art-net, but no RS-232?
0
Comments
At least GrandMa and AMX are about the same age, that should be helpful, oh wait...
Oh wow, that looks like an intimidating piece of equipment, to someone who knows almost nothing about lighting..
Can't really help based on experience, but a few suggestions
In the old days, AMX made an AXB-DMX512 hardware device (https://www.amx.com/en-US/products/axb-dmx512). You can still buy these on FleaBay, maybe the best solution if you don't mind using older equipment.
Art-Net is DMX512 over UDP, maybe it's possible to wite your own driver in AMX? the protocol is freely available.
You can connect directly to GMA2 via telnet and send it CLI commands. The way MA works is anything can be done via CLI, so you literally do anything. You can also get feedback by sending status requests.
AXB-DMX512 should still be available to purchase new from Harman
It really depends how many cues you are wanting to trigger. If it is only a very small number, the easiest option (depending on how many free IO or Relay ports available on your controller... or if you happen to have an EXB-IO8 or EXB-REL8) would be to use the DC Remote Control port on the MA2. On the Grand MA2 this has 16 contact closure inputs (that trigger between 5V and 15V), which can be used to trigger cues. If you're just triggering a small number of preset houselight cues, this would be much faster and simpler to implement than buying DMX specific hardware or writing an Art-Net or sACN driver.
You can start and stop executers on grandMA via TCP/IP commands. See the technical reference of GrandMA. If you are urgent, I can send you an example code.
As promised, here is the example code:
1) GrandMA include file
2) part of the panel include