Netlinx and Axcess Masters together - is it possible?
Rabbie13
Posts: 16
in AMX Hardware
Hi,
I have a dilema that needs advice.
I wondered if it is possible to connect an Axcess Pro 3 Master to a Netlinx 2100 by way of the Axlink port and be able to address the Axcess Pro's ports somehow in code.
I have an Axcess Pro 3 lying around doing nothing, but I need a few more control ports in my system as the Netlinx 2100 is lacking.
Sorry peeps, looking for a very cheap cop out to expand the control ports I need rather than buy NetModules or more Netlinx masters.
Miserable sod that I am.
I have a dilema that needs advice.
I wondered if it is possible to connect an Axcess Pro 3 Master to a Netlinx 2100 by way of the Axlink port and be able to address the Axcess Pro's ports somehow in code.
I have an Axcess Pro 3 lying around doing nothing, but I need a few more control ports in my system as the Netlinx 2100 is lacking.
Sorry peeps, looking for a very cheap cop out to expand the control ports I need rather than buy NetModules or more Netlinx masters.
Miserable sod that I am.
0
Comments
There is a thread around here somewhere that goes into the details, but if you just use terminal to get into the Accent3 and give it the old ? it should tell you how. It seems to me that the command was something like SET BASE DEVICE NUMBER nn. I think the nn can start at 1 and it stops somewhere short of 255. I suspect the max starting number is something like 255 - #ports in the Accent3.
The only odd thing is that the addressing looks kind of strange. If you set the base device as 1, the first RS232 port is 1:1:0, the second is 2:1:0 and so on. (If I remember it correctly - it is late and I am old).
Roger McLean
Swinburne University
Cheers
Okay I might not use these things on a job site but they have got me out of a couple of jams in the last few months when "real" product was not available from AMX... Its also really awesome to be able to try and "recreate" clients problems at home and find solutions instead of being onsite in typically crappy conditions.
It is quite normal to parallel up multiple devices to any AXlink socket. You could even loop off the back of your touch panel if you want.
The sheer beauty of AXlink. Long live AXlink!
:-)
Be mindful that the power supply needs to have enough headroom to cope with the additional load though...
Also, from one of your comments it does look like you are aware, but AXcess does not support button events etc, so your code really should be re-modelled to remove ALL of the pushes from mainline and made into button_events.....not just for the Tandberg box.
Sorry. I should have made that more clear. When I was referring to the Tandberg 8000, I meant the entire setup to include the plasmas, Extron switches, codec, etc.
Are you powering the NI700 and cardframe separately or are you powering one over AXlink? Make sure you do the power calculations, if you've got a psn2.8 on there and a touchpanel you might be getting up near the top of its capacity.
Also . . seriously . . . how many Jeffs are there on this board now? What is it about Jeffs that makes us programmers?
J
OOOOO, that's a good one. I had not really given that aspect much thought. I was smart enough though (or lucky enough ) to grab up the power supply for the NI-700. I can power that seperatly. I seem to remember reading somewhere that I can still make the Axlink connection, but I need to remove the power leads first. I am actually excited about doing this as it is something new and different compared to the cookie cutter stuff that I had been doing.
You are correct, IF you supply power to both the Card Frame and the Ni-700 you need to drop the power lead in AXLINK... I would say that this is the preferred method for powering the master and card frame in this configuration, it means that there that is no load on the AXLINK bus and all that power availability can be available for other AXLINK devices.
just did 7 of those, did not even have to rewrite the code just compile to netlinx load to ni-700 and pull master card on card frame. the tp they are using is the old VP with an ir/s card in the card frame.
michael
hardware guy being pulled kicking screaming to write code