[lab lecture] TAC Menta and Logic Gates Overview

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

This set of flashcards covers key concepts from the lecture notes on TAC Menta and logic gates, assisting in the review process and exam preparation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What is the first step to launch MENTA and create DDC according to the notes?

From the Start Menu > Schneider Electric > Menta.

2
New cards

What is the purpose of TAC Menta?

It is a programming tool for HVAC controllers that includes features for design, simulation, and debugging.

3
New cards

Which device type should be selected as the master DDC?

TAC Xenta 401.

4
New cards

What does the acronym DDC stand for?

Direct Digital Control.

5
New cards

Name the two basic types of logic gates mentioned in the notes.

AND gate and OR gate.

6
New cards

What is the outcome of the AND gate if both inputs are true?

The output is true (1).

7
New cards

What is the significance of the NOT gate?

It inverts the input signal; if the input is true (1), the output is false (0) and vice versa.

8
New cards

What is the output of a NOR gate when both inputs are false?

The output is true (1).

9
New cards

How does the NAND gate differ from the AND gate?

A NAND gate outputs false (0) only when both inputs are true (1); otherwise, it outputs true (1).

10
New cards

What programming feature allows TAC Menta to facilitate alarms?

Alarm blocks that define alarm situations and messages.

11
New cards

In TAC Menta, what is the function of the PVR block?

It represents a parameter value of the type Real.

12
New cards

What does a 'signal' in TAC Menta represent?

A value representing a physical or calculated magnitude varying in time.

13
New cards

What is the function of the Time Schedule Block in TAC Menta?

Produces an analog output representing time until the next event, indicating whether the system is on or off.

14
New cards

What will happen if the input signal exceeds the activation threshold in a two-position control setting?

The output changes to true (1).

15
New cards

What does bind to… mean in the context of TAC Menta I/O blocks?

To connect to a type of input or output.

16
New cards

What coding standard does the XIF-Header adhere to in TAC Menta?

LonMark standard.

17
New cards

What type of systems does TAC Menta support for installation?

Stand-alone installation or as part of TAC Vista.

18
New cards

Which versions of TAC Xenta are mentioned for application in TAC Menta?

TAC Xenta 301, 401, 411, 421A, and others.

19
New cards

What kind of connection is required for public variables in TAC Menta?

Signals must be available from outside the TAC Xenta controller.

20
New cards

What is the syntax requirement for expressions in TAC Menta?

Upper case for analog inputs and lower case for binary inputs.