Category: Design Patterns

CLAD 03-34

CLAD 03-34

The following block diagram represents which common type of VI architecture?

  1. Multiple Case Structure VI
  2. General VI
  3. State Machine VI
  4. Parallel Loop VI

CLAD 02-38

CLAD 02-38

What is one disadvantage of using the State Machine VI architecture?

  1. A State Machine can only traverse states in order.
  2. If two state changes occur at the same time, only the first state change will be handled and the second will be lost.
  3. The diagram becomes significantly larger when changing from a general architecture to a State Machine.
  4. State Machines cannot acquire data or use DAQ functions.

CLAD 02-34

CLAD 02-34

The following block diagram represents which common type of VI architecture?

  1. Multiple Case Structure VI
  2. General VI
  3. State Machine VI
  4. Parallel Loop VI

CLAD 01-01

CLAD 01-01

For implementing state diagrams that allow future application scalability, the best choice for a base structure is?

  1. Sequence Structure
  2. Case Structure
  3. Formula Node
  4. Object-Oriented Structure
Top