From the course: PLC Sequencer Logic

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

SQO parameters, part 1

SQO parameters, part 1 - Ladder Logic Tutorial

From the course: PLC Sequencer Logic

Start my 1-month free trial

SQO parameters, part 1

- [Instructor] Now, let's go through the sequencer output parameters. First, the file parameter, which defines the starting address of the sequencer file. The file contains the data that will be transferred to the destination when the instruction is true. The length parameter defines how many words are contained in the file. So the file gives the starting point while the length tells us how many words are needed for the steps. These two parameters are linked together. Let's use this example to simplify the concept. Data are stored in registers. Think about it as a file cabinet. File name is the drawer that contains that specific data we want to use. In this case, drawer one. And the length tells us how many sections are inside the drawer. So the file gives the starting point while the length tells us how many words are needed for the steps. And this is what we mean by the length parameter defines how many words are…

Contents