Nematron Pointe Controller Instrukcja Użytkownika Strona 1

Przeglądaj online lub pobierz Instrukcja Użytkownika dla Akcesoria komputerowe Nematron Pointe Controller. Nematron Pointe Controller User Manual Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj

Podsumowanie treści

Strona 1 - User Guide

Pointe ControllerUser GuideNematron CorporationFebruary 2003

Strona 2

Table of Contents Pointe Controller User Guide8B.3.5 String Insert ...

Strona 3

Chapter 4: System Design and Installation Pointe Controller User Guide984.9 Mounting the Pointe ControllerPointe Controller units are intended to be

Strona 4

Pointe Controller User Guide Chapter 4: System Design and Installation99Now, take a look at the bottom side of the controller base. It will appear ass

Strona 5

Chapter 4: System Design and Installation Pointe Controller User Guide100The mounting process is exactly the same as described for mounting to a DIN r

Strona 6

Pointe Controller User Guide Chapter 4: System Design and Installation1014.10 Connecting the Controller to Your NetworkAn Ethernet network connection

Strona 7

Chapter 4: System Design and Installation Pointe Controller User Guide1024.10.2 Single Hub and Switched ConnectionsThe next level of complexity is a

Strona 8

Pointe Controller User Guide Chapter 4: System Design and Installation1034.11 Ethernet Connection GuideEthernet 10Base-T is a flexible, low cost meth

Strona 9

Chapter 4: System Design and Installation Pointe Controller User Guide1044.11.3 10Base-T ConnectionsMost hardware ports on Ethernet 10Base-T equipmen

Strona 10

Pointe Controller User Guide Chapter 5: Developing Controller Programs105Chapter 5: Developing Controller ProgramsOnce you have your machine control s

Strona 11

Chapter 5: Developing Controller Programs Pointe Controller User Guide1065.1 Basic Concepts in PointeControlThe PointeControl visual framework editor

Strona 12

Pointe Controller User Guide Chapter 5: Developing Controller Programs1075.1.3 The Scan CycleWhen a PointeControl project is executed on the controll

Strona 13

Pointe Controller User Guide Table of Contents9C.1.10 Falling Edge Coil (TEOC) ...

Strona 14

Chapter 5: Developing Controller Programs Pointe Controller User Guide1085.2 The Visual Framework Editor (VFE)With the framework editor you create pr

Strona 15

Pointe Controller User Guide Chapter 5: Developing Controller Programs1095.2.1 The Framework Editor toolbarThe framework toolbar is located at the t

Strona 16

Chapter 5: Developing Controller Programs Pointe Controller User Guide110structure. You can then access each block's properties through a floatin

Strona 17

Pointe Controller User Guide Chapter 5: Developing Controller Programs1115.3 Managing PointeControl ProjectsA PointeControl project is a collection o

Strona 18

Chapter 5: Developing Controller Programs Pointe Controller User Guide1122. In the Source box, select the Drive where the project you want to importi

Strona 19 - 1.2 Typical Applications

Pointe Controller User Guide Chapter 5: Developing Controller Programs1135.4 Defining Variables in Logic MemoryIn PointeControl, Logic Memory is the

Strona 20 - 1.3 Architecture Options

Chapter 5: Developing Controller Programs Pointe Controller User Guide114breakbytebyvaluecasecastcatchcharclassconstcontinuedoubleelseextendsfalsefina

Strona 21 - 1.3.3 Network Node

Pointe Controller User Guide Chapter 5: Developing Controller Programs115Before you define any new tags, you should have some idea of what types andsi

Strona 22

Chapter 5: Developing Controller Programs Pointe Controller User Guide116by Alias, it is not necessary to keep your tags in any particular address or

Strona 23

Pointe Controller User Guide Chapter 5: Developing Controller Programs1176. If you want to set an initial value (i.e., the value to which the String

Strona 24 - Chapter 2: Initial Setup

Table of Contents Pointe Controller User Guide10C.4.5 Less than or Equal to (LE)...

Strona 25

Chapter 5: Developing Controller Programs Pointe Controller User Guide1183. Click in the Alias field of the empty address and enter a name for theTim

Strona 26

Pointe Controller User Guide Chapter 5: Developing Controller Programs119Wire – The tag’s wire label. Maximumof 10 characters. Must be enclosed intild

Strona 27

Chapter 5: Developing Controller Programs Pointe Controller User Guide120Importing a DatabaseTo import a database file into a PointeControl project:1.

Strona 28

Pointe Controller User Guide Chapter 5: Developing Controller Programs1215.5 Associating Tags with I/O pointsI/O points are the many input and output

Strona 29

Chapter 5: Developing Controller Programs Pointe Controller User Guide1222. From the Project menu, choose Configure I/O. The I/O Configurationwindow

Strona 30

Pointe Controller User Guide Chapter 5: Developing Controller Programs1233. Starting with Slot 1 module type, click on the drop-down menu to get alis

Strona 31

Chapter 5: Developing Controller Programs Pointe Controller User Guide1244. Select the model number that corresponds to the I/O module that isactuall

Strona 32

Pointe Controller User Guide Chapter 5: Developing Controller Programs1256. To the right of Panel type, click on the drop-down to get a list of avail

Strona 33

Chapter 5: Developing Controller Programs Pointe Controller User Guide1267. Select the model number that corresponds to the operator panel, if any,th

Strona 34 - Chapter 3: Quickstart Project

Pointe Controller User Guide Chapter 5: Developing Controller Programs1275.5.2 Configuring I/O modulesFor each I/O module that you have specified as

Strona 35 - 3.1 Starting a New Project

Pointe Controller User Guide Table of Contents11C.9.4 Convert to String (TO_STRG) ...

Strona 36 - 3.2.1 Defining input bits

Chapter 5: Developing Controller Programs Pointe Controller User Guide1285.5.3 Configuring operator panelsIf you have specified an operator panel as

Strona 37

Pointe Controller User Guide Chapter 5: Developing Controller Programs1295.6 Building and Editing Flow ChartsFlow Charts depict various types of info

Strona 38 - 3.2.2 Defining output bits

Chapter 5: Developing Controller Programs Pointe Controller User Guide130Flow Chart BlocksFlow charts contain distinct block types: Process, Terminato

Strona 39 - 3.2.3 Defining memory tags

Pointe Controller User Guide Chapter 5: Developing Controller Programs131With Subchart blocks you can add calls to other charts:You can place multiple

Strona 40

Chapter 5: Developing Controller Programs Pointe Controller User Guide1325.6.2 Navigating the Flow Chart editorThe Flow Chart editor window includes

Strona 41

Pointe Controller User Guide Chapter 5: Developing Controller Programs1332. Click and drag the adjust pane size bar to the right. The special view pa

Strona 42

Chapter 5: Developing Controller Programs Pointe Controller User Guide134 When you select ST Code View, a representation of the chart appears inIEC-

Strona 43

Pointe Controller User Guide Chapter 5: Developing Controller Programs135Zoom InZoom OutThe Zoom In and Zoom Out tools expand and reduce theimage of y

Strona 44

Chapter 5: Developing Controller Programs Pointe Controller User Guide136the selected block appears in the window; the types of attributes listed depe

Strona 45

Pointe Controller User Guide Chapter 5: Developing Controller Programs137For all blocks and commands, you enter tags and expressions through a similar

Strona 47

Chapter 5: Developing Controller Programs Pointe Controller User Guide138String functions:• COMPARE(string1, string2) compares two strings, returnin

Strona 48

Pointe Controller User Guide Chapter 5: Developing Controller Programs139Expression SyntaxIn many instances, expressions can replace a single value or

Strona 49

Chapter 5: Developing Controller Programs Pointe Controller User Guide140EXPRESSION TYPE OPERATORSrelational a < b (less than)a <= b (less tha

Strona 50 - 3.6 Assigning Outputs

Pointe Controller User Guide Chapter 5: Developing Controller Programs141Other Build DialogsCertain block properties present customized “build” dialog

Strona 51

Chapter 5: Developing Controller Programs Pointe Controller User Guide142Select String Tag and Build String ArgumentWhen you select a String command i

Strona 52

Pointe Controller User Guide Chapter 5: Developing Controller Programs143Build ConditionThe following dialog boxes appear, depending on the Condition

Strona 53

Chapter 5: Developing Controller Programs Pointe Controller User Guide144NOTE: If you select a decision block (If/Then, Repeat/Until, or While/Do), th

Strona 54

Pointe Controller User Guide Chapter 5: Developing Controller Programs145Deleting a selected blockThere are many different ways to delete a selected b

Strona 55 - 3.7 Adding a Time Delay

Chapter 5: Developing Controller Programs Pointe Controller User Guide1464. Double-click on the Comment block to open its Block Properties window.5.

Strona 56

Pointe Controller User Guide Chapter 5: Developing Controller Programs147To enable audit log processing for a Flow Chart, click the View Change Histor

Strona 57

Pointe Controller User Guide Chapter 1: Introducing the Pointe Controller13Chapter 1: Introducing the Pointe ControllerWelcome to the Pointe Controlle

Strona 58

Chapter 5: Developing Controller Programs Pointe Controller User Guide148To make a Flow Chart a reusable Subchart:1. Double-click on the chart’s Star

Strona 59

Pointe Controller User Guide Chapter 5: Developing Controller Programs149b. Click Insert to add a new argument.c. From the tag type drop-down list,

Strona 60

Chapter 5: Developing Controller Programs Pointe Controller User Guide150A Note on ArgumentsWhen you define an argument in the Subchart’s Start block,

Strona 61

Pointe Controller User Guide Chapter 5: Developing Controller Programs1515.7 Types of Flow Chart Blocks5.7.1 Process BlockProcess blocks define comm

Strona 62

Chapter 5: Developing Controller Programs Pointe Controller User Guide152Timer Commands [page 303] String Commands [page 306]Diagnostics Commands [pag

Strona 63

Pointe Controller User Guide Chapter 5: Developing Controller Programs153Process Block ExampleProgram flow enters the process block at the top and exe

Strona 64

Chapter 5: Developing Controller Programs Pointe Controller User Guide1545.7.2 Terminator BlockTerminator blocks define the start and exit points of

Strona 65

Pointe Controller User Guide Chapter 5: Developing Controller Programs155PROPERTY WHAT YOU ENTERRun Criteria(Program only)Presents Build Condition dia

Strona 66

Chapter 5: Developing Controller Programs Pointe Controller User Guide1565.7.3 Condition (If/Then/Else) BlockA Condition block contains a Yes or No t

Strona 67

Pointe Controller User Guide Chapter 5: Developing Controller Programs157Condition Block ExampleThis decision block determines if Input_1 is ON or OF

Strona 68 - 3.12 Setting Breakpoints

Chapter 1: Introducing the Pointe Controller Pointe Controller User Guide141.1 The Node Controller ConceptDeployable, localized control with a high-s

Strona 69

Chapter 5: Developing Controller Programs Pointe Controller User Guide1585.7.4 Repeat/Until Loop BlockThe Repeat/Until Loop block represents a repeti

Strona 70

Pointe Controller User Guide Chapter 5: Developing Controller Programs159yes, program flow continues through the Flowline labeled Done. If Input_2 is

Strona 71

Chapter 5: Developing Controller Programs Pointe Controller User Guide160PROPERTY WHAT YOU ENTERCondition Type Type of Condition: Expression – Buil

Strona 72

Pointe Controller User Guide Chapter 5: Developing Controller Programs1615.7.6 Subchart BlockA Subchart block makes a call to a previouslydefined sub

Strona 73 - 4.1 Safety Guidelines

Chapter 5: Developing Controller Programs Pointe Controller User Guide162Subchart ExampleThis subchart block calls the function chart, Motion. Program

Strona 74 - System Power Disconnect

Pointe Controller User Guide Chapter 5: Developing Controller Programs1635.8 Building and Editing Ladder DiagramsA Ladder Diagram is a program compon

Strona 75

Chapter 5: Developing Controller Programs Pointe Controller User Guide1645.8.2 Navigating the Ladder Diagram editorAs a resource of PointeControl, la

Strona 76 - Electrical

Pointe Controller User Guide Chapter 5: Developing Controller Programs165The workspace area is shared with a cross-reference window and a code viewwin

Strona 77 - Communications, Serial

Chapter 5: Developing Controller Programs Pointe Controller User Guide166The tools are, from left to right:SelectDeleteThese two buttons are used to s

Strona 78

Pointe Controller User Guide Chapter 5: Developing Controller Programs167Adding a branch to an existing rungBranches may be added to rungs using the B

Strona 79

Pointe Controller User Guide Chapter 1: Introducing the Pointe Controller15 Real-time, open standard data sharing from production to the frontoffic

Strona 80 - 4.5.1 IP Address

Chapter 5: Developing Controller Programs Pointe Controller User Guide168edited. As each of the configuration fields is selected the title bar of the

Strona 81

Pointe Controller User Guide Chapter 5: Developing Controller Programs169Deleting elementsSelected elements may be deleted using the Delete tool. Obje

Strona 82

Chapter 5: Developing Controller Programs Pointe Controller User Guide1705.8.7 Making a Ladder Diagram a reusable Sub-LadderCreate Sub-Ladders to reu

Strona 83

Pointe Controller User Guide Chapter 5: Developing Controller Programs1715.9 Types of Ladder Diagram BlocksTo make it easier to select from the 79 av

Strona 84 - 4.5.2 Modbus Address

Chapter 5: Developing Controller Programs Pointe Controller User Guide172TOOL DESCRIPTION FOUND ON...Rising Edge Detector Page 345Set-Dominant Bistabl

Strona 85

Pointe Controller User Guide Chapter 5: Developing Controller Programs173TOOL DESCRIPTION FOUND ON...Divide Page 362Multiply Page 363Square Root Page

Strona 86 - 4.6.1 Digital Inputs

Chapter 5: Developing Controller Programs Pointe Controller User Guide174TOOL DESCRIPTION FOUND ON...Greater Than or Equal to Page 382Equal to Page 38

Strona 87 - AC Inputs

Pointe Controller User Guide Chapter 5: Developing Controller Programs175This library includes the following blocks:TOOL DESCRIPTION FOUND ON...Select

Strona 88 - I/O “Common” Terminals

Chapter 5: Developing Controller Programs Pointe Controller User Guide1765.9.8 Flow Control BlocksClicking on this toolbar button activates the Flow

Strona 89 - 4.6.2 Digital Outputs

Pointe Controller User Guide Chapter 5: Developing Controller Programs1775.10 Other Framework Editor Tools5.10.1 Finding and replacing textText stri

Strona 90 - Transistor Outputs

Chapter 1: Introducing the Pointe Controller Pointe Controller User Guide16The figure below illustrates the power of the Pointe Controller. It shows a

Strona 91 - 4.6.3 Analog Inputs

Chapter 5: Developing Controller Programs Pointe Controller User Guide1785.10.3 Viewing tag cross referencesA cross-reference of all Logic Memory tag

Strona 92 - Resolution

Pointe Controller User Guide Chapter 5: Developing Controller Programs1795.11 Compliing Your PointeControl ProjectAfter you have developed your projec

Strona 93 - Single Ended Inputs

Chapter 5: Developing Controller Programs Pointe Controller User Guide180NOTE: This action only removes the chart from the project’s Chart List. Itdoe

Strona 94 - Differential Inputs

Pointe Controller User Guide Chapter 5: Developing Controller Programs181For more information on using PointeControl Monitor, see Chapters 6 and 7.If

Strona 95 - 4.7.1 Available I/O Modules

Chapter 5: Developing Controller Programs Pointe Controller User Guide182 Java compilation errorsYou must fix all errors before you can try again to

Strona 96

Pointe Controller User Guide Chapter 6: Downloading to the Controller183Chapter 6: Downloading to the ControllerWhen you have finished developing and

Strona 97

Chapter 6: Downloading to the Controller Pointe Controller User Guide1846.1 Launching the PointeControl MonitorTo launch PCM from within the PointeCo

Strona 98 - 4.8.1 Slot Numbering

Pointe Controller User Guide Chapter 6: Downloading to the Controller1856.2 Selecting and Attaching a ControllerPCM can interact with any Pointe Cont

Strona 99 - 4.8.2 Installing Modules

Chapter 6: Downloading to the Controller Pointe Controller User Guide1866.2.1 Detaching from a controllerWhen PCM is attached to a specific Pointe Co

Strona 100

Pointe Controller User Guide Chapter 6: Downloading to the Controller1876.3 Downloading a Project to the ControllerAfter PCM is attached to a specifi

Strona 101

Pointe Controller User Guide Chapter 1: Introducing the Pointe Controller171.2 Typical ApplicationsPointe Controllers can be used for a wide variety

Strona 102

Chapter 6: Downloading to the Controller Pointe Controller User Guide1886.4 Starting and Stopping a Loaded ProjectOnce a project is loaded onto the P

Strona 103

Pointe Controller User Guide Chapter 6: Downloading to the Controller1896.4.3 Enabling and disabling I/OYou can change the controller execution mode

Strona 104

Chapter 6: Downloading to the Controller Pointe Controller User Guide1906.5 Assigning a Password to the ControllerYou can secure one or more Pointe C

Strona 105 - 4.11.2 Cable Connectors

Pointe Controller User Guide Chapter 6: Downloading to the Controller1916.5.1 Overriding a passwordIf you cannot remember a controller’s password, yo

Strona 106 - 4.11.5 Crossover Patch Cable

Chapter 6: Downloading to the Controller Pointe Controller User Guide1926.6 Saving a Project from the ControllerIf you wish to edit a project that wa

Strona 107

Pointe Controller User Guide Chapter 7: Monitoring and Debugging193Chapter 7: Monitoring and DebuggingOne of the powerful features of PointeControl is

Strona 108

Chapter 7: Monitoring and Debugging Pointe Controller User Guide1947.1 Monitoring a Running ProjectAfter you have loaded and started a project on you

Strona 109 - 5.1.3 The Scan Cycle

Pointe Controller User Guide Chapter 7: Monitoring and Debugging195 State – The current state (READY, RUNNING, etc) of the chart. Block (optional

Strona 110 - Framework Editor Tools

Chapter 7: Monitoring and Debugging Pointe Controller User Guide1962. Select the classes and types of tags for which you want to search byclicking th

Strona 111

Pointe Controller User Guide Chapter 7: Monitoring and Debugging197Showing tag detailsOnce you have your search results, you can double-click on any l

Strona 112 - 5.2.4 The Messages pane

Nematron, OpenControl, Pointe Controller, PointeControl, Optimation, and OptiLogic are trademarksof Nematron Corporation. All other trademarks are the

Strona 113 - Import Project

Chapter 1: Introducing the Pointe Controller Pointe Controller User Guide181.3 Architecture Options1.3.1 Stand-alone OperationThe general discussion

Strona 114 - Export Project

Chapter 7: Monitoring and Debugging Pointe Controller User Guide198Just as in the Search results tab, you can double-click on any listed tag to open a

Strona 115 - 5.4.1 Java reserved words

Pointe Controller User Guide Chapter 7: Monitoring and Debugging199another application such as MS Word or Notepad. If you choose Save As, thenyou will

Strona 116

Chapter 7: Monitoring and Debugging Pointe Controller User Guide200Code Name Description17 TNT_WRITE_ERR CRA error - unable to perform write18 TNT_REA

Strona 117

Pointe Controller User Guide Chapter 7: Monitoring and Debugging2017.1.4 The Controller Log TabThe Controller Log tab shows the activity log of the

Strona 118 - Diagnostics Metadata

Chapter 7: Monitoring and Debugging Pointe Controller User Guide2027.2 Checking System PerformanceYou can check the system performance of an attached

Strona 119

Pointe Controller User Guide Chapter 7: Monitoring and Debugging2037.2.2 LoadingThe Loading tab shows how much load each PointeControl task is puttin

Strona 120 - Database File Format

Chapter 7: Monitoring and Debugging Pointe Controller User Guide2047.2.3 ErrorsThe Errors tab shows the current status of the I/O modules, operator p

Strona 121

Pointe Controller User Guide Chapter 7: Monitoring and Debugging2057.3 Viewing and Debugging ChartsYou can open any chart for viewing and debugging b

Strona 122 - Exporting a Database

Chapter 7: Monitoring and Debugging Pointe Controller User Guide2067.3.1 The Debugger WindowThe Debugger window displays a real-time view of the sele

Strona 123

Pointe Controller User Guide Chapter 7: Monitoring and Debugging207To view the activity of a particular block in the chart displayed in the Debuggerwi

Strona 124

Pointe Controller User Guide Chapter 1: Introducing the Pointe Controller191.3.3 Network NodeAs a control node in a scalable network, the Pointe Cont

Strona 125

Chapter 7: Monitoring and Debugging Pointe Controller User Guide208restored in the Debugger window, with magnification and scroll position intact.NOTE

Strona 126

Pointe Controller User Guide Chapter 7: Monitoring and Debugging209block is executed, and the information can be displayed either as a visible path in

Strona 127

Chapter 7: Monitoring and Debugging Pointe Controller User Guide2107.3.6 Inserting Breakpoints in a ChartBreakpoints may be set and cleared on select

Strona 128

Pointe Controller User Guide Chapter 7: Monitoring and Debugging211within the executing OpenControl project. Selecting the tool activates theBreakpoin

Strona 129

Chapter 7: Monitoring and Debugging Pointe Controller User Guide212The numbers indicate the order in which the contacts are executed. As is shown,the

Strona 130 - OL3440 Display Panel Page 291

Pointe Controller User Guide Chapter 7: Monitoring and Debugging213Input, Output, and Memory tagsTo force a new value for an Input, Output, or Memory

Strona 131 - Program and Subcharts

Chapter 7: Monitoring and Debugging Pointe Controller User Guide2142. Click the Toggle Force State button. This will lock the tag againstupdates that

Strona 132 - Flow Chart Blocks

Pointe Controller User Guide Chapter 7: Monitoring and Debugging215NOTE: You can enter a new value without toggling the tag’s force state, but thenthe

Strona 133 - Deleting a Flow Chart

Chapter 8: Networked Operations Pointe Controller User Guide216Chapter 8: Networked OperationsIn addition to operating as a stand-alone machine contro

Strona 134 - Special View Pane

Pointe Controller User Guide Chapter 8: Networked Operations2178.1 Networking via OptiLogic Remote I/OAs a Master Controller for distributed control

Strona 135

Chapter 1: Introducing the Pointe Controller Pointe Controller User Guide201.4 Available Parts and AccessoriesThe Pointe Controller system is designe

Strona 136 - The Flow Chart toolbar

Chapter 8: Networked Operations Pointe Controller User Guide2188.2 Networking via Modbus Data MappingAs a control node in a scalable network, the Poi

Strona 137 - Block Properties

Pointe Controller User Guide Chapter 8: Networked Operations2198.2.1 Modbus AddressThe addressing that you, the system designer, must set is the addr

Strona 138

Chapter 8: Networked Operations Pointe Controller User Guide2208.2.2 Types of Modbus dataPointeControl allows mapping to four different Modbus data t

Strona 139

Pointe Controller User Guide Chapter 8: Networked Operations221Coils(00001-09999)read/writeDiscretes(10001-19999)read onlyAnalogs(30001-39999)read onl

Strona 140

Chapter 8: Networked Operations Pointe Controller User Guide2224. To enable Modbus communication via the RS232 serial port:a. Click the Serial check

Strona 141 - Expression Syntax

Pointe Controller User Guide Chapter 8: Networked Operations2232. Click on the tab corresponding to the Modbus data type — Coils,Discretes, Analogs,

Strona 142 - Calling Subcharts

Chapter 8: Networked Operations Pointe Controller User Guide2244. Double-click on an address you want to map. A pop-up window appearslisting all of t

Strona 143 - Other Build Dialogs

Pointe Controller User Guide Chapter 8: Networked Operations2257. Return to step 2 to map another data type, or click OK to save yourchanges and clos

Strona 144

Chapter 8: Networked Operations Pointe Controller User Guide2263. Double-click on the chosen sub-address and select the bit to be mappedfrom the pop-

Strona 145

Pointe Controller User Guide Chapter 9: Troubleshooting227Chapter 9: TroubleshootingThis chapter provides some basic tips for troubleshooting the Poin

Strona 146 - Resizing a selected block

Pointe Controller User Guide Chapter 1: Introducing the Pointe Controller21PART # DESCRIPTIONOL2208 8-point DC input. 10-30VDC (sourcing or sinking).O

Strona 147 - Deleting a selected block

Chapter 9: Troubleshooting Pointe Controller User Guide2289.1 LED Boot IndicatorsThe first thing to look at when the controller is installed, connect

Strona 148

Pointe Controller User Guide Chapter 9: Troubleshooting229There are two LEDs, one red and one green, next to the Pointe Controller baseunit’s RJ-11 co

Strona 149

Chapter 9: Troubleshooting Pointe Controller User Guide2309.2 Hardware ResetIn some cases, it may be necessary to perform a full hardware reset on th

Strona 150

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications231Appendix A: OptiLogic Technical SpecificationsThis appendix provides com

Strona 151

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide232A.1 OL2104 Relay Output ModuleThe OL2104 Relay Output Module provides f

Strona 152 - Calling the Subchart

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications233Connection DiagramTerminal8 Out 3 C7 Out 3 NO6 Out 2 C5 Out 2 NO4 Out 1

Strona 153 - 5.7.1 Process Block

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide234NOTE: You can leave any or all Outputs unconfigured, but if you do, thos

Strona 154

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications235A.2 OL2108 Relay Output ModuleThe OL2108 Relay Output Module provides e

Strona 155 - Process Block Example

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide236Connection DiagramTerminal10 Out 79 Out 68 Out 57 Out 46 Out 35 Out 24 O

Strona 156 - 5.7.2 Terminator Block

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications237Each Output point, from 0 through 7, is associated with a single Output

Strona 157 - Return/Exit Block Properties:

Chapter 2: Initial Setup Pointe Controller User Guide22Chapter 2: Initial SetupThis chapter describes how to quickly set up the Pointe Controller unit

Strona 158

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide238When you have finished configuring the module, click OK to save your cha

Strona 159 - Condition Block Example

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications239A.3 OL2109 DC Sinking Output ModuleThe OL2109 DC Sinking Output Module

Strona 160

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide240Connection DiagramTerminal10 Out 79 Out 68 Out 57 Out 46 Out 35 Out 24 O

Strona 161 - 5.7.5 While/Do Loop Block

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications241Each Output point, from 0 through 7, is associated with a single Output

Strona 162 - While/Do Loop Block Example

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide242When you have finished configuring the module, click OK to save your cha

Strona 163 - 5.7.6 Subchart Block

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications243A.4 OL2111 AC Solid State Relay ModuleThe OL2111 AC Solid-state Relay M

Strona 164 - Subchart Example

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide244Connection DiagramTerminal10 Out 79 Out 68 Out 57 Out 46 Out 35 Out 24 O

Strona 165

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications245Each Output point, from 0 through 7, is associated with a single Output

Strona 166

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide246When you have finished configuring the module, click OK to save your cha

Strona 167 - The Ladder Diagram toolbar

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications247A.5 OL2201 Digital Input Simulator ModuleThe OL2201 Digital Input Simul

Strona 168

Pointe Controller User Guide Chapter 2: Initial Setup232.1 Getting to Know the Pointe Controller BaseThe figure below shows the layout of a Pointe Co

Strona 169

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide248A.5.1 OL2201 Configuration OptionsThe OL2201 module is configured throu

Strona 170

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications249A.6 OL2205 AC/DC Input ModuleThe OL2205 Digital Input module senses up

Strona 171 - Block Captions

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide250Connection DiagramTerminal8 In 37 In 36 In 25 In 24 In 13 In 12 In 01 In

Strona 172

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications251When you have finished configuring the module, click OK to save your cha

Strona 173 - 5.9.1 Relays and Coils

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide252A.7 OL2208 DC Digital Input ModuleThe OL2208 DC Digital Input module ca

Strona 174 - 5.9.3 Math Blocks

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications253Connection DiagramThe OL2208 DC Digital Input module can be used in eith

Strona 175 - 5.9.4 Comparison Blocks

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide254A.7.1 OL2208 Configuration OptionsThe OL2208 module is configured throu

Strona 176 - 5.9.6 Selection Blocks

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications255A.8 OL2211 AC Digital Input ModuleThe OL2211 AC Digital input module se

Strona 177 - 5.9.7 String Blocks

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide256Connection DiagramTerminal10 In 79 In 68 In 57 In 46 In 35 In 24 In 13 I

Strona 178 - 5.9.9 Miscellaneous Blocks

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications257NOTE: You can leave any or all Inputs unconfigured, but if you do, those

Strona 179

Chapter 2: Initial Setup Pointe Controller User Guide242.2 Supplying Power to the Pointe ControllerThe Pointe Controller unit requires a 8-30VDC, 1 A

Strona 180

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide258A.9 OL2252 Dual Pulse CounterThe OL2252 module provides two independent

Strona 181

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications259The count can be reset to 0 at any time. Again there is both a reset mes

Strona 182

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide260Type 1Subtype 2Connection DiagramTerminal10 Input 29 Input 18 Enable 27

Strona 183

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications261A.9.1 OL2252 Configuration OptionsThe OL2252 module is configured throu

Strona 184

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide262Channel tabsThe first six Inputs on the OL2252 module are grouped into t

Strona 185

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications263NOTE: If you use the Hardware Enable option, then you must also havethe

Strona 186

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide264A.10 OL2258 High Speed Pulse CounterThe OL2258 High Speed Counter Modul

Strona 187

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications265Quadrature Encoder InputThe counting process for quadrature type encodin

Strona 188

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide266Technical SpecificationsCard Cage Power Required 400 mAInputs (all) 4Pul

Strona 189 - 6.3.1 Unloading a project

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications267Connection DiagramTerminals10 Out 2 Open collector output 29 Out 1 Open

Strona 190 - 6.4.1 Stopping a project

Pointe Controller User Guide Chapter 2: Initial Setup252.3 Installing the PointeControl SoftwareThe PointeControl software CD (part number NS-PTC) in

Strona 191

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide268A.10.1 OL2258 Configuration OptionsThe OL2258 module is configured thro

Strona 192

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications269To configure Input LS, click the to the right and select a tag from th

Strona 193 - 6.5.1 Overriding a password

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide270o Over 30 KHz – The maximum pulse frequency will be greaterthan or equ

Strona 194

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications271o If Enabled, then Counter Value will be forced to Preset Valuewhen In

Strona 195

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide272To configure Output Status, click the to the right and select a tag fr

Strona 196 - 7.1.1 The Charts Tab

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications273A.11 OL2304 Analog Voltage Output ModuleThe OL2304 Analog Voltage Outpu

Strona 197 - 7.1.2 The Browser Tab

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide274External Power Required noneOutput Current +/-5 mAShort Circuit Current

Strona 198

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications275A.11.1 OL2304 Configuration OptionsThe OL2304 module is configured thro

Strona 199 - Adding tags to a watch window

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide276A.12 OL2408 Analog Voltage InputThe OL2408 Analog Voltage Input Module

Strona 200 - 7.1.3 The Console Tab

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications277Subtype 1Connection DiagramTerminal10 Channel 89 Channel 78 Channel 67 C

Strona 201 - Communications errors

Chapter 2: Initial Setup Pointe Controller User Guide262.4 Configuring the Controller’s Network SettingsEach Pointe Controller unit has two distinct

Strona 202

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide278Channel n – Tag to which the scaled value of the input voltage is writt

Strona 203 - 7.1.4 The Controller Log Tab

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications279A.13 OL2418 Analog Current InputThe OL2418 Analog Current Input Modulep

Strona 204 - 7.2.1 Scanning

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide280Subtype 2Connection DiagramTerminal10 Channel 89 Channel 78 Channel 67 C

Strona 205 - 7.2.2 Loading

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications281Channel n – Tag to which the scaled value of the input amperage is writ

Strona 206 - 7.2.3 Errors

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide282A.14 OL2602 Dual Serial Port ModuleThe OL2602 Dual Serial Port Module p

Strona 207

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications283Terminal block torque 2.2 lb-inRequired Temp. rating offield installed c

Strona 208 - 7.3.1 The Debugger Window

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide284A.15 OL3406 Pushbutton/Indicator PanelThe OL3406 Pushbutton/Indicator P

Strona 209

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications285This tab configures the six white indicator bars on the OL3406 panel.

Strona 210

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide286o If Enabled, then each button LED can be turned on/offindependently u

Strona 211 - View Debug Trace

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications287When you have finished configuring the panel, click OK to save your chan

Strona 212 - Display Breakpoint List

Pointe Controller User Guide Chapter 2: Initial Setup27The PointeControl/OptiLogic Update Tool application window appears.4. Click Automatic Base De

Strona 213 - Single Step

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide288A.16 OL3420 Operator TerminalThe OL3420 Operator Terminal has four user

Strona 214 - 7.3.8 Forcing New Tag Values

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications289o If Disabled (default), then each button’s LED directly reflects thecu

Strona 215

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide290NOTE: You can leave any or all Buttons unconfigured, but if you do, thos

Strona 216

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications291A.17 OL3440 Display PanelThe OL3440 Display Panel is a 4 line x 20 char

Strona 217 - Strings and Timers

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide292A.18 OL3850 Keypad TerminalThe OL3850 Keypad Terminal has a 2 line x 20

Strona 218

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications293 Indicator n – Bit that turns the indicator on/off. When the bit beco

Strona 219

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide294Button n – Each pushbutton can be configured separately, using its ownB

Strona 220

Pointe Controller User Guide Appendix A: OptiLogic Technical Specifications295Messages tabThis tab controls to two lines of the LCD on the OL3850 pane

Strona 221 - 8.2.1 Modbus Address

Appendix A: OptiLogic Technical Specifications Pointe Controller User Guide296This tab is used to configure two variables that are required to enter d

Strona 222 - 8.2.2 Types of Modbus data

Pointe Controller User Guide Appendix B: Flow Chart Command Reference297Appendix B: Flow Chart Command ReferenceThis appendix provides complete descri

Strona 223

Pointe Controller User Guide Table of Contents1Chapter 1: Introducing the Pointe Controller... 131.1 Th

Strona 224

Chapter 2: Initial Setup Pointe Controller User Guide28When the application successfully connects, the following window willappear:The Read Current Se

Strona 225

Appendix B: Flow Chart Command Reference Pointe Controller User Guide298B.1 General CommandsGeneral commands (in a Process block) are used to set and

Strona 226

Pointe Controller User Guide Appendix B: Flow Chart Command Reference299Parameters for this command include: Statement – The statement which specif

Strona 227

Appendix B: Flow Chart Command Reference Pointe Controller User Guide300B.1.4 ClearThis command can be selected from the General commands list.When u

Strona 228

Pointe Controller User Guide Appendix B: Flow Chart Command Reference301To configure the Chart parameter, click the button and select a chartfrom th

Strona 229 - Chapter 9: Troubleshooting

Appendix B: Flow Chart Command Reference Pointe Controller User Guide302B.1.7 WaitThis command can be selected from the General commands list.When us

Strona 230 - 9.1 LED Boot Indicators

Pointe Controller User Guide Appendix B: Flow Chart Command Reference303B.2 Timer CommandsTimer commands (in a Process block) are used to start, stop

Strona 231

Appendix B: Flow Chart Command Reference Pointe Controller User Guide304When used in a Flow Chart, the Timer Reset command resets the specified Timert

Strona 232 - 9.2 Hardware Reset

Pointe Controller User Guide Appendix B: Flow Chart Command Reference305To configure the Units parameter, click the button and select a unitfrom the

Strona 233

Appendix B: Flow Chart Command Reference Pointe Controller User Guide306B.3 String CommandsString commands (in a Process block) are used to manipulat

Strona 234 - Technical Specifications

Pointe Controller User Guide Appendix B: Flow Chart Command Reference307B.3.2 String ConcatThis command can be selected from the String commands list

Strona 235 - Outputs tab

Pointe Controller User Guide Chapter 2: Initial Setup29The secondary server is the PC to which the Pointe Controller unit willattempt to connect when

Strona 236 - Failsafe tab

Appendix B: Flow Chart Command Reference Pointe Controller User Guide308B.3.3 String Left and String RightThese commands can be selected from the Str

Strona 237

Pointe Controller User Guide Appendix B: Flow Chart Command Reference309B.3.4 String MidThis command can be selected from the String commands list.Wh

Strona 238

Appendix B: Flow Chart Command Reference Pointe Controller User Guide310 Start Position – The starting position from which the sub-string will beex

Strona 239

Pointe Controller User Guide Appendix B: Flow Chart Command Reference311NOTE: Source String is not modified by the execution of this command. String

Strona 240

Appendix B: Flow Chart Command Reference Pointe Controller User Guide312NOTE: If the defined length of the Destination String is not long enoughto rec

Strona 241

Pointe Controller User Guide Appendix B: Flow Chart Command Reference313B.3.7 String ReplaceThis command can be selected from the String commands lis

Strona 242

Appendix B: Flow Chart Command Reference Pointe Controller User Guide314To configure the Source String parameter, click the button to open astandard

Strona 243

Pointe Controller User Guide Appendix B: Flow Chart Command Reference315NOTE: If the defined length of the Destination String is not long enoughto rec

Strona 244

Appendix B: Flow Chart Command Reference Pointe Controller User Guide316B.4 Diagnostics CommandsDiagnostics commands (in a Process block) are used to

Strona 245

Pointe Controller User Guide Appendix B: Flow Chart Command Reference317For all other errors, please contact Nematron Technical Support.NOTE: The Poin

Strona 246 - Ouput tab

Chapter 2: Initial Setup Pointe Controller User Guide302.5 Installing I/O Modules in the ControllerEach module occupies one slot in the controller ba

Strona 247

Appendix B: Flow Chart Command Reference Pointe Controller User Guide318To configure the Destination Tag parameter, click the button to open astanda

Strona 248

Pointe Controller User Guide Appendix B: Flow Chart Command Reference319To configure the Diag Fault Level parameter, click the buttonto open a stand

Strona 249

Appendix B: Flow Chart Command Reference Pointe Controller User Guide320To configure the Diag Item parameter, click the button and select anitem fro

Strona 250

Pointe Controller User Guide Appendix B: Flow Chart Command Reference321B.5 Serial CommandsThe Serial commands are used to initiate serial communicat

Strona 251

Appendix B: Flow Chart Command Reference Pointe Controller User Guide322NOTE: This command also enables (opens) the specified port.Parameters for this

Strona 252 - OL2205 Configuration Options

Pointe Controller User Guide Appendix B: Flow Chart Command Reference323B.5.2 Serial Enable Port and Serial Disable PortThese commands can be selecte

Strona 253

Appendix B: Flow Chart Command Reference Pointe Controller User Guide324B.5.3 Serial Read ByteThis command can be selected from the Serial commands l

Strona 254

Pointe Controller User Guide Appendix B: Flow Chart Command Reference325B.5.4 Serial Write ByteThis command can be selected from the Serial commands

Strona 255

Appendix B: Flow Chart Command Reference Pointe Controller User Guide326To configure the Status Tag parameter, click the button to open astandard Se

Strona 256

Pointe Controller User Guide Appendix B: Flow Chart Command Reference327The value of Status Tag may be any 16-bit Unsigned tag (%IUW, %MUW,or %QUW).To

Strona 257

Pointe Controller User Guide Chapter 2: Initial Setup312.6 Connecting the Controller to Your PCAn Ethernet network connection is used to download fin

Strona 258

Appendix B: Flow Chart Command Reference Pointe Controller User Guide328The value of Status Tag may be any 16-bit Unsigned tag (%IUW, %MUW,or %QUW).To

Strona 259

Pointe Controller User Guide Appendix B: Flow Chart Command Reference329VALUENAME DESCRIPTION0x0000 (0) n/a No error; good communication0x0001 (1) PAR

Strona 260 - Theory of Operation

Appendix B: Flow Chart Command Reference Pointe Controller User Guide330B.6 Date/Time CommandsDate/Time commands (in a Process block) are used to ret

Strona 261 - Input Signal

Pointe Controller User Guide Appendix B: Flow Chart Command Reference331B.6.2 Date/Time FormatThis command can be selected from the Date/Time command

Strona 262

Appendix B: Flow Chart Command Reference Pointe Controller User Guide332To configure the Destination String parameter, click the button toopen a sta

Strona 263 - Inputs tab

Pointe Controller User Guide Appendix B: Flow Chart Command Reference333B.7 Operator Panel CommandsOperator Panel commands (in a Process block) are u

Strona 264 - Channel tabs

Appendix B: Flow Chart Command Reference Pointe Controller User Guide334place holders for the data entry field. A typical message may be ‘Entervalue:

Strona 265

Pointe Controller User Guide Appendix B: Flow Chart Command Reference335NOTE: This command works only with the OL3850 operator panel.Parameters for th

Strona 266 - Pulse and Direction

Appendix B: Flow Chart Command Reference Pointe Controller User Guide336To configure the Initial Value parameter, click the button to open astandard

Strona 267 - Frequency Measurement

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference337Appendix C: Ladder Diagram Block ReferenceThis appendix provides complete de

Strona 268

Chapter 3: Quickstart Project Pointe Controller User Guide32Chapter 3: Quickstart ProjectThe first project we will implement with the Pointe Controlle

Strona 269

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide338C.1 Relays and CoilsC.1.1 Normally Open Contact (XIC)When used in a Ladder

Strona 270

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference339Functional DescriptionWhen the input state from the left becomes on, the val

Strona 271 - Counter tab

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide340Once the block is inserted, you can double-click on it to configure it.Funct

Strona 272

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference341C.1.6 Negated Output Coil (NEGOC)When used in a Ladder Diagram, this block

Strona 273 - Output tabs

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide342When the input state from the left becomes on, the associated Bit tag is set

Strona 274

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference343C.1.9 Rising Edge Coil (LEOC)When used in a Ladder Diagram, this block acts

Strona 275

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide344Configuration ReferenceAny Memory Bit (%MX) or Output Bit (%QX) tag may be a

Strona 276

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference345Param Name Config Var Type DescriptionCLK Clock req %IX%MX%QXT_DONEThe input

Strona 277

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide346Configuration ReferenceThe parameters of this block are described in the fol

Strona 278

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference347Therefore, the block function is evaluated according to the following table:

Strona 279

Pointe Controller User Guide Chapter 3: Quickstart Project333.1 Starting a New ProjectBegin by launching the PointeControl Framework application and

Strona 280

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide348C.1.14 Reset-Dominant Bistable (RS)When used in a Ladder Diagram, the SR bl

Strona 281

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference349Configuration ReferenceThe parameters of this block are described in the fol

Strona 282

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide350C.2 Timer and Counter BlocksC.2.1 Timer, Pulse (TP)When used in a Ladder D

Strona 283

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference351Param Name Config Var Type DescriptionPT PresetTimeopt %IUD%QUD%MUDNumericTh

Strona 284

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide352Configuration ReferenceThe parameters of this block are described in the fol

Strona 285

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference353The Elapsed Time output (ET) shows the time passed since IN became on; in ot

Strona 286 - Indicators tab

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide354Functional DescriptionThis block always passes the Enable input state (EN) t

Strona 287 - Buttons tab

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference355Param Name Config Var Type DescriptionCV CounterValuereq %QUD%MUDThe current

Strona 288

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide356Configuration ReferenceThe parameters of this block are described in the fol

Strona 289

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference357Once the block is inserted, you can double-click on it to configure it.Funct

Strona 290

Chapter 3: Quickstart Project Pointe Controller User Guide343.2 Defining Input, Output, and Memory TagsThe next thing that we’ll do is define our inp

Strona 291

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide358Configuration ReferenceThe parameters of this block are described in the fol

Strona 292 - Messages tab

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference359C.3 Math BlocksC.3.1 Add (ADD)When used in a Ladder Diagram, the ADD block

Strona 293 - A.17 OL3440 Display Panel

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide360Param Name Config Var Type DescriptionIN1 InputValue 1req any Inputany Out

Strona 294 - A.18 OL3850 Keypad Terminal

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference361The block function is executed every time the ladder is scanned, so long as

Strona 295

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide362C.3.3 Divide (DIV)When used in a Ladder Diagram, the DIV block divides one

Strona 296

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference363Param Name Config Var Type DescriptionIN2 InputValue 2req any Inputany Out

Strona 297 - Data Entry tab

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide364The block function is executed every time the ladder is scanned, so long as

Strona 298

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference365Once the block is inserted, you can double-click on it to configure it.Funct

Strona 299

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide366C.3.6 Modulus (MOD)When used in a Ladder Diagram, the MOD block finds the r

Strona 300 - B.1 General Commands

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference367Param Name Config Var Type DescriptionIN2 InputValue 2req any integer*T_DONE

Strona 301

Pointe Controller User Guide Chapter 3: Quickstart Project352. Create a table entry for the first input tag (%IX1), either by clicking theInsert butt

Strona 302 - B.1.5 Enable and Disable

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide368Configuration ReferenceThe parameters of this block are described in the fol

Strona 303 - B.1.6 Get Tag Name

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference369Configuration ReferenceThe parameters of this block are described in the fol

Strona 304 - B.1.7 Wait

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide370Configuration ReferenceThe parameters of this block are described in the fol

Strona 305 - B.2 Timer Commands

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference371Configuration ReferenceThe parameters of this block are described in the fol

Strona 306 - B.2.3 Timer Preset

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide372Configuration ReferenceThe parameters of this block are described in the fol

Strona 307

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference373Configuration ReferenceThe parameters of this block are described in the fol

Strona 308 - B.3 String Commands

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide374Configuration ReferenceThe parameters of this block are described in the fol

Strona 309 - B.3.2 String Concat

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference375Configuration ReferenceThe parameters of this block are described in the fol

Strona 310

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide376The block function is executed every time the ladder is scanned, so long as

Strona 311 - B.3.4 String Mid

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference377Functional DescriptionThis block always passes the Enable input state (EN) t

Strona 312 - B.3.5 String Insert

Chapter 3: Quickstart Project Pointe Controller User Guide364. Click the Copy button. The Copy Channels dialog box will appear.5. Increment the Numb

Strona 313 - B.3.6 String Delete

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide378C.3.17 Natural Exponential (EXP)When used in a Ladder Diagram, the EXP bloc

Strona 314

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference379NOTE: This function does not check for bit register overflow. If overflow oc

Strona 315 - B.3.7 String Replace

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide380Param Name Config Var Type DescriptionIN InputValuereq any Inputany Output

Strona 316 - B.3.8 String Format Integer

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference381C.4 Comparison BlocksC.4.1 Greater Than (GT)When used in a Ladder Diagram,

Strona 317

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide382Param Name Config Var Type DescriptionIN1 InputValue 1req any Inputany Out

Strona 318 - B.4 Diagnostics Commands

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference383Configuration ReferenceThe parameters of this block are described in the fol

Strona 319 - B.4.1 Diag Get Tag Status

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide384The result placed in Q determines the state of the rung passed to the right:

Strona 320 - B.4.2 Diag Set Tag Status

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference385C.4.4 Not Equal to (NE)When used in a Ladder Diagram, the NE block checks t

Strona 321 - B.4.3 Diag Clear Tag Status

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide386Param Name Config Var Type DescriptionIN1 InputValue 1req any Inputany Out

Strona 322

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference387Configuration ReferenceThe parameters of this block are described in the fol

Strona 323 - B.5 Serial Commands

Pointe Controller User Guide Chapter 3: Quickstart Project373. In the Alias field, enter the name of the output tag: Myout1. You willneed to click in

Strona 324

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide388The result placed in Q determines the state of the rung passed to the right:

Strona 325

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference389C.5 Logical and Bit Shift BlocksC.5.1 And (AND)When used in a Ladder Diagr

Strona 326 - B.5.3 Serial Read Byte

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide390Configuration ReferenceThe parameters of this block are described in the fol

Strona 327 - B.5.4 Serial Write Byte

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference391C.5.2 Or (OR)When used in a Ladder Diagram, the OR block performs a bit-for

Strona 328 - B.5.5 Serial Read MultiBytes

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide392Configuration ReferenceThe parameters of this block are described in the fol

Strona 329

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference393C.5.3 Exclusive Or (XOR)When used in a Ladder Diagram, the XOR block perfor

Strona 330 - B.5.7 Serial Get Comm Errors

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide394Param Name Config Var Type DescriptionEN Enable no - The state of the rung (

Strona 331

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference395Functional DescriptionThis block always passes the Enable input state (EN) t

Strona 332 - B.6 Date/Time Commands

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide396C.5.5 Shift bits Left (SHL)When used in a Ladder Diagram, the SHL block shi

Strona 333 - B.6.2 Date/Time Format

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference397Param Name Config Var Type DescriptionIN InputValuereq any integer*T_DONET_V

Strona 334 - B.6.3 Get Elapsed Time

Table of Contents Pointe Controller User Guide23.12 Setting Breakpoints...

Strona 335 - B.7 Operator Panel Commands

Chapter 3: Quickstart Project Pointe Controller User Guide383.3 Associating Tags with I/O PointsAt this point, we have tag-names defined. However, we

Strona 336

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide398Therefore, a 16-bit example of SHL would be: IN: 1010010101011101 N: 5OUT:

Strona 337

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference399C.5.7 Rotate bits Left (ROL)When used in a Ladder Diagram, the ROL block ro

Strona 338

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide400Param Name Config Var Type DescriptionIN InputValuereq any integer*T_DONET_V

Strona 339

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference401Therefore, a 16-bit example of ROR would be: IN: 1010010101011101 N: 5OUT:

Strona 340 - C.1 Relays and Coils

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide402C.6 Selection BlocksC.6.1 Select minimum value (MIN)When used in a Ladder

Strona 341 - Configuration Reference

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference403Param Name Config Var Type DescriptionIN1 InputValue 1req any Inputany Out

Strona 342 - C.1.5 Output Coil (OC)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide404The block function is executed every time the ladder is scanned, so long as

Strona 343 - C.1.7 Latched Coil (LOC)

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference405C.6.3 Limit value (LIM)When used in a Ladder Diagram, the LIM block limits

Strona 344 - C.1.8 Unlatched Coil (UOC)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide406Param Name Config Var Type DescriptionIN InputValuereq any Inputany Output

Strona 345

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference407Functional DescriptionThis block always passes the Select input state (SEL)

Strona 346

Pointe Controller User Guide Chapter 3: Quickstart Project39NOTE: Configuring slot 1 activates the I/O button to the right of the slot.3. Click the I

Strona 347

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide408C.7 String BlocksC.7.1 Set string (SET)When used in a Ladder Diagram, the

Strona 348

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference409NOTE: If the defined Element Length of the String variable configured to OUT

Strona 349

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide410* Any Input, Output, or Memory tag except 32-bit Real (F) or Bit (X). For mo

Strona 350

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference411Configuration ReferenceThe parameters of this block are described in the fol

Strona 351

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide412Functional DescriptionThis block always passes the Enable input state (EN) t

Strona 352 - C.2 Timer and Counter Blocks

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference413C.7.5 Extract sub-string from middle (MID)When used in a Ladder Diagram, th

Strona 353 - C.2.2 Timer, ON Delay (TON)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide414Configuration ReferenceThe parameters of this block are described in the fol

Strona 354 - C.2.3 Timer, OFF Delay (TOF)

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference415Functional DescriptionThis block always passes the Enable input state (EN) t

Strona 355 - C.2.4 Counter, Up (CTU)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide416C.7.7 Compare strings (CMP)When used in a Ladder Diagram, the CMP block com

Strona 356

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference417Configuration ReferenceThe parameters of this block are described in the fol

Strona 357 - C.2.5 Counter, Down (CTD)

Chapter 3: Quickstart Project Pointe Controller User Guide407. Click OK to close the OL2201 I/O Map window.Now repeat the procedure to associate the

Strona 358

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide418When EN becomes on, the block function is executed: the Input String 2 (IN2)

Strona 359

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference419C.7.9 Delete sub-string (DEL)When used in a Ladder Diagram, the DEL block d

Strona 360

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide420Configuration ReferenceThe parameters of this block are described in the fol

Strona 361 - C.3 Math Blocks

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference421C.7.10 Replace sub-string (REPL)When used in a Ladder Diagram, the REPL blo

Strona 362 - C.3.2 Subtract (SUB)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide422Configuration ReferenceThe parameters of this block are described in the fol

Strona 363

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference423C.7.11 Find sub-string (FIND)When used in a Ladder Diagram, the FIND block

Strona 364 - C.3.3 Divide (DIV)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide424Configuration ReferenceThe parameters of this block are described in the fol

Strona 365 - C.3.4 Multiply (MUL)

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference425C.8 Flow Control BlocksC.8.1 Call sub-ladder diagram (CALL)When used in a

Strona 366 - C.3.5 Square Root (SQRT)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide426All valid Sub-Ladders in the current project will be listed in the dialog. A

Strona 367

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference427C.9 Miscellaneous BlocksC.9.1 Convert to Boolean (TO_BOOL)When used in a L

Strona 368 - C.3.6 Modulus (MOD)

Pointe Controller User Guide Chapter 3: Quickstart Project4112. Repeat steps 10 and 11 for each of the remaining seven outputs,associating MyOut2 to

Strona 369 - C.3.7 Sine (SIN)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide428Param Name Config Var Type DescriptionIN InputValuereq any Inputany Memoryan

Strona 370 - C.3.8 Cosine (COS)

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference429Configuration ReferenceThe parameters of this block are described in the fol

Strona 371 - C.3.9 Tangent (TAN)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide430When EN becomes on, the block function is executed: the Input Value (IN) is

Strona 372 - C.3.10 Arc Sine (ASIN)

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference431Functional DescriptionThis block always passes the Enable input state (EN) t

Strona 373 - C.3.11 Arc Cosine (ACOS)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide432C.9.5 Truncate (TRUNC)When used in a Ladder Diagram, the TRUNC block trunca

Strona 374 - C.3.12 Arc Tangent (ATAN)

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference433C.9.6 Integer to Character (TO_CHR)When used in a Ladder Diagram, the TO_CH

Strona 375 - C.3.13 Absolute Value (ABS)

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide434C.9.7 Character to Integer (CHR_TO)When used in a Ladder Diagram, the CHR_T

Strona 376 - C.3.14 Logarithm (LOG)

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference435C.9.8 Integer to BCD (TO_BCD)When used in a Ladder Diagram, the TO_BCD bloc

Strona 377

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide436Configuration ReferenceThe parameters of this block are described in the fol

Strona 378 - C.3.16 Exponential (EXPT)

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference437When EN becomes on, the block function is executed: each 4-bit “nibble of th

Strona 379

Chapter 3: Quickstart Project Pointe Controller User Guide423.4 Creating Your First Flow ChartWe’re going to do our first application with a flow cha

Strona 380

Appendix C: Ladder Diagram Block Reference Pointe Controller User Guide438C.9.10 Move (MOVE)When used in a Ladder Diagram, the MOVE block directly co

Strona 381 - C.3.18 Expression (EXPR)

Pointe Controller User Guide Appendix C: Ladder Diagram Block Reference439NOTE: This function does not check for bit register overflow. You can assign

Strona 382

Pointe Controller User Guide Chapter 3: Quickstart Project43We could give our flow chart a name right now. In most cases, you wouldimmediately name yo

Strona 383 - C.4 Comparison Blocks

Chapter 3: Quickstart Project Pointe Controller User Guide443. Double-click on the decision block to open its associated Block Propertieswindow.The B

Strona 384

Pointe Controller User Guide Chapter 3: Quickstart Project45When the property is changed, the Then and Else paths are switched.Timeout Value is an opt

Strona 385 - C.4.3 Equal to (EQ)

Chapter 3: Quickstart Project Pointe Controller User Guide468. Click the = button to add “=” to the condition.9. Click the ON button to add “ON” to

Strona 386

Pointe Controller User Guide Chapter 3: Quickstart Project473.5 Inserting a Second Decision BlockSo far, all we’ve done is check to see if InputSwitc

Strona 387 - C.4.4 Not Equal to (NE)

Pointe Controller User Guide Table of Contents3Chapter 5: Developing Controller Programs ... 1055.1 Basi

Strona 388

Chapter 3: Quickstart Project Pointe Controller User Guide483.6 Assigning OutputsNow we are going to add the first of the two output patterns — turn

Strona 389 - C.4.6 Less Than (LT)

Pointe Controller User Guide Chapter 3: Quickstart Project4910. Move the cursor to the Expression field, either by clicking in it or bypressing the T

Strona 390

Chapter 3: Quickstart Project Pointe Controller User Guide5014. Click on and highlight the existing Command property, and then click theInsert button

Strona 391 - C.5.1 And (AND)

Pointe Controller User Guide Chapter 3: Quickstart Project51Let’s add just one more statement to set rightOn to TRUE. This will force thedecision bloc

Strona 392

Chapter 3: Quickstart Project Pointe Controller User Guide52The Process block should appear as shown below.22. Close the Block Properties window.Look

Strona 393 - C.5.2 Or (OR)

Pointe Controller User Guide Chapter 3: Quickstart Project533.7 Adding a Time DelayUnfortunately, when the toggle switch is on, the output LEDs flash

Strona 394

Chapter 3: Quickstart Project Pointe Controller User Guide545. In the Argument field, enter a numerical value of 500.6. Click OK to close the Build

Strona 395 - C.5.3 Exclusive Or (XOR)

Pointe Controller User Guide Chapter 3: Quickstart Project553.8 Checking the Chart IntegrityThe final step in entry, or modification, of a flow chart

Strona 396 - C.5.4 Not (NOT)

Chapter 3: Quickstart Project Pointe Controller User Guide563.9 Building the Project RuntimeOnce all of the flow charts have been created, we are rea

Strona 397

Pointe Controller User Guide Chapter 3: Quickstart Project57The result should be as shown on the right.3. Click OK to close the Chart List window.Aft

Strona 398 - C.5.5 Shift bits Left (SHL)

Table of Contents Pointe Controller User Guide45.7 Types of Flow Chart Blocks...

Strona 399 - C.5.6 Shift bits Right (SHR)

Chapter 3: Quickstart Project Pointe Controller User Guide58Controller Timeout Interval is a watchdog timer for the chartexecution. If the chart logic

Strona 400

Pointe Controller User Guide Chapter 3: Quickstart Project593.10 Downloading and Running Your ProgramDownloading a finished program to the Pointe Con

Strona 401 - C.5.7 Rotate bits Left (ROL)

Chapter 3: Quickstart Project Pointe Controller User Guide60Once the PointeControl Monitor window is active, you can download your projectruntime to t

Strona 402

Pointe Controller User Guide Chapter 3: Quickstart Project61Controller’s Java-based processor. In most cases you can ignore thesemessages; they are us

Strona 403

Chapter 3: Quickstart Project Pointe Controller User Guide62When the download is complete, the Start button will become active.4. Click the Start but

Strona 404 - C.6 Selection Blocks

Pointe Controller User Guide Chapter 3: Quickstart Project633.11 Monitoring Your Program While It RunsFrom your PC, you can monitor logic flow, view

Strona 405

Chapter 3: Quickstart Project Pointe Controller User Guide643. In the Chart1 monitor/debug window, click the Enable Logic Flow andEnable Debug Trace

Strona 406

Pointe Controller User Guide Chapter 3: Quickstart Project654. Double-click on any of the flow chart blocks (except the Start and Stopblocks). A Bloc

Strona 407 - C.6.3 Limit value (LIM)

Chapter 3: Quickstart Project Pointe Controller User Guide663.12 Setting BreakpointsSometimes you’ll want to check if your program gets to a particul

Strona 408

Pointe Controller User Guide Chapter 3: Quickstart Project67When you do this, an alert window will pop up on your screen, warningyou that stopping the

Strona 409

Pointe Controller User Guide Table of Contents5Chapter 6: Downloading to the Controller... 1836.1 Lau

Strona 410 - C.7 String Blocks

Chapter 3: Quickstart Project Pointe Controller User Guide68indicates that a break point is set for this block. The red diamond indicates thatthe prog

Strona 411

Pointe Controller User Guide Chapter 3: Quickstart Project696. Continue to click the Single Step tool and watch the Pointe Controllerstep through you

Strona 412

Chapter 4: System Design and Installation Pointe Controller User Guide70Chapter 4: System Design and InstallationNow that you understand the basics of

Strona 413

Pointe Controller User Guide Chapter 4: System Design and Installation714.1 Safety GuidelinesWARNING: Providing a safe operating environment for pers

Strona 414

Chapter 4: System Design and Installation Pointe Controller User Guide72Orderly System ShutdownThe first level of protection can be provided with the

Strona 415

Pointe Controller User Guide Chapter 4: System Design and Installation734.2 Getting to Know the Pointe Controller BaseThe figure below shows the layo

Strona 416

Chapter 4: System Design and Installation Pointe Controller User Guide744.2.1 PTC-5800 Pointe Controller Technical DescriptionPhysical (Base Unit)•

Strona 417

Pointe Controller User Guide Chapter 4: System Design and Installation75Communications, Ethernet• Type: 10Base-T Ethernet• Data Rate: 10 Mbps• Conn

Strona 418 - C.7.7 Compare strings (CMP)

Chapter 4: System Design and Installation Pointe Controller User Guide764.3 Supplying Power to the ControllerThe Pointe Controller unit requires a 8-

Strona 419

Pointe Controller User Guide Chapter 4: System Design and Installation774.4 Installing the PointeControl SoftwareThe PointeControl software CD (part

Strona 420

Table of Contents Pointe Controller User Guide6Chapter 8: Networked Operations ...2168.1

Strona 421

Chapter 4: System Design and Installation Pointe Controller User Guide784.5 Addressing the Pointe ControllerEach Pointe Controller unit has two disti

Strona 422

Pointe Controller User Guide Chapter 4: System Design and Installation79The PointeControl/OptiLogic Update Tool application window appears.4. Click

Strona 423

Chapter 4: System Design and Installation Pointe Controller User Guide80When the application successfully connects, the following window willappear:Th

Strona 424

Pointe Controller User Guide Chapter 4: System Design and Installation816. For the Default Server IP Address, enter the IP address of the PC withwhic

Strona 425

Chapter 4: System Design and Installation Pointe Controller User Guide824.5.2 Modbus AddressThe addressing that you, the system designer, must set is

Strona 426

Pointe Controller User Guide Chapter 4: System Design and Installation834.6 An Overview of OptiLogic I/OThe Pointe Controller system achieves its mod

Strona 427 - C.8 Flow Control Blocks

Chapter 4: System Design and Installation Pointe Controller User Guide844.6.1 Digital InputsDigital I/O modules are used to either monitor (input) or

Strona 428

Pointe Controller User Guide Chapter 4: System Design and Installation85Typical DC digital input circuits are shown below: As shown, the physical opt

Strona 429 - C.9 Miscellaneous Blocks

Chapter 4: System Design and Installation Pointe Controller User Guide86Digital Input VoltageAny digital input module, AC or DC, is designed to operat

Strona 430

Pointe Controller User Guide Chapter 4: System Design and Installation874.6.2 Digital OutputsDigital outputs are used to turn “loads” on and off. “Lo

Strona 431

Pointe Controller User Guide Table of Contents7A.11.1 OL2304 Configuration Options...

Strona 432

Chapter 4: System Design and Installation Pointe Controller User Guide88When the contact is closed, the diode is reverse biased and no current flowsth

Strona 433

Pointe Controller User Guide Chapter 4: System Design and Installation89Solid State Relay OutputsSolid state relays are semiconductor switches that op

Strona 434 - C.9.5 Truncate (TRUNC)

Chapter 4: System Design and Installation Pointe Controller User Guide90via a switching power converter and a transformer. There are OptiLogic analogi

Strona 435

Pointe Controller User Guide Chapter 4: System Design and Installation91AccuracyAccuracy is expressed as the worst case deviation from the “ideal valu

Strona 436

Chapter 4: System Design and Installation Pointe Controller User Guide92In order to use single ended inputs, the ground connection must be very good.T

Strona 437

Pointe Controller User Guide Chapter 4: System Design and Installation934.7 Determining Your I/O NeedsThe Pointe Controller system offers the followi

Strona 438

Chapter 4: System Design and Installation Pointe Controller User Guide94OL2304 4 channel voltage output, 0-5V, 0-10V, +/-5V, +/-10VOL2408 8 channel 0-

Strona 439

Pointe Controller User Guide Chapter 4: System Design and Installation95Module Type Description Power Req.OL2111 Solid State Relay Output, 8-point 120

Strona 440 - C.9.10 Move (MOVE)

Chapter 4: System Design and Installation Pointe Controller User Guide964.8 Installing I/O Modules in the ControllerEach Pointe Controller applicatio

Strona 441

Pointe Controller User Guide Chapter 4: System Design and Installation974.8.2 Installing ModulesEach slot has card guides along each side and a conne

Komentarze do niniejszej Instrukcji

Brak uwag