High-Speed Counter (HSC) instructions Chapter 14
Rockwell Automation Publication 2080-RM001D-EN-E - February 2015 319
For example, to use the HSC to control outputs 0, 1, 3, assign:
• HscAppData.OutputMask = 2#1011, or
• HscAppData.OutputMask = 11
HPOutput
Parameter Data type User program access
HSCApp.HPOutput UDINT read/write
Defines the state (1 = ON or 0 = OFF) of the outputs on the controller when the
high preset is reached. For more information on how to directly turn outputs on
or off based on the high preset, see OutputMask.
You can configure the high output bit pattern during initial setup, or you can use
the HSC function block to load the new parameters while the controller is
operating.
LPOutput
Parameter Data type User program access
HSCApp.LPOutput UDINT read/write
LPOutput (HSCApp.LPOutput) defines the state (1 = "on", 0 = "off ") of the
outputs on the controller when the low preset is reached. For more information
on how to directly turn outputs on or off based on the low preset, see
OutputMask.
You can configure the low output bit pattern during initial setup, or you can use
the HSC function block to load the new parameters while the controller is
operating.