Question InTouch
Question InTouch
False
$WinPlatform, $Engine
$WinPlatform, $ViewArea
3. You can associate more than one ActiveX Event Script per event.
True
False
4. For a Modern InTouch application name, what is the character length limit?
12
22
32
There is no limit
5. The Alarm DB Logger Utility running on one computer node can log alarms for several other
nodes.
True
False
6. Assume you are using a combo box called COMBO1 in your application, and you want to
populate the combo box with information from a file using the wcloadlist() function. Which of
the following is the correct format for the file to be loaded?
COMBOBOX, 4 Chocolate, 4 Vanilla, 4 Strawberry, 4
False
8. You can lock a graphic element so it does not move in both the ArchestrA Symbol Editor and
WindowMaker.
True
False
Varias respuestas.
9. Which of the following are not features of the Tag Viewer utility?
You can change the currently logged on InTouch user (operator) from within Tag Viewer
Tag Viewer can be used to view tags from remote InTouch applications
You can put every tag on a Watch List by double-clicking the $System alarm group
10. When Tag1.AlarmDisabled is set equal to 1, all events and alarms are still written to disk, but
are no longer stored in the buffer.
True
False
11. InTouch supports duplicate ActiveX controls reusing the same control name.
True
False
windowchangecolor()
changewindowcolor()
13. QuickFunction argument names can be reused in any other QuickFunction argument list.
True
False
14. After using the Find Application option from InTouch Application Manager to add a legacy
InTouch application with a version prior to InTouch 2014 R2 when you open it for the first time
you will be asked if you want to convert it to use ArchestrA Graphics (to convert it to a Modern
Application).
True
False
Multiple respuestas.
15. Which steps are necessary to convert a stand-alone application to a Managed InTouch
application?
Open the stand-alone application with WindowViewer
16. Each time a symbol is saved, the Graphic Performance Index will check if the symbol has
exceeded the threshold for recommended performance characteristics and will warn the user.
True
False
17. The total number of Alarm Groups plus the number of actual tagnames cannot exceed 61,402.
True
False
False
\\Wonder00\InTouch!Group1|ReactTemp
\InTouch!$System!React*
\InTouch!$System
20. In an ArchestrA symbol's Script Editor, the maximum line number count is 9999; however, the
script may be longer.
True
False
21. Symbols exported using As Object or As Protected Object have the same aaPkg file type, so
their file names are indistinguishable.
True
False
22. Local Variables are static and will keep their value from one script execution to the next.
True
False
23. You can open an InTouch application from the InTouch Application Manager after you create it
in the ArchestrA IDE.
True
False
24. At runtime, you can change options and choices for a symbol designed using the symbol wizard
to create dynamic displays.
True
False
25. With Runtime Language Switching, an application can be displayed in multiple languages at the
same time.
True
False
26. When a symbol built with the symbol wizard’s options and choices configured is embedded
directly in a window in WindowMaker, you cannot change any of the options or choices and
must use only the default configuration of the symbol.
True
False
28. Which value returned by GetAccountStatus means that the user's password has expired?
-5
-1
5
29. By default, a new InTouch application starts in WindowViewer with:
No security, with an access level of 9999
31. Alarm suppression does not affect the actual generation of alarms.
True
False
32. When using InTouch Historical Logging, which of the following parameters will force the
current value of the tagname (checked for Log Data) to be logged, even if the change is less than
or equal to the Log Deadband?
ForceCurrentValue=1;
LogCurrentValue=1;
ForceLogging=1;
ForceLogCurrentValue=1;
33. The QuickScript .NET Autocomplete feature orders its suggestions alphabetically, although
keywords and dimmed variables will float to the top of the list, given their importance to the
script.
True
False
34. ActiveX control animation and scripting are run on a separate thread from all other animation
and scripting.
True
False
Use the Cross Reference utility and enter Remote tags in the Filter
36. You can reuse an ActiveX control name as long as no other ActiveX control within the same
InTouch application is using that name.
True
False
37. For Managed InTouch applications, ArchestrA symbols that are created in a specific Galaxy can
only be used in the Galaxy where they are created.
True
False
Before it is used
39. By default, FOR-NEXT loops must execute within 5 seconds. You can extend this limit to 20
seconds by adding the following switch to the InTouch.ini file in your application directory:
LoopTimeout=20
ForNextLoopTimeout=20
ForNextTimeOut=20
TimeOut=20
40. When importing a Modern application, if the import source is an aaPKG file, ArchestrA graphics
are imported, but do not replace the existing ArchestrA graphics.
True
False
41. Transparency can only be set to which percentage in the ArchestrA Symbol Editor?
0
10
20
30
42. What is the default $AccessLevel required to use the Tag Viewer utility?
What is the default $AccessLevel requried to use the Tag Viewer utility?
0
8000
9000
9999
44. Application designers must still work with Managed InTouch applications to create Choice
Groups, Choices, Layers, and rules to design Symbol Wizards.
True
False
45. The Cross Reference utility allows you to search for Super Tag usage.
True
False
46. The Situational Awareness Library contains a generic analog meter symbol, but lacks specific
support for temperature, pressure, and level.
True
False
47. Which value for the Alarm Client ClientMode property will switch the display to Current
Alarms mode?
0
Current
Current Alarms
48. The Application On StartUp QuickScript executes before any windows open or any runtime
initialization occurs.
True
False
49. What is the correct syntax to acknowledge an alarm selected from the Alarm Client, where the
name of the Alarm Client is "AlarmClient1"?
AlarmClient1.Ack.Selected("Comment");
AlmAckSelect(“AlarmClient1”, “Comment”);
Me.Ack.Selected("Comment");
#AlarmClient1.AckSelected(“Comment”);
50. EnableDisableKeys(1,0,1)
Disables the Alt and Esc keys
51. In a QuickFunction, an argument name does not consume a tagname count because they are
treated as local variables.
True
False
Works only with domain groups and not with local groups
Is called once in one node and applies to any InTouch application running on that node
53. If runtime changes are allowed for the Historical Trend in WindowViewer, and the user clicks a
pen button to change the tagname, the Tag Browser will display all of the:
Local Tags
Historized Tags from any provider defined in the Distributed Name Manager
54. When using the Analog Fill Color animation for an InTouch graphic link, you must specify:
4 breakpoints, 5 colors
11 breakpoints, 12 colors
9 breakpoints, 10 colors
19 breakpoints, 20 colors
ActiveX
GOT Object
.NET
56. The QuickScript .Net Autocomplete feature may be used to directly select the
AlarmClient1.Ack.SelectedPriority scripting method, and you can do the same from the Galaxy
Browser’s Element Browser tab.
True
False
57. Modern applications combine the capability inherent in ArchestrA symbols with the familiar
workflow of legacy InTouch applications.
True
False
58. Managed and Modern InTouch applications allow the use of ArchestrA symbols.
True
False
False
60. Asynchronous QuickFunction scripts that are executing cannot be stopped by using
$LogicRunning.
True
False
61. While an alarm is disabled, entries are still made to the alarm history for that alarm.
True
False
62. When graphics are drawn in the ArchestrA Symbol Editor, in what order are they sorted and
displayed in the Elements pane if you do not group elements or make manual changes to the z-
order?
Alphabetically in ascending order
The topmost visible layer is on the top and the bottommost layer on the bottom
The most recently created at the top and the oldest at the bottom
The most recently created at the bottom and the oldest at the top
63. Protecting a symbol using Export As Protected Object makes the original symbol read-only.
True
False
.gif
.cab
.lib
.xml
.aaPKG
.arch
.dll
65. The .AlarmDscCount dotfield tracks the total number of unacknowledged discrete alarms that
are active on a given tagname or Alarm Group.
True
False
67. The same inhibitor tagname can be used to inhibit the alarm states of several tags.
True
False
68. Preconfigured graphic objects that come standard in Managed InTouch applications are stored in
which of the following locations by default?
InTouch Script Editor
False
70. For Managed InTouch applications, edits made to an ArchestrA symbol are propagated to:
The symbol itself only (original symbol)
Each instance where that symbol is used in the current InTouch application only
71. You can select and modify a single element in a group in the ArchestrA Symbol Editor without
ungrouping them.
True
False
72. The Cross Reference utility provides support for Remote tags.
True
False
73. You can change the weight of a dashed line drawn in InTouch WindowMaker.
True
False
74. If an element’s line weight or fill color is defined in an applied Element Style, the as-drawn
original property values become disabled and cannot be changed.
True
False
75. You can change the weight of a dashed line drawn in the ArchestrA Symbol Editor.
True
False
76. The Alarm DB Purge/Archive utility cannot purge all records in the alarm database
True
False
77. What type of alarms will the Alarm Printer utility print?
Summary Alarms
Historical Alarms
78. What ActiveX method is used to capture the selected alarm group from the Alarm Tree Viewer
and write the value to a tag?
GetSelectedAlarmQuery()
GetAlarmQueryFromSelection()
GetSelectedElementPath()
GetSelectedGroupPath()
79. Changes to the disabled or enabled status of an alarm can be made at runtime.
True
False
80. For a Managed InTouch application, the Window text objects to be exported and translated for
Runtime Language Selection are exported from the ArchestrA IDE.
True
False
81. When importing a protected symbol to overwrite an unprotected symbol, any duplicates made of
the original symbol are also protected.
True
False
82. The Cross Reference utility can remain open in WindowMaker while you perform other tasks.
True
False
83. When rotating elements in the ArchestrA Symbol Editor with a mouse, you can move them in
which of the following increments?
Freely in the range 0 to 359 degrees
84. For an ArchestrA symbol, the only way to define the alternate text for Runtime Language
Selection is from within the ArchestrA Symbol Editor.
True
False
85. If a property style is not defined in the Element Style applied to a group of objects, the Element
Styles of the grouped elements will be used.
True
False
86. Using HistData, the maximum length of time allowed for Duration and Interval is:
10 days
40 days
6 weeks
There is no limit
87. Using WindowMaker, you can group items, including bitmaps, into a cell grouping, but not in a
symbol grouping.
True
False
89. Without causing an error, you can refer to ActiveX methods or properties in an Application On
Startup script.
True
False
90. Each Managed InTouch application is associated with an ArchestrA InTouchViewApp object,
which is derived from a base template.
True
False
91. You can use an ActiveX control name more than once, as long as each control is placed on a
different window and not shown at the same time.
True
False
92. When using InTouch Historical Logging, the default value for ForceLogging is:
5 minutes
15 minutes
1 hour
93. What has to happen first for a deployed Managed InTouch application to be able to receive an
update?
The deployed application has to be restarted
94. From the Tag Browser, you can browse InTouch tags from a different InTouch application on
the same or on a different PC.
True
False
95. Which of the following ActiveX control types or ActiveX data types are not supported in
InTouch?
32-Bit Floating Point Real Using IEEE Notation and Strings Up to 131 Characters
Windowless Controls
Dispatch Objects
Containers
96. The WindowMaker feature Convert to ArchestrA Symbol is the best way to convert legacy
graphics on windows into ArchestrA symbols.
True
False
97. Which statement best describes the execution of the following Condition script?
TAG > 25 (While True = every 2000 msec) {where TAG is a memory integer}
The script will execute for the first time approximately 2 seconds after the value of TAG changes to
26, and then it will execute again every 2 seconds as long as the value of TAG is greater than 25
The script will execute as soon as TAG becomes greater than 25
The script will first execute when TAG changes to a value of 25.1
98. The .TimeTime dotfield is used to determine the time in milliseconds since:
Midnight that the tag last changed
Modify the data source for ArchestrA Objects and Remote tag references at runtime
100. QuickScript Autocomplete is supported in Data Binding reference fields and Event
scripts within the Alarm Client and Trend Client.
True
False
103. A 256-tagname license allows 256 design-time declared tags plus an unlimited number
of remote tagname references to be declared by the application designer.
True
False
0, 1, or 2
1 or 7
2 or 8
6, 7, or 8
Multiples respuestas.
105. Tag Viewer may be used to:
Halt the execution of script logic in WindowViewer
Halt DDE Conversations
False
107. Which setting controls the sub-second update frequency for the system tag $Msec?
On the Special menu, Configure | WindowViewer, and then on the General tab, the Tick Interval
setting
On the Special menu, Configure | WindowViewer, and then on the General tab, the Retry Initiates
setting
On the Special menu, Configure | WindowViewer, and then on the General tab, the Update for Time
Variables setting
None of the above
108. The QueryGroupMembership() script function can be used for any user, whether or not
the user is currently logged in.
True
False
12
12.2
110. Which of the following On True Condition scripts will execute at midnight?
$Hour == 0
$Timestring == "midnight"
$Time == 0
$Hour == 12
Multiple respuestas.
111. An exported aaPKG file contains the Modern application's:
Application folder contents
Multiples respuestas.
112. Which of the following items can be configured to be seen in the AlarmDBView
Controls Context Sensitive Menu?
Refresh menu
Reset menu
Filter menu
Ack menu
Suppression menu
113. InTouch uses which of the following items to enable the I/O Failover?
Alarm Group Name
Access Name
Multiples respuestas.
114. Which of the following are valid QuickScript .NET control and branching structures?
115. Tags of Integer data type may represent a maximum range of -32767 MinEU to 32768
MaxEU (0 to 65535 unsigned).
True
False
116. The keystroke combination that displays all available Autocomplete options for the
selected location in a script or reference field is:
Alt+Right-Arrow
Ctrl+Right-Arrow
Shift+F10
Ctrl+Alt+Right-Arrow
Ctrl+Space
117. What error is written to the System Management Console Logger if you try to update a
Historical Trend that is not on an open window, using the HTUpdateToCurrentTime() function?
VIEW / HTUpdateToCurrentTime: HisTrend Trend/Pen does not Exist
118. What is the correct syntax for calling a QuickFunction named MyFunction?
DO MyFunction( );
Call MyFunction;
CALL MyFunction( );
GOSUB MyFunction( );
MyFunction( );
119. Which of the following would you use to disable only the Lo alarm state of a tag?
Tag.LoAlarmDisabled=1
Tag.Lo.AlarmDisabled=1
Tag.AlarmDisable=1
Tag.AlarmLoDisabled=1
Multiples respuestas.
120. The ArchestrA Graphic Toolbox in a Modern InTouch Application does not contain the
entire list of ArchestrA Symbols that is available to a Managed InTouch Application. The
following symbols are excluded for Modern Applications:
RuntimeBanner
DDESuiteLinkClientDisplay
RuntimePage
PID
EnginePrimitiveDisplay
Multiples respuestas.
121. Which of the following are valid animation types in the ArchestrA Symbol Editor?
Point
Visibility
Element Style
Fill Style
Circular
Alarm Border
Blink
Line Style
Multiples respuestas.
122. Which of the following can be used to print a Historical Trend, which includes the X
and Y axes in the printout?
PrintScreen()
PrintWindow()
PrintHT()
The Print button available in runtime when you click on the Historical Trend
123. Assume that Maximum Records (on the Selection tab) for the AlarmDBViewCtrl is set
to 10, the total number of records in the database that match the current query is 29, and the
AlarmDBViewCtrl size allows a view of only three records at a time.
What will be the value of MyTag after the following script is run?
MyTag = #AlmDbView1.TotalRowCount;
(Where the name of the control is AlmDBView1 and MyTag is defined as an Integer tagname.)
3
10
29
39
124. Runtime modification of StartAngle and SweepAngle properties of a 3-Point Pie can be
made using an InTouch Data Change script.
True
False
125. Script statements in the CATCH block of a TRY … CATCH control structure will
execute only if an exception is thrown by the TRY block.
True
False
126. When migrating an application created in a previous version, the application will be
converted to a Modern InTouch application.
True
False
False
129. A custom property, which has its default value changed and is then removed by
disabling its wizard option, will retain its modified value when the wizard option is enabled
again unless the window is saved while the wizard option disabled.
True
False
130. The WindowMaker feature Convert to ArchestrA Symbol is the best way to create
assemblies of embedded graphics where the graphics have been embedded directly into a
window.
True
False
131. If you uncheck the Log Data option for a tagname, the data already logged for the
tagname will not be accessible.
True
False
132. For Managed InTouch applications, you can assign multiple InTouchViewApp
instances that have the same parent under one ViewEngine.
True
False
False
134. When you duplicate a protected symbol with a gold-colored padlock icon, the duplicate
is also read-only.
True
False
135. The forward slash character (/) is an illegal character for InTouch tagnames. Which of
the following is the proper Remote Tagname Reference syntax?
ABPLC1:N10:7/3
ABPLC1:"N10:7/3"
ABPLC1:'N10:7/3'
ABPLC1.N10:7/3
"ABPLC1:'N10:7/3'"
136. InTouch can display both Wonderware Historian data and InTouch native historical data
in the same Historical trend.
True
False
Are only created for those SuperTags that derive from a template
138. If the value of an I/O tag changes in the middle of a condition script, the new value
is immediately sent to the I/O Server.
True; the value is sent as soon as it changes
139. Local Variables are static and will keep their value from one script execution to the
next.
True
False
140. When is it acceptable to copy an InTouch window file (*.win) or a script file
(applogic.lgc, *.csc, *.ksc, *.dch, *.oes, and *.nmd) from one application directory to another?
When both applications were developed on the same platform and version of InTouch
Never
141. The time field of alarms printed with the Alarm Printer utility using the APU script
functions is in GMT, but can be changed.
True
False
142. To change the order of an element in the ArchestrA Symbol Editor so it is positioned as
the topmost element, select the object and press the ____________ key(s).
Shift+F6
F9
F10
Shift+F9
F6
Shift+F10
143. If a SuperTag template is modified, existing instances of the template (or SuperTag
type) are also modified accordingly.
True
False
144. If TagA is assigned as an inhibitor tag for one of the alarms for TagB, this usage will
not show up in the Cross Reference Utility.
True
False
145. For the purpose of setting Enterprise-wide graphics standards, ArchestrA symbol
designers may protect symbols by making them read-only with an option in the Export Objects
operation.
True
False
146. You can drag and drop .NET client controls from the ArchestrA Graphic Toolbox into
an InTouch window.
True; the Edit Symbol Properties dialog box appears automatically
147. The key equivalents used in the local active windows for Touch Pushbutton Action
Scripts will override any global Key Scripts with the same key equivalents.
True
False
148. WindowViewer cannot be configured to show a Halo around only the interactive parts
of an ActiveX control.
True
False
149. Only InTouch security, not ArchestrA or OS security, is compatible with distributing an
application using Network Application Development (NAD).
True
False
150. When using the Tag Browser Filters, the filter Asyn* would search for:
Nothing; the asterisk * cannot be used as a wildcard
False
152. When a window with an ActiveX control is imported, all of the ActiveX Event scripts
associated with that ActiveX control are imported as well.
True
False
153. When designing symbols using the ArchestrA Symbol Editor, a Graphic Performance
Index of 4.0 represents Moderate call-up time on standard performance hardware.
True
False
False
False
False
158. When using a Graphic Performance Index to estimate the performance of graphics built
using the ArchestrA Symbol Editor, the lower the index, the faster the call-up time for displaying
the graphic in runtime.
True
False
Varias respuestas.
159. Which Element Style visual properties can be changed for a Line element?
Fill gradient
Line Weight
Blink On/Off
Outline Show/Hide
Line Color
160. When deploying changes to a Managed InTouch application, where do you configure
how the update will impact the use of WindowViewer by runtime operators?
In the instance of the $ViewEngine object that is hosting the InTouch application
ApplicationDirectory path as found in the Win.ini file under the [InTouch] section
162. If you need to send a window off screen (out of the visible area of the display) during
runtime, which function would you use?
ShowAt()
ShowTopLeftAt()
WWMoveWindow()
HideSelf()
163. In the Edit Symbol Properties dialog box, if a symbol does not contain any Wizard
Options, what is the only tab displayed?
Runtime Behavior
Appearance
Custom Properties
Elements
Multiples respuestas.
164. The Application Style Library allows you to change which of the following:
The Boolean or truth table configuration of an element's or a group of elements' animation
The set of visual properties that determine the appearance of text, lines, graphic outlines, and
interior fill shown in ArchestrA Symbols or graphics
The options to individually configure application-wide styles for common types of numbers used in
Modern applications
The graphic icons that represent the current quality of application data and the state of equipment
shown by application symbols
165. In the Wonderware Historian History Provider Properties window, Distributed Name
Manager | Distributed History menu, if Wonderware Historian is used as the History Provider,
what should you enter in the Data Source box?
The name of the database to which you want to connect
Runtime
MyInSQL
Multiples respuestas.
166. A SuperTag template can be a member of another SuperTag template for a maximum of
how many nesting levels?
1
32
64
167. When using InTouch Historical Logging, the value for the ForceLogging parameter can
be set between:
0 and 120 minutes
1 and 60 minutes
5 and 60 minutes
168. Executing the line of script below, which of the following statements is true?
HTTagname.ChartStart=HTTagname.ChartStart + 60;
169. Which of the following correctly describes how ActiveX Event scripts are imported?
They cannot be imported
They are imported automatically when the window containing the ActiveX control is imported
False
171. A, B, and C are memory discrete tags with the initial value of 0. What will be the value
of A after running the script A=B==C?
A=1 {because the comparison between B and C is true}
172. Which of the following statements uses the MaxRange dotfield correctly?
HistTrendTag.MaxRange=105;
HistTrendTag.MaxRange=75;
Tag.MaxRange=10;
173. To bypass the creation of Placeholder Tags during an import, you must:
Configure WindowMaker, and then call out the option
Check the Use Existing Tags check box in the Data Import options
Do nothing; InTouch will always bypass the creation of placeholders where possible
Go into System Configuration and choose the bypass placeholders check box
174. Assuming valid user information is entered, what will happen if both the
$OperatorEntered and the $PasswordEntered tags are changed in the TagViewer utility?
The operator will be logged in to InTouch and, if the $AccessLevel drops below the Minimum
Access Level set in WindowViewer Startup configuration for TagViewer, then TagViewer will
close
The operator will be logged in to TagViewer
Multiples respuestas.
175. InTouch supports which of the following tagname formats?
1E40001
1N_4001
1Exit_Valve
1E_Valve
False
177. Which of the following is a correct syntax for the FileDelete() function?
Status=FileDelete("C:\MyDir\MyFile.txt");
Status=FileDelete("C:\MyDir\*.txt");
FileDelete("C:\MyDir\*.txt");
FileDelete("C:\MyDir\MyFile.txt");
178. FileCopy() does not work when used with an asynchronous QuickFunction.
True
False
False
180. Writing a value to the $Language tag is the only way to change the displayed Runtime
Language.
True
False
181. When importing a window from another application that contains tag references to
SuperTag members, you must have either created a template to match or copied the
SUPERTAG.DAT file from the original machine before you can convert the placeholders.
True
False
182. The Alarm Pareto ActiveX control can work with the same Query Filter Favorites file
as:
The Distributed Alarm Object
Multiples respuestas.
183. What parts of a symbol’s design can be added to a symbol wizard layer?
Custom Properties
Named Scripts
Predefined Scripts
185. When you uncheck the import option, Never Overwrite an Unprotected Object with a
Protected Object, and import a protected symbol that has an unprotected embedded symbol, the
embedded symbol will also be protected.
True
False
186. The acknowledge model that requires an ACK for every transition of the alarm is called:
Expanded Summary
Return-to-normal ACK
On-demand ACK
Condition-oriented ACK
Event-oriented ACK
Selective ACK
Multiples respuestas.
187. Protected symbols can be:
Renamed
Deleted
Duplicated
Unprotected
188. For Element Styles, using the Reset to Default option will restore the default Element
Styles for predefined elements, but will not reset the User_Defined styles.
True
False
189. For Managed InTouch applications, it is possible to switch the Element Style Library
and change the look of displays based on the Element Styles for all runtime stations without
restarting WindowViewer or redeploying the InTouch application.
True
False
190. The Alarm Printer utility configuration files have the extension:
.alc
.prn
.alg
191. When you use DBLoad to create SuperTag instances, they are not reflected in the
SuperTag template definition in the TemplateMaker.
True
False
192. Where are the languages to be used by a Managed InTouch application for Runtime
Language Selection defined?
InTouch.INI file
WindowMaker
ArchestrA IDE
193. You can assign an indirect tag to a Historical Trend using the following line of script:
HTSetpenname(HisttrendName",pen#,indirect.name);
HistrendName.PenX=indirect.name;
HTSetpenname(HisttrendName",pen#,indirect.TagID);
HisttrendName.PenX=indirect.TagID;
194. When using Tag? as the value in the filter field, the Cross Reference utility will search
for all:
System tags
Multiples respuestas.
196. When a window containing embedded ArchestrA symbols opens in WindowViewer,
scripts will:
Advise references to InTouch tags in all symbols embedded in the window
Execute all Named Scripts of embedded symbols if their trigger conditions are met
197. When using NAD, the default local working directory WindowViewer will copy the
master application to is:
The directory from which WindowViewer is launched
C:\Users\Public\Wonderware\NAD
198. To have a symbol show with a specific width and height, using ShowGraphic()
scripting, which setting must be made first?
GraphicInfo.RelativeTo=0;
GraphicInfo.RelativeTo=2;
GraphicInfo.RelativeSize=2;
GraphicInfo.RelativeTo=aaGraphicInfo.Relativeto=<RelativeTo>;
GraphicInfo.CustomWidthHeight=1;
199. Which script function will work properly with local variables used as the function
parameters?
FileReadMessage
InfoFile
GetNodeName
ActivateApp
200. Alarm suppression takes place entirely within the Alarm Subscriber.
True
False
201. The Alarm Printer utility in InTouch can only print alarms that occur on its local node.
True
False
202. EnableDisableKeys(1,0,1):
Disables the Esc and Win keys
203. Creating a new Modern InTouch application will create a hidden Galaxy in the local
database and a file cache for the application.
True
False
204. The Encrypt option on a Touchlink - User Input - String animation link is designed to
work with the security models InTouch provides.
True
False
205. Once a user has logged in, will the user stay logged on until another user logs in or the
application shuts down?
Yes, unless inactivity timeout is configured
206. When you define a tagname with the Expanded Summary ACK Model, the RTN
Implies the Ack option in the Alarm Properties dialog box is ignored.
True
False
207. When set to true, which I/O item tells HistData to create the .csv file?
Initialize
WriteFile
SendData
StartWrite
Multiples respuestas.
208. The highlighted suggestion in the QuickScript Autocomplete drop-down list may be
inserted at the current edit position by:
Multiples respuestas.
209. All SuperTags:
Have a forward slash "/" to separate parents from members
Require a template
It handles all possible errors that may occur in a given block of code rather than terminating
When a runtime error occurs, the script is immediately terminated at that line of script
All statements in the try block are executed even if an exception occurs
If no runtime error occurs in the try block, catch block statements will be ignored
211. The value type returned when using the InTouchVersion() function is:
Integer
Analog
Message
Real
212. For the following example, Property is an integer data type. Which items below have
the correct scripting syntax?
MemoryIntegerTypeTag = #ThisControl\Property;
MemoryIntegerTypeTag = (#ThisControl.Property * 7) + 1;
#ThisControl_Property = 5;
213. If you are developing the InTouch application on Node A and will be deploying it to
Node B, what is the minimum number of Platforms that need to be deployed?
0
214. What type of database connection is required for the Alarm Client to be able to
acknowledge an alarm?
Microsoft SQL Server
WW Alarm DB
ODBC
Multiple respuestas.
215. The ArchestrA Symbol Editor allows you to use ArchestrA symbols in which types of
InTouch applications?
Stand-alone (Legacy)
Published
Managed
Modern
Cells
Groups
Symbols
Multiple respuestas.
217. What will the following script command show when run?
Dim graphicInfo as aaGraphic.GraphicInfo; graphicInfo.Identity = "Cow";
The Cow symbol in a resizable pop-up type window
218. What will the following script command show when run?
Dim graphicInfo as aaGraphic.GraphicInfo;
graphicInfo.Identity = "Cow";
graphicInfo.GraphicName = "MooCow";
graphicInfo.Resizable = True;
The Cow symbol in a resizable pop-up type window with an instance name of Cow
Nothing
Multiples respuestas.
219. The Alarm Client in Current Alarms mode and the ActiveX Alarm Viewer Control in
Summary mode will both display only which alarm states?
UNACK_ALM
ACK_ALM
ACK_RTN
UNACK_RTN
Multiples respuestas.
220. Which of the following are not valid choices for gradient direction in the ArchestrA
Symbol Editor?
Arc-based
Radial
Vertical
Bidirectional
Multiples respuestas.
221. Which of the following are valid choices for gradient direction in the ArchestrA Symbol
Editor?
Customized import
Vertical
Radial
Horizontal
Arc-based
Bidirectional
Custom
Multiples respuestas.
222. After selecting a rectangle element in the ArchestrA Symbol Editor, which of the
following can be used to define its various transparency features?
Double-clicking the object
Properties pane
223. The High alarm type for an analog tag can be selected during development (in the
WindowMaker Tagname Dictionary). Which of the following dotfields will allow you to
dynamically set a High alarm type for a tag in WindowViewer?
.HiSet
.HiLimit
.HiStatus
224. An Alarm Inhibitor Tag can be assigned as an Alarm Inhibitor to any Alarm Class Type
in:
WindowMaker, using the Tagname Dictionary
WindowMaker, on the Special menu, click Configure | Alarms, and then use the Alarm Properties
dialog box
WindowViewer, using a script
Multiples respuestas.
225. In a published application, which of the following can be performed:
Edit the Application Styles
227. In WindowMaker, a Condition script is created with the Condition: 15 (the Condition
field holds only the number 15). The script calls the LogMessage() function with different
messages for On True, While True, On False, and While False. Which messages are logged
during runtime?
While True and On True
On False only
On True only
None; the script will not validate in WindowMaker
Multiples respuestas.
228. To log in to an InTouch application:
On the Special menu, click Security, and then click Log On
Create a custom logon window with links to $Operator, $AccessLevel, and $OperatorDomain
Create a custom logon window with links to $OperatorEntered, $PasswordEntered, and
$OperatorDomainEntered
Use this script: ShowLogonDialog ();
229. Which of the following locations stores the list of all installed ActiveX controls on a
PC?
WIN.INI
Registry
OCX.INI
AUTOEXEC.BAT
SYSTEM.INI
230. Which of the following is not a valid property or method for the Alarm Client?
Hide.Selected();
AlarmColor.Ack.Foreground
ContextMenu.AckAll
Ack.All();
Requery();
Suppress.Selected();
231. What will this portion of scripting do when implemented with the ShowGraphic()
scripting?
Dim cpValues [1] as aaGraphic.CustomPropertyValuePair;
cpValues[1] = new aaGraphic.CustomPropertyValuePair(“CP1”, “InTouch:Tank_Level”, False);
In the symbol being called, the custom property CP1 will contain the text InTouch:Tank_Level
In the symbol being called, the value of the custom property CP1 will reference the value of the
InTouch tag Tank_Level
The symbol being called will replace the custom property CP1 with the InTouch tag, and then set it
to a boolean value of False
Nothing; the script statement is not formatted correctly because Tank_Level is an analog value that
cannot store the boolean value of False
232. For a Modern InTouch application, how do you adjust the Quality and Status Display
settings?
In WindowMaker, on the Special menu, click the Configure | Application Style Library command
In the InTouch Application Manager, on the File menu, click the Properties command
In the ArchestrA Symbol Editor, place a Status tool, select it, and then on the View menu, click the
Properties command
None of the above
Multiples respuestas.
233. Tag Viewer may be used to:
Change the value of a Read-only tag
Set the tagname associated with the Pen1 DotField to a HistTrend tag
Launch the Configure Users dialog box if the $AccessLevel is 9000 or greater
Multiples respuestas.
234. What possible InTouch application types are seen in the InTouch Application Manager?
Stand-alone
Unmanaged
Managed
Published
Modern
IndirectTags
InTouch Windows
236. Assume that you have a Condition script that executes every hour.
In the body of the script, you have:
InfoDisk("C",1,Trigger);
How often will InfoDisk() execute?
Every hour, only if the Trigger changes at the same time the Condition script executes
Every hour
Multiples respuestas.
237. Which InTouch Animation links can be used with an ArchestrA symbol that is
embedded into an InTouch window?
Visibility
Vertical Slider
Action Scripts
Disable
Percent Fill
Multiples respuestas.
238. The QuickFunction named Stuff was created with two arguments:
argument1-real
argument2-message
If RealTag is defined as a memory real tag and MsgTag is defined as a memory message tag, which of the
following statements can be used?
CALL Stuff (RealTag.MaxEu - 1.2, MsgTag);
Multiples respuestas.
239. In WindowMaker, why might the Embed ArchestrA Graphic command on the Edit
menu be missing?
It may be a Modern application
Multiple respuestas.
240. After a Wizard Option value is changed, which of the following can occur:
The appearance of the symbol in the InTouch window changes
The list of Wizard Options updates
Multiple respuestas.
241. The advantages of embedding ArchestrA Graphics into a symbol instead of embedding
ArchestrA Graphics directly onto a window in WindowMaker include:
Configuring Situational Awareness Wizard Options
Guaranteeing each embedded instance of a graphic is unique so that its animations and scripts are
independent of another copy of that same graphic
Creating Custom Properties to save tag usage when storing internal values for scripts and
animations like counters, settings, flags, and states
Linking the properties of graphic elements and controls directly to animation configuration fields
and in scripts to save on tag usage
Ensuring changes to application resolution do not move or skew the alignment and positioning of
embedded graphics in their positional relationship to other embedded graphics
242. In the Tagname Dictionary, what will cause the Type field to change from the template
name to SuperTag?
Copying the application to another machine
243. In the ArchestrA symbol's Script Editor Context menu, the Go To command:
Shows the total number of lines actually used by the script, but not including blank lines
Shows the same Go To Line dialog box as the Ctrl+G keyboard shortcut
Shows the same max line count as the line number of the last line of the script
245. Which of the following Modern application configuration tasks are not done from
WindowMaker?
Configure the Application Style Library
Import client controls
Publish applications
246. Deleting a Modern InTouch application in the InTouch Application Manager does
which of the following:
Permanently deletes the application's folder and associated repository on the local computer
Removes the application name in the list of applications shown in the InTouch Application
Manager on another computer where the application folder has been placed in its shared directory
Permanently deletes the application folder placed on another computer's shared directory
Removes the application name in the list of applications shown in the InTouch Application
Manager on the local computer
247. In an ArchestrA symbol script containing a syntax error, the tooltip that appears when
you hover over the wavy red line under the error shows:
Alternate suggestions of spelling and grammar
The error message text that would appear if you validate the script (without the line number)
A hyperlink to the Help file where assistance on correcting the error can be found
248. Which of the following describes the difference between local variables and
QuickFunction arguments?
QuickFunction arguments permanently store their values from one script execution to the other;
local variables do not
QuickFunction arguments only may be used in QuickFunctions; local variables may be used in any
script
QuickFunction arguments do not consume a use count in the license; local variables do
QuickFunction arguments may be used in Animation Links; local variables only may be used in
scripts
Multiple respuestas.
249. After an Element Style has been applied to an element, one way to edit the disabled
default styles of that element is to:
Choose the None style in the Element Style list in the toolbar
In the ArchestrA IDE, click the Reset to Default button on the Configure | Galaxy Style Library |
Element Styles tab
In the ArchestrA IDE, modify one of the available User_Defined Element Styles on the Configure |
Galaxy Style Library | Element Styles tab
Select an Element Style that does not control that default style in the Properties Editor pane
Remove the Element Style animation from the element
Multiples respuestas.
250. Which of the following script functions will not work properly with local variables used
as the functions parameters?
ActivateApp()
GetNodeName()
SQLConnect()
RecipeSelect()
FileReadMessage()
251. If an ArchestrA symbol that has an action script defined is embedded into an InTouch
window, and then an InTouch action script is assigned to it, which script will run?
Only the InTouch script
Multiple respuestas.
252. Which file types can be deleted from the InTouch application without rendering it
useless?
csc
$$$
win
wvw
*.?bk
Multiple respuestas.
253. Most Modern application management tasks are completed from the InTouch
Application Manager to:
Open and edit applications
Create applications
Delete applications