|
Do-more controllers support true forcing of I/O points
and memory elements, which means that any I/O point or memory element
that is forced will not be changed from it's forced value by ladder logic
instructions or by an external communication request. All I/O points and
all writable memory elements (excluding structure fields) can be forced
to a constant value.
Forcing I/O points and memory elements is done through the force table
that exists in the controller. This table contains a list of up to 250
entries, each of which is an element to force and the constant value to
force that element to have.
Do-more Designer provides the Configure Forces dialog to manage the
process of managing the list of elements in the force table. The Configure
Forces dialog is invoked by the Debug-> Configure Forces menu item
or by clicking the Forces button on the online toolbar.
Forced Elements - lists the
elements in the force table
Element
- the memory element being forced
Nickname
- the memory element's nickname (if present)
Value
- the constant value the element is being forced to
Add - invokes the Add Force
dialog to add a new I/O point or memory element in the force table (see
below)
Edit - invokes
the Edit Force dialog to change the constant value for an I/O point or
memory element already in the force table (see below)
Delete - removes the currently
highlighted I/O point or memory element from the force table
Delete All
- removes all of the I/O points and memory elements
from the force table
Enable
Forcing in PLC - When the
first entry is added to the force table, this checkbox is automatically
checked, and will remain checked as long as entries remain in the force
table. Un-checking this box will leave the I/O points and memory elements
in the force table but the controller will not force the entries to their
specified constant values. Any time there are entries in the force table
and the Enable Forcing in the PLC is checked, the word Forces
will be displayed in the status bar.
Display Hexadecimal and Octal Format
in Addition to Native Format - enabling this option will add the
hexadecimal and octal representations of the force value to the Value
column.
Accept
- saves any changes made to the force table to the controller then closes
the Configure Forces dialog
Read PLC
- reads the force table currently stored in the controller then displays
those entries in the Configure Forces dialog
Cancel
- does NOT save any changes made to the force table and closes the Configure
Forces dialog
|