User`s manual
INTEG Process Group, Inc.
JNIOR
A Network I/O Resource 49
Cinema.JNIOR Application Manual
B APPENDIX – Serial Control Software Commands
After the Cinema.JNIOR Application is properly configured to accept the serial
commands, you can interact with the JNIOR via the serial port the same as with the Serial
Control Program. Please see the Configuration Parameters (Registry key settings)
described in Section 6 of this manual to enable the various serial commands.
NOTE: When using the serial commands via Cinema.JNIOR, it is slightly different
than using the commands via the Serial Control program. When using the
commands with Cinema.JNIOR, all the commands MUST be prefaced with :: (a
double colon). This is how Cinema.JNIOR knows it is a serial command and not a
macro name.
Controlling the Outputs
The following commands are available to control the relay outputs:
::cX Close the output (relay is “on” closing the contact)
where x = 1 through 8 for the internal relay outputs on the JNIOR 310
and x = +1 through +8 for the external relay outputs on the 4 Relay Output
Expansion Modules
::oX Open the output (relay is “off” opening the contact)
where x = 1 through 8 for the internal relay outputs on the JNIOR 310
and x = +1 through +8 for the external relay outputs on the 4 Relay Output
Expansion Modules
::p=yyy Pulse duration (milliseconds) and is used in conjunction with the ‘close’
or ‘open’ command
Examples:
c2p=1000 close output 2 for 1 second and then open again
c+2p=1000 close output 10 for 1 second and then open again
o3p=10000 open output 3 for 10 seconds and then close again
::c* Close all outputs at the same time (includes internal and external)
::o* Open all outputs at the same time (includes internal and external)
These commands can be abbreviated and used in combination, such as:
::c1 close relay output 1
::c+1 close relay output 9 (first output on first
expansion module)
::c+5 close relay output 13 (first output on second
expansion module)
::c1+1+5 combination of the above all in one command