
Capture
A falling edge at the Digital Input 1 can be used as trigger in order to save the current counter value
(capture). Status bit "Captured_1" =TRUE when a capture event has occurred. You have to reset
"Captured_1" by "ResetCaptured_1" so the next capture event can be indicated.
Term2_Input_0_1;
(*Status of Input 1*)
Term2_Select_1:=4;
(*Copy capture register to Term2_SelectedValue_1*)
Term2_Selected_1;
(* =4, if capture value in Term2_SelectedValue_1*)
Term2_SelectedValue_1;
(*Here you can read the capture value*)
Term2_Captured_1;
(*A capture event has occurred if TRUE *)
Term2_ResetCaptured_1;
(*Reset of Term2_Captured_1*)
Digital Inputs (Input_0_x)
The status of the digital inputs is indicated in the variables "Input_0_x". The current counter value is saved
in the capture register when a falling edge appears at Input_0_1.
Term2_Input_0_0;
(*Status of Input 0*)
Term2_Input_0_1;
(*Status of Input 1*)
Term2_Input_0_2;
(*Status of Input 2*)
Term2_Input_0_3;
(*Status of Input 3*)
Analog Outputs
The output values of the analog outputs are written into the variables "AnalogOutput _x". For Output
values, See Analog Voltage/Current Values on page 110
Term2_ AnalogOutput_1:= 16#7FFF;
(* Set AnalogOutput_1 to +10V *)
Term2_ AnalogOutput_2:= 16#8000;
(* Set AnalogOutput_2 to -10V *)
Summary of Contents for PAC
Page 11: ...CHAPTER 1 Product Overview...
Page 18: ......
Page 19: ...CHAPTER 2 Installation...
Page 33: ...CHAPTER 3 System Start up and Configuration...
Page 69: ...CHAPTER 4 PACIO Modules...
Page 143: ...2 After adding the device and code to the project you will configure the IO map as displayed...
Page 155: ...PAC with 400XR series...
Page 156: ...PACIO MODULES 156 Parker Automation Controller Installation Guide...
Page 157: ...PAC with 400LXR...
Page 158: ...PACIO MODULES 158 Parker Automation Controller Installation Guide PAC with SMH sensors...
Page 159: ...CHAPTER 5 Communication Interfaces Optional...
Page 176: ......
Page 177: ...CHAPTER 6 Troubleshooting...
Page 188: ...TROUBLESHOOTING 188 Parker Automation Controller Installation Guide...
Page 189: ...APPENDIX A PAC System Specifications...
Page 195: ...APPENDIX B Additional Information...