PtXX - Input, Output - Output view parameters

Output State in Program Mode
Parameter
Description
Program state
Determines the behavior of each output when the controller transitions to Program mode.
  • Off
    (default). C.Ptxx.DO.ProgMode = 0 and C.Ptxx.DO.ProgValue = 0.
  • On
    . C.Ptxx.DO.ProgMode = 0 and C.Ptxx.DO.ProgValue = 1.
  • Hold
    . C.Ptxx.DO.ProgMode = 1.
When Communication Fails in Program Mode
Parameter
Description
Leave outputs in Program Mode state
Leaves output in Program mode state when communications fail in Program mode.
Change outputs to Fault Mode state
Changes output to Communication Fault mode state when communications fail in Program mode.
Output State in Communication Fault Mode
Parameter
Description
Communication fault state
Determines what happens to the output of each point after a communication fault occurs and the device enters Communications Fault mode.
  • Off
    (default). C.Ptxx.DO.FaultMode = 0 and C.Ptxx.DO.FaultValue = 0.
  • On
    . C.Ptxx.DO.FaultMode = 0 and C.Ptxx.DO.FaultValue = 1.
  • Hold
    . C.Ptxx.DO.FaultMode = 1.
Communication fault state duration
Determines the length of time the output state is held before transitioning to the Final Fault State.
  • Forever
    (default). C.Ptxx.DO.FaultValueStateDuration = 0.
  • 1 s
    . C.Ptxx.DO.FaultValueStateDuration = 1.
  • 2 s
    . C.Ptxx.DO.FaultValueStateDuration = 2.
  • 5 s
    . C.Ptxx.DO.FaultValueStateDuration = 5.
  • 10 s
    . C.Ptxx.DO.FaultValueStateDuration = 10.
Final communication fault state
Determines whether the device transitions to On or Off after the Fault Mode Output State Duration elapses. The default final state is Off. If you choose Forever for Duration, the Final State setting is ignored and the device retains its current Fault mode state.
  • Off
    (default). C.Ptxx.DO.FaultFinalState = 0.
  • On
    . C.Ptxx.DO.FaultFinalState = 1.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal