Get/setting relays with the GX 400 I/O

Hi,

I’ve not found a method of getting or setting the state of relays 2 - 5 with this modem (relay 1 works - system.aleos.io.relay1). I’ve done a dump of the devicetree but haven’t found any variables associated with those relays. It would most appreciated if someone could point me in the right direction.

The firmware version on my modem is 4.3.2a.010

cheers

William

Well the XCard IOs are not supported in AAF/ALEOS < 4.3.4 (which is not released just now, but will be in less than a month)

In the meanwhile there is a workaround to read any ID from the system, but that is read only, and non officially supported:
There is a specific path: “aleos.MSCIID” where MSCIID is a numerical value representing the variable. That is where it get tricky: the list of MSCIID is not documented. I suggest that you get access to a Sierra FAE/FSE in order to get dedicated support.
The I/O have the following IDs:
system.aleos.io.in1=851
system.aleos.io.relay1=859
system.aleos.io.relay1.last=861
system.aleos.io.pulse_cnt1=4002

system.aleos.io.in2=852
system.aleos.io.relay2=860
system.aleos.io.relay2.last=862
system.aleos.io.pulse_cnt2=4003

system.aleos.io.in3=853
system.aleos.io.relay3=863
system.aleos.io.relay3.last=869
system.aleos.io.pulse_cnt3=4004

system.aleos.io.in4=854
system.aleos.io.relay4=864
system.aleos.io.relay4.last=870
system.aleos.io.pulse_cnt4=4005

system.aleos.io.in5=867
system.aleos.io.relay5=865
system.aleos.io.relay5.last=871
system.aleos.io.pulse_cnt5=4006

system.aleos.io.analog1.raw=855
system.aleos.io.analog1.scaled=4041
system.aleos.io.analog1.coeff=4011
system.aleos.io.analog1.offset=4021
system.aleos.io.analog1.units=4031

system.aleos.io.analog2.raw=856
system.aleos.io.analog2.scaled=4042
system.aleos.io.analog2.coeff=4012
system.aleos.io.analog2.offset=4022
system.aleos.io.analog2.units=4032

system.aleos.io.analog3.raw=857
system.aleos.io.analog3.scaled=4043
system.aleos.io.analog3.coeff=4013
system.aleos.io.analog3.offset=4023
system.aleos.io.analog3.units=4033

system.aleos.io.analog4.raw=858
system.aleos.io.analog4.scaled=4044
system.aleos.io.analog4.coeff=4014
system.aleos.io.analog4.offset=4024
system.aleos.io.analog4.units=4034