
b)
To know the status and Mode of the trigger Input #1, send the string
as it’s shown:
TRIGGER N1 N2\x0D
where:
N1="Info"; N2=Port number.(1~8); \x0D is CR
Sending command:
trigger info 1
The matricx replies:
Port 1:=Status=High,
Active=Enable, Mode=Change
(it means that the status of trigger #1 is high and that it’s enabled on
change of the status)
c)
To set the mode of the trigger Input #1 as “Falling”, send the string as
it’s shown:
TRIGGER N1 N2 N3\x0D
where:
N1="Mode" ; N2=Port number.(1~8); N3="Raising" /"Falling"/ "Change";
\x0D is CR
Sending command:
trigger mode 1 falling
The matricx replies:
Port 1:=Status=High,
Active=Enable, Mode=Falling
(it means that it has setted the mode Falling on trigger #1)
d)
To disable or enable the trigger Input #1, send the string as it’s shown:
TRIGGER N1 N2 N3\x0D
where:
N1="Active"; N2=Port number.(1~8); N3="Enable"/"Disable"; \x0D is CR
Sending command:
trigger active 1 disable
The matricx replies:
Port 1:=Status=High,
Active=Disable, Mode=Falling
(it means that it has setted the trigger #1 disabled)
Sending command:
trigger active 1 enabled
The matricx replies:
Port 1:=Status=High,
Active=Enable, Mode=Falling
(it means that it has setted the trigger #1 enabled)
24