0% found this document useful (0 votes)
444 views

InTouch CSP5

The document provides the results of an InTouch 2020 CSP Exam assessment taken by participant CSP69888, including questions, answers given, scores received, and feedback. The exam contained multiple choice and true/false questions covering various InTouch features and functions related to alarms, alarm logging, alarm properties, and scripting.

Uploaded by

ajithkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
444 views

InTouch CSP5

The document provides the results of an InTouch 2020 CSP Exam assessment taken by participant CSP69888, including questions, answers given, scores received, and feedback. The exam contained multiple choice and true/false questions covering various InTouch features and functions related to alarms, alarm logging, alarm properties, and scripting.

Uploaded by

ajithkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

12/14/2020 View and Edit

Coaching Report
Assessment type Exam Status Finished
Participant name CSP69888 Total score 100
Participant group Maximum score 120
Assessment name InTouch 2020 CSP Exam Percentage score 83%
Date/time started Dec 13 2020 19:33:45 Assessment outcome label Pass
Date/time finished Dec 13 2020 22:35:48

Questions

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 1/15
12/14/2020 View and Edit

Question Actual Maximum Feedback


Question description Possible outcomes Answer given (full)
type score score shown
wwalmpurge.log is: Multiple 0 a log file where alarms are a status file when alarms are purged/archived 1 1 Correct
Choice archived, 1 a status file when alarms
are purged/arc, 2 a log file where
alarms are moved when t, 3 That file
does not exist
Alarm DB Logger Utility running True/False 0 True, 1 False True 1 1 Correct
on one computer node can log
alarms for several other nodes.
Alarm Logger Components is True/False 0 True, 1 False True 1 1 Correct
an InTouch feature selectable
during InTouch installation.
Select the Remove Trailing Multiple 0 Remove the extra trailing spaces Remove the extra trailing spaces from a printed 1 1 Correct
Spaces option under the Alarm Choice from a , 1 Remove the extra trailing field when the length of the actual field value is
Printer utilities configuration spaces from a , 2 Remove any extra less than what was configured for that field.
settings window to : trailing spaces to adju
You cannot simultaneously run True/False 0 True, 1 False False 1 1 Correct
more than 2 instances of the
Alarm Printer utility.
When you define a tagname True/False 0 True, 1 False True 1 1 Correct
with the Expanded Summary
ACK Model, the RTN Implies
Ack option in the Alarm
Properties dialog box is
ignored.
The High alarm type for an Multiple 0 .HiSet, 1 .HiLimit, 2 .HiStatus, 3 None of the above. 1 1 Correct
analog tag can be selected Choice None of the above.
during development( Window
MakerTagname dictionary).
Which of the following dotfields
will allow you to dynamically
set a High alarm type for a t
Assume the following setup for Multiple 0 Whenever the tags value drops Whenever the tag's value drops under -750 or 0 1 Incorrect
an integer tagname: Minimum Choice under 200 , 1 Whenever the tags rises above 750.
Value = -500 Maximum Value = value drops under 225 , 2 Whenever
500 Minor Deviation % = 10 the tags value drops under 150 , 3
Target = 250 At what value will Whenever the tags value drops under
a Minor Deviation alarm take -750
place?
The .AlarmDscCount dotfield True/False 0 True, 1 False True 0 1 Incorrect
tracks the total number of
UnAckd discrete alarms active
on a given tagname or Alarm
Group.
Is the Embedded Alarm Client Yes/No 0 Yes, 1 No Yes 0 1 Incorrect
Control an ActiveX control in
InTouch?
The acknowledge model that Multiple 0 Return-to-normal ACK, 1 Condition- Expanded Summary 1 1 Correct
requires an ACK for every Choice oriented ACK, 2 Expanded
transition of the alarm is called: Summary, 3 Selective ACK, 4 Event-
oriented ACK, 5 On-demand ACK
To use the AlarmSuite History True/False 0 True, 1 False False 1 1 Correct
Migration Utility in InTouch, you
must have a DSN that points to
the AlarmSuite data and also a
DSN that points to the new
InTouch Alarm Database.
The value in the Width column Multiple 0 Characters, 1 Twips, 2 Pixels, 3 Pixels 1 1 Correct
for the Column detail Choice None of the above.
configuration of the
AlarmViewer Control is the
number of_____.
For the Alarm Viewer control Multiple 0 Intouch , 1 IOserver ( if the Server IOserver ( if the Server is capable of passing a 1 1 Correct
and the Distributed Alarm Choice is capable of p, 2 GMT (Greenwich timestamps)
Object, the Original Alarm Time Mean Time).
is the datetime stamp of the
onset of the alarm. If tag is an
IO tag, then it is the time
stamp from
The AlarmViewer Control has a True/False 0 True, 1 False True 0 1 Incorrect
Silent Mode option that, if
enabled, will prevent error
messages from being popped-
up and prevent them from being
logged in the Log Viewer.
Using the Cross Reference Multiple 0 .txt, 1 .csv, 2 .alt, 3 .crf, 4 Both .txt .csv 1 1 Correct
utility you can save your cross Choice and .csv
reference files as:
Which of the following is the Multiple 0 MyTag.AlarmState {where MyTag GetPropertyM("AlmObj_1.AlarmState", 1 1 Correct
correct usage of the Choice can be any, 1 almState); { where AlmObj_1 is the name of the
.AlarmState dotfield: GetPropertyM(AlmObj_1.AlarmState, distributed alarm object and almState is a
almSta, 2 Memory Message tagname that will contain the

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 2/15
12/14/2020 View and Edit
GetPropertyM(MyTag.AlarmState, alarm state for the tagname associated with the
almState) selected alarm.}
The InTouch add-on script Multiple 0 FactorySuite Script Function Tech Support Script Function Library 1 1 Correct
function MoveWindow() is found Choice Library, 1 ITExtras Script Function
in which Script Function Library, 2 Tech Support Script
Library? Function Library, 3 WWField Script
Function Library
What script function returns the Multiple 0 InfoGetNode(), 1 IOGetNode(), 2 IOGetNode() 1 1 Correct
node name that a particular Choice IOGetAccessName(), 3
access name is pointing to? IOSetAccessName()
IOGetApplication() function Multiple 0 The path to the currently running The application name defined for a specific 1 1 Correct
returns: Choice applic, 1 The ApplicationDirectory AccessName.
path as found i, 2 The application
name defined for a speci, 3 None of
the above.
Assume that you have a Multiple 0 InfoDisk() will execute each time InfoDisk() will execute every hour only if the 0 1 Incorrect
Condition Script that executes Choice the va, 1 InfoDisk() will execute every Trigger happens to change at the same time the
every hour. In the body of the hour., 2 InfoDisk() will execute every condition script executes.
script you have: hour only
InfoDisk(C,1,Trigger); How often
will InfoDisk() execute?
Using HistData the maximum Multiple 0 10 days., 1 40 days., 2 6 weeks., 6 weeks. 1 1 Correct
length of time allowed for Choice 3 There is no limit.
Duration and Interval is:
Which IO item, when set to Multiple 0 SendData, 1 Initialize, 2 WriteFile 1 1 Correct
true, tells HistData to create Choice StartWrite, 3 WriteFile
the .CSV file?
The default value for Multiple 0 5 minutes, 1 15 minutes, 2 1 hour, 1 hour 1 1 Correct
ForceLogging is: Choice 3 InTouch 9.0 doesnt have this option
anym
When Historical Logging is Multiple 0 5, 1 10, 2 22, 3 60, 4 120 22 1 1 Correct
enabled, data for each tag Choice
checked for ’Log Data’ is
automatically written to disk
after X samples for that tag
have been collected, where X
is:
If InSQL is used as the History Multiple 0 The name of the database to which The name of the node where the Industrial SQL 1 1 Correct
Provider in the Distributed Choice you wa, 1 The name of the node Server database resides.
Name ManagerDistributed where the Industria
History, under the InSQL
History Provider Properties
window you have to enter in the
Data Source box:
Alarm Record Mapping File True/False 0 True, 1 False False 1 1 Correct
needs to be created while
using Galaxy or Galaxy_ as
the provider for Alarm Hot
Backup Pair
Where can you gain access to Multiple 0 From Start / Programs / None of the above. 0 1 Incorrect
the Alarm Hot Backup Choice Wonderware Facto, 1 From Window
Manager? Makers Application Explorer,, 2 From
InTouch-Application Manager, under ,
3 None of the above.
If user installs InTouch Multiple 0 Install Full SQL Server Install SQL Express automatically 1 1 Correct
Development on a node that Choice automatically, 1 Install SQL Express
does not have any SQL automatically, 2 Install Oracle
components it would automatically, 3 None of the above
What are the two IO Servers Multiple 0 Active and Standby, 1 Primary and Primary and Secondary 1 1 Correct
referred to when using IO Choice Secondary, 2 Backup and Restore, 3
Failover? Hot and Cold, 4 Online and Offline
IOSetRemoteReference() True/False 0 True, 1 False False 1 1 Correct
checks the validity of the new
tag or access name before
changing the object references.
When developing an application Multiple 0 localeID_application name, 1 Any format as long as the name doesn’t exceed 0 1 Incorrect
that supports multiple language Choice application name_localeID, 2 User 131 characters.
interfaces, the exported defined name_localeID, 3 Any format
application dictionary file must as long as the name doesn’t e
follow the following format:
After translating an exported Multiple 0 Microsoft Excel Office Workbook XML Data (*.xml) 1 1 Correct
dictionary file, you need to save Choice (.xls), 1 XML Spreadsheet (*.xml), 2
it as an: XML Data (*.xml), 3 Template (.xlt), 4
Comma Delimited (.csv)
ArchestrA Graphic Symbols True/False 0 True, 1 False True 1 1 Correct
can be created from the
ArchestrA Graphic Toolbox.in
the IDE and from InTouch
WindowMaker.
You can assign multiple True/False 0 True, 1 False False 1 1 Correct
InTouchViewApp instances that
have the same parent under
one ViewEngine.
Open a managed application Multiple 0 NAD, 1 Managed Application, 2 Managed Application 1 1 Correct

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 3/15
12/14/2020 View and Edit
with WindowMaker. What is Choice Application Change Mode, 3
the name of the tab in Distributed Application
SpecialConfigureWindowViewer
that controls how the
application accepts or declines
changes at the run-time node?
You can manage your InTouch True/False 0 True, 1 False True 1 1 Correct
applications with either the
Application Manager or the
ArchestrA IDE.
What is the name of the link on Multiple 0 Expert Knowledge Base, 1 FAQs, OS Compatibility Matrix 1 1 Correct
the Wonderware Tech Support Choice 2 CSP Call Tracking Database
web site used to find which Search, 3 Tech Alerts, 4 OS
versions of InTouch run on Compatibility Matrix
which Operating Systems?
Conversion of an InTouch Multiple 0 using the menu Special/Application using the menu Special/"Application Type" in 1 1 Correct
Application to an InTouchView Choice Type , 1 using the IT2ITView Utility., WindowMaker.
Application is done: 2 automatically when starting
WindowMaker., 3 as an option during
the installation of
To be able to browse the True/False 0 True, 1 False True 1 1 Correct
Galaxy from WindowMaker,
you need to install the
Application Server IDE
component on the InTouch
node.
When is it acceptable to copy Multiple 0 When you dont really know how to Never. 1 1 Correct
an InTouch window file (*.win) Choice use the, 1 Never., 2 Anytime it
or a script file (applogic.lgc, becomes necessary., 3 As long as
*.csc, *.ksc, *.dch, *.oes, and both applications were develo, 4 As
*.nmd) from one application long as both applications have identi
directory to another?
Which ini settings need to be Multiple right, wrong MultiScreen:MultiScreenWidth:MultiScreenHeight 1 1 Correct
added to the win.ini for a Multi- Response
Monitor application? (check all
that apply)
You need to send a window off Multiple 0 wwMoveWindow() or wwMoveWindow() or MoveWindow() from the Tech 1 1 Correct
screen ( out of the visible area Choice MoveWindow() from the , 1 ShowAt(), Support Script Function Library
of the screen) during Runtime. 2 ShowTopLeftAt()
Which function would you use?
RETENTIV.T file is: Multiple 0 A binary file containing retentive A binary file containing retentive information for 1 1 Correct
Choice infor, 1 A binary file containing the Indirect tags.
retentive infor, 2 A binary file
containing retentive infor, 3 A binary
file containing retentive infor
The SERIAL.TRN is a binary True/False 0 True, 1 False False 1 1 Correct
file containing the serial
numbers for all of the historical
trends.
Bitmaps can be included in a True/False 0 True, 1 False False 0 1 Incorrect
cell but not a symbol.
Which is not a Window Multiple 0 TextBox., 1 SelectBox., 2 SelectBox. 1 1 Correct
Controls Wizard? Choice ComboBox., 3 RadioButton.
You can restore a deleted True/False 0 True, 1 False False 1 1 Correct
window in WindowMaker with
Undo.
An application cannot be True/False 0 True, 1 False True 1 1 Correct
opened in WindowMaker if the
full path exceeds 114
characters.
When using the Pan and Zoom Multiple 0 300%, 1 400%, 2 500%, 3 750% 500% 1 1 Correct
feature, the maximum Zoom In Choice
in % is:
From the Tag Browser you can True/False 0 True, 1 False False 0 1 Incorrect
browse InTouch Tags from
another InTouch application on
the same or different PC.
When using the Tag Browser Multiple 0 All tagnames beginning with the All tagnames beginning with the character 1 1 Correct
Filters, the filter Asyn* would Choice characte, 1 All five character "Asyn".
search for: tagnames that begin w, 2 * can not
be used as a wildcard.
Where do you set NAD? Multiple 0 Special/ Configure../NAD, 1 In the InTouch Application Manager, Node 1 1 Correct
Choice Special/Configure../DDE, 2 In the Properties, App Development property sheet.
InTouch Application Manager, Node,
3 During the InTouch installation.
Which of the following Multiple 0 QuickFunction arguments QuickFunction arguments permanently store their 0 1 Incorrect
describes a difference between Choice permanently stor, 1 QuickFunction values from one script execution to the other,
local variables and arguments may only be used, 2 whereas local variables do not.
QuickFunction arguments:: QuickFunction arguments may be
used in a, 3 QuickFunction
arguments do not consume a
Remote Tagname References Multiple 0 SQL, 1 Only DDE and SuiteLink., DDE/NetDDE/SuiteLink/Message Exchange. 1 1 Correct
uses the following protocol to Choice 2 Only Block DDE, 3
retrieve data:

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 4/15
12/14/2020 View and Edit
DDE/NetDDE/SuiteLink/Message
Exc
Dynamic Reference Addressing True/False 0 True, 1 False True 1 1 Correct
is not valid for remote tagname
references.
If the value of an IO tag Multiple 0 No, the value is sent after the No, the value is sent after the script completes. 1 1 Correct
changes in the middle of a Choice script c, 1 Yes, the value is sent as
condition script, is the new soon as it cha
value immediately sent to the
IO Server?
In Window Maker you create a Multiple 0 None. The script will not validate in While True only. 1 1 Correct
Condition Script with the Choice Wi, 1 While False and On False., 2
Condition: 15 ( the Condition While True and On True., 3 On True
Field holds just the number only., 4 While True only., 5 On False
15). The script calls the only.
LogMessage() function with
different messages for On True,
Wh
A, B, and C are memory Multiple 0 A=0 {because B and C are 0 }, 1 A=1 {because the comparison between B and C 1 1 Correct
discrete tags with the initial Choice A=1 {because the comparison is true}
value of 0. What will be the between B an, 2 A=0 { because the
value of A after running the value of B is passed t, 3 The script
following script: A=B==C; will not validate in WindowMa, 4
Undefined. A will display an empty
strin
Which of the following DIM Multiple 0 a) DIM LocVar1 AS Integer, c) DIM LocVar1 AS Integer; 1 1 Correct
statements are correct? Choice LocVar2 AS REAL;, 1 b) DIM
LocVar1, LocVar2 AS INTEGER;, 2
c) DIM LocVar1 AS Integer;, 3 both a
and c
On Mouse Over is a Multiple 0 when the mouse is turned over., 1 when the mouse is moving over the object. 0 1 Incorrect
Pushbutton Action Script Choice after the mouse pointer is over the
Condition Type that executes: obje, 2 when the mouse is moving
over the object, 3 by hopping from
one monitor to another m
Which statement best Multiple 0 The script will first execute when The script will execute for the first time 1 1 Correct
describes the execution of the Choice the t, 1 The script will execute when approximately 2 seconds after the value of the tag
following Condition script: TAG changes, 2 The script will changes to 26, then it will execute again every 2
TAG25 (While True every execute for the first ti, 3 The script seconds as long as the value of TAG is greater
2000msec) (where TAG is a will execute as soon as the t than 25
memory integer )
The access level for the built-in True/False 0 True, 1 False False 1 1 Correct
Administrator user can be
changed.
The LogOnCurrentUser function True/False 0 True, 1 False False 1 1 Correct
requires WindowViewer to be
run as an application.
Only the InTouch-Based True/False 0 True, 1 False False 1 1 Correct
security mode is compatible
with Network Application
Development
What does LogonCurrentUser Multiple 0 LogonCurrentUser returns -1 and LogonCurrentUser returns 1 and the current 0 1 Incorrect
return if InTouch is configured Choice no chang, 1 LogonCurrentUser Windows user is logged on to InTouch if the same
with ArchestrA security and the returns 0 and no change, 2 user name is configured as an Authorized User in
Galaxy is configured for Galaxy LogonCurrentUser returns -1 and the the Galaxy
security. An operator is oper, 3 LogonCurrentUser returns 1
currently logged in to InTouch. and the curre
Once a user has logged on, Multiple 0 Yes, thats always true, 1 No, that Yes, unless inactivity timeout is configured 1 1 Correct
heshe will always stay on until Choice is always false, 2 Yes, unless
another user logs on OR until inactivity timeout is config, 3 No,
the application shuts down. unless windows (os) security is conf
In a String Input Link, password True/False 0 True, 1 False True 1 1 Correct
encryption can be enabled by
selecting password under the
Echo Charactor option and
then checking the Encrypt
check box.
When using SQL Access, Multiple 0 WhereExpr = MyMsgColumn= WhereExpr = "MyMsgColumn = '"+ MyMsgTag + 1 1 Correct
select the correct Where Choice MyMsgTag;, 1 WhereExpr = "'";
expression to query on a MyMsgColumn= + Text(MyMsgTa, 2
column ( character data type) WhereExpr = MyMsgColumn = +
called MyMsgColumn where MyMsgTag + ;, 3 WhereExpr =
the value equals a tag called MyMsgColumn= MyMsgTag ;
MyMsgTag-- which is a
memory message tag.
What setting controls the Multiple 0 SpecialConfigureWindowViewer - Special\\Configure\\WindowViewer - General Tab - 1 1 Correct
frequency with which System Choice General T, 1 'Update for Time Variables' setting.
Time tags are updated? SpecialConfigureWindowViewer -
General T, 2
SpecialConfigureWindowViewer -
General T, 3 None of the above.
To delete unused tags you Multiple 0 Open the application in Update use counts 1 1 Correct
should first: Choice WindowViewer, 1 Create a new
window, 2 Update use counts, 3

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 5/15
12/14/2020 View and Edit
Define a new access name, 4
Restart the computer
Integer-type tags can only True/False 0 True, 1 False False 1 1 Correct
represent numbers from 0 to
65535 (unsigned) or -32767 to
32768 (signed).
One of the following tags is an Multiple 0 E!1243, 1 Valve?, 2 H45?20, 3 125E6 1 1 Correct
invalid tag name. Choice 125E6, 4 M125E4, 5 T58!?X, 6
VVALVE45
Alarm Groups do not count as True/False 0 True, 1 False True 1 1 Correct
tagnames with InTouch
licensing.
If you sort the information on Multiple 0 Seperator will be at the beginning Seperator will be removed. 1 1 Correct
the watch window what Choice of th, 1 Seperator will be removed., 2
happens to the separator? Seperator will be at the end of the
list, 3 Seperator will be right in
between the l
Can you add a separator to the Yes/No 0 Yes, 1 No Yes 1 1 Correct
watch window in the Tag
Viewer?
Which InTouch Script Function Multiple 0 TseGetClientNodeName(), 1 TseGetClientId() 1 1 Correct
returns the IP Address of the Choice TseGetClientIP(), 2 TseGetClientId(),
client if View is running on a 3 TseQueryRunningOnClient(), 4
Terminal Server Client? TseQueryIPOnClient()
With the latest InTouch version True/False 0 True, 1 False True 1 1 Correct
can you configure caching for
ArchestrA Graphics?
The InTouch windows and True/False 0 True, 1 False True 1 1 Correct
ArchestrA Graphics share the
in-memory cache?
Mouse wheel can be used to True/False 0 True, 1 False True 1 1 Correct
change the zoom level in
runtime.
WindowViewer does not appear True/False 0 True, 1 False True 1 1 Correct
under Administrative Tools -
Services unless it has been
configured to start as a service.
Thumbnail previews can be Multiple 0 a. Project View, 1 b. Classic View, c. Both 1 1 Correct
seen in: Choice 2 c. Both
Where is the setting to Multiple 0 a. In the InTouch installation c. In the 0 1 InCorrect
configure WindowViewer to Choice wizard, 1 b. In the InTouch WindowMaker\\Special\\Configure\\WindowViewer
start as a service ? Application ManagerToo, 2 c. In the Properties
WindowMakerSpecialConfigureWin,
3 d. In the WindowViewerSpecial
menu
Your Application Template may Multiple 0 a. the application thumbnail d. All of the above 1 1 Correct
show up in the Application Choice filename is, 1 b. the image file could
Template Browser with a blank not be extracted, 2 c. the thumbnail
image because file was created with a, 3 d. All of the
above
When creating an InTouch True/False 0 True, 1 False False 1 1 Correct
application the target resolution
is limited to pre-defined
resolutions
In which file can you manually Multiple 0 a. WIN.INI, 1 b. INTOUCH.INI, 2 c. b. INTOUCH.INI 1 1 Correct
configure the application target Choice View.ini, 3 d. None of the above
resolution
The application target Multiple 0 a. in an application that has Lock c. while the application is open in WindowViewer 1 1 Correct
resolution cannot be configured Choice Windo, 1 b. while the application is
(is disabled) open in Wind, 2 c. while the
application is open in Wind, 3 d. All
of the above
An InTouch application created Multiple 0 a. AppWidth=1024, c. ViewPortX=1024, ViewPortY=768 1 1 Correct
with a target resolution of Choice AppHeight=768, 1 b.
1024x768, corresponds to TargetWidth=1024,
which INTOUCH.INI settings TargetHeight=768, 2 c.
ViewPortX=1024, ViewPortY=768, 3
d. WinWidth=1024, WinHeight=768
An unassociated item in a True/False 0 True, 1 False False 1 1 Correct
template is not propogated to
derived objects.
When you override a Symbol True/False 0 True, 1 False True 1 1 Correct
Wizard setting, the only way to
make the setting visible again
is to remove the override.
The count for trimmable items True/False 0 True, 1 False True 1 1 Correct
is reset to 0 in derived
templates
Which of the following does not Multiple 0 a. Attribute, 1 b. Symbol, 2 c. a. Attribute 0 1 Incorrect
have Trim check box checked Choice Script
by default when associated
with a Choice or Option?

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 6/15
12/14/2020 View and Edit
Starting with InTouch 2017, True/False 0 True, 1 False False 0 1 InCorrect
while in the script editor, you
can selectively undo a history
of changes to your script.
You can accept an InTouch True/False 0 True, 1 False True 1 1 Correct
Script Editor Autocomplete
suggestion by double-clicking
the item.
Which of the following is not Multiple 0 A. The currently consumed license C. The currently consumed license in 1 1
true? Choice in WindowViewe, 1 B. The currently WindowViewer is found in Configurator
consumed license in WindowMaker,
2 C. The currently consumed license
in WindowViewe
The InTouchView Application True/False 0 True, 1 False True 1 1
setting in SpecialApplication
Type allows choosing between
Galaxy and InTouch Tag Server
as a data source.
For customization purposes, Multiple 0 A. C:Program Files C. C\:\\Program Files (x86)\\Wonderware\\InTouch 1 1
the ITAA Logo and related Choice (x86)WonderwareInTouch Access, 1 Access Anywhere
images are stored under: B. C:Program Files Server\\WebServer\\AccessAnywhere\\resources
(x86)WonderwareInTouch Access, 2
C. C:Program Files
(x86)WonderwareInTouch Access
In order for the Fit to Browser True/False 0 True, 1 False True 1 1
display option to work
correctly, Dynamic Resolution
Conversion must be enabled on
the host computer running
WindowViewer
The InTouch Access Anywhere True/False 0 True, 1 False True 1 1
Server runs as a service and
can be started and stopped
from the Windows Services
Manager or from the InTouch
Access Anywhere
Configuration tool.
If you change the size of your Multiple 0 A. No. The InTouchApplication A. No. The InTouchApplication changes size to fit 0 1
web browser window during an Choice changes size to fi, 1 B. Yes. The the browser
InTouch Access Anywhere user needs to disconnect and re-logi
session, the size of the
InTouch application window
remains the same as its initial
size.
ITAA is assigned a port number True/False 0 True, 1 False False 1 1
on installation which can not be
changed later
The InTouch Secure Gateway Multiple 0 A. 443, 1 B. 1743, 2 C. 80, 3 D. A. 443 1 1
listens on port: Choice 8080
By default, the InTouch Access Multiple 0 A. 443, 1 B. 1743, 2 C.80, 3 D.8080 1 1
Anywhere server listens on port Choice D.8080
InTouch Access Anywhere True/False 0 True, 1 False True 1 1
enables you to view and control
an InTouch application through
a secure web browser.
Using the Prompt to Notify True/False 0 True, 1 False True 1 1
Clients on Close option will
open a dialog box every time
WindowMaker is closed if
changes were made to the
application, but Notify Clients
was not done.
Which of the following options Multiple 0 A. Local, Tenant, User Specific, 1 D. Global, Tenant, User Specific 1 1
indicate the three types of Choice B. Global, Local, User Specific, 2 C.
Stores available in AVEVA Global, Tenant, Local, 3 D. Global,
Connect? Tenant, User Specific
Which of the following choices Multiple 0 A. Rename, Duplicate, Delete, 1 B. A. Rename, Duplicate, Delete 1 1
contains an accurate list of Choice Export, Open, Duplicate, 2 C. Set
operations that are allowed to Web Client Home Symbol, Update
be performed on Industrial Thumbnail,, 3 D. Open Read-Only,
Graphics stored in AVEVA Duplicate, Export
Connect?
The Aveva Insight Publisher is True/False 0 True, 1 False True 1 1
available in the Tools pane in
WindowMaker, which will allow
publishing of applications to the
Insight website.
Standalone InTouch True/False 0 True, 1 False True 1 1
applications now support
Industrial Graphics (formerly
Archestra Graphics).
Which InTouch Alarm Controls Multiple 0 a. Alarm DB View Control, 1 b. c. All of the above 1 1
support Windows Choice Alarm Pareto Control, 2 c. All of the
Authentication in addition to above, 3 d. None of the above
SQL Server authentication.
https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 7/15
12/14/2020 View and Edit

The cross reference dialog box True/False 0 True, 1 False False 1 1


does not allow you to use other
functionalities of InTouch
WindowMaker while the cross
reference dialog box is open.
The standard InTouch Cross Multiple 0 a. Custom property with reference e. All of the above can be used. 1 1
Reference utility has been Choice to an InTouch , 1 b. Animation with
significantly enhanced to direct reference to an InTouch, 2 c.
include ArchestrA symbols in Client script with direct reference to
an applications standard an InT, 3 d. Embedded symbols
InTouch tag cross reference reference to an InTouch tag, 4 e. All
list. A cross reference search of the above can be used.
for ...
Which of the following browsers Multiple 0 A. Google Chrome, 1 B. Firefox, 2 B. Firefox 1 1
is not on the InTouch Web Choice C. Microsoft Edge, 3 D. Apple Safari
Clients supported browsers list
as of the SP2020 release?
For the Windows Common True/False 0 True, 1 False False 0 1
Controls, only values submitted
immediately are supported in
the Web Client.
The Web Alarm Client (EAC) Multiple 0 A. HideUnhide of a column, 1 B. B. Sorting by column 0 1
supports which of the following Choice Sorting by column, 2 C. Column
features resizing, 3 D. All of the above
If the InTouch Web Server is Yes/No 0 Yes, 1 No Yes 0 1
unlicensed, but the session is
running in Single Session
Mode, can the InTouch Web
Client session still write to data
and acknowledge alarms?
The InTouch Web Client Mobile True/False 0 True, 1 False True 1 1
Application targeted Android
Version is 9.0 (Pie).
The proper display of InTouch True/False 0 True, 1 False True 1 1
Web Client graphics is
dependent upon the InTouch
Web Service running as well.
The Pan and Zoom gestures True/False 0 True, 1 False True 1 1
can be used to view larger
graphics on an InTouch Web
Client mobile device.
To access the Write and Alarm True/False 0 True, 1 False False 0 1
Ack capability the InTouch
Web Server must acquire the
Unlimited ReadWrite License
and the user logged into the
InTouch Web Client session
must be a member of the
aaIn...

Topics
Topic Name Topic description

CSP\InTouch CSP\InTouch 11.1


CSP 160308\Alarm Purge Archive Alarm Purge Archive Utility
Utility
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 AlarmDatabaseLogger


CSP 160308\AlarmDatabaseLogger
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Alarmprint


CSP 160308\Alarmprint
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Alarms


CSP 160308\Alarms
Comparison %
Score 57%
Benchmark 50%

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 8/15
12/14/2020 View and Edit

CSP\InTouch CSP\InTouch 11.1 AlarmViewerCtrl


CSP 160308\AlarmViewerCtrl
Comparison %
Score 67%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Cross Reference


CSP 160308\Cross Reference
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 DOT


CSP 160308\DOT
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Functions


CSP 160308\Functions
Comparison %
Score 75%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 History


CSP 160308\History
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Hot backup


CSP 160308\Hot backup
Comparison %
Score 50%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1


CSP 160308\Installation and Installation and Upgrade
Upgrade
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 IO


CSP 160308\IO
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Language Switching


CSP 160308\Language Switching
Comparison %
Score 50%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1


CSP 160308\Managing Apps and Managing Apps and Symbols
Symbols
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Misc


CSP 160308\Misc
Comparison %
Score 100%
Benchmark 50%

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 9/15
12/14/2020 View and Edit
CSP\InTouch CSP\InTouch 11.1 Misc WindowMaker
CSP 160308\Misc WindowMaker
Comparison %
Score 71%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 NAD


CSP 160308\NAD
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 QF


CSP 160308\QF
Comparison %
Score 0%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 RTR


CSP 160308\RTR
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Scripts


CSP 160308\Scripts
Comparison %
Score 83%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Security


CSP 160308\Security
Comparison %
Score 83%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 SQL


CSP 160308\SQL
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Systemtags


CSP 160308\Systemtags
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Tags


CSP 160308\Tags
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 TagViewer


CSP 160308\TagViewer
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 11.1 Terminal Services


CSP 160308\Terminal Services
Comparison %
Score 100%
Benchmark 50%

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa5… 10/15
12/14/2020 View and Edit
CSP\InTouch CSP\InTouch 11.1
CSP 160308\Windows Memory Windows Memory Caching
Caching
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 2017


Delta CSP\Frame Windows
Comparison %
Score 75%
Benchmark 50%

CSP\InTouch CSP\InTouch 2017


Delta CSP\Misc
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 2017


Delta CSP\Object Wizards
Comparison %
Score 75%
Benchmark 50%

CSP\InTouch CSP\InTouch 2017


Delta CSP\Scripts
Comparison %
Score 50%
Benchmark 50%

CSP\InTouch CSP\InTouch 2020


CSP\InTouch Licensing
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 2020


CSP\ITAA
Comparison %
Score 88%
Benchmark 50%

CSP\InTouch CSP\InTouch 2020


CSP\New Since 2017
Comparison %
Score 100%
Benchmark 50%

CSP\InTouch CSP\InTouch 2020


CSP\Web Client
Comparison %
Score 50%
Benchmark 50%

Assessment total
Comparison %
Score 83%
Benchmark 50%

Comparisons
Description Comparison name
Number of results in comparison set: 149

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa50… 11/15
12/14/2020 View and Edit
CSP\InTouch CSP\InTouch 11.1 CSP 160308\Alarm Purge Archive Utility
Comparison % #
Participant 100% 1/1
Min score 0% 0/1
Avg score 76% 0.76/1
Max score 100% 1/1

CSP\InTouch CSP\InTouch 11.1 CSP 160308\AlarmDatabaseLogger


Comparison % #
Participant 100% 2/2
Min score 0% 0/2
Avg score 80% 1.59/2
Max score 100% 2/2

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Alarmprint


Comparison % #
Participant 100% 2/2
Min score 0% 0/2
Avg score 73% 1.46/2
Max score 100% 2/2

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Alarms


Comparison % #
Participant 57% 4/7
Min score 0% 0/7
Avg score 68% 4.79/7
Max score 100% 7/7

CSP\InTouch CSP\InTouch 11.1 CSP 160308\AlarmViewerCtrl


Comparison % #
Participant 67% 2/3
Min score 0% 0/3
Avg score 82% 2.45/3
Max score 100% 3/3

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Cross Reference


Comparison % #
Participant 100% 1/1
Min score 0% 0/1
Avg score 89% 0.89/1
Max score 100% 1/1

CSP\InTouch CSP\InTouch 11.1 CSP 160308\DOT


Comparison % #
Participant 100% 1/1
Min score 0% 0/1
Avg score 73% 0.73/1
Max score 100% 1/1

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Functions


Comparison % #
Participant 75% 3/4
Min score 0% 0/4
Avg score 81% 3.22/4
Max score 100% 4/4

CSP\InTouch CSP\InTouch 11.1 CSP 160308\History


Comparison % #
Participant 100% 5/5
Min score 0% 0/5
Avg score 74% 3.68/5
Max score 100% 5/5

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Hot backup


Comparison % #
Participant 50% 1/2
Min score 0% 0/2
Avg score 59% 1.19/2
Max score 100% 2/2

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa5… 12/15
12/14/2020 View and Edit

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Installation and Upgrade


Comparison % #
Participant 100% 1/1
Min score 0% 0/1
Avg score 64% 0.64/1
Max score 100% 1/1

CSP\InTouch CSP\InTouch 11.1 CSP 160308\IO


Comparison % #
Participant 100% 2/2
Min score 0% 0/2
Avg score 76% 1.52/2
Max score 100% 2/2

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Language Switching


Comparison % #
Participant 50% 1/2
Min score 0% 0/2
Avg score 67% 1.35/2
Max score 100% 2/2

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Managing Apps and Symbols


Comparison % #
Participant 100% 4/4
Min score 0% 0/4
Avg score 81% 3.26/4
Max score 100% 4/4

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Misc


Comparison % #
Participant 100% 8/8
Min score 0% 0/8
Avg score 75% 5.99/8
Max score 100% 8/8

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Misc WindowMaker


Comparison % #
Participant 71% 5/7
Min score 0% 0/7
Avg score 71% 4.98/7
Max score 100% 7/7

CSP\InTouch CSP\InTouch 11.1 CSP 160308\NAD


Comparison % #
Participant 100% 1/1
Min score 0% 0/1
Avg score 74% 0.74/1
Max score 100% 1/1

CSP\InTouch CSP\InTouch 11.1 CSP 160308\QF


Comparison % #
Participant 0% 0/1
Min score 0% 0/1
Avg score 58% 0.58/1
Max score 100% 1/1

CSP\InTouch CSP\InTouch 11.1 CSP 160308\RTR


Comparison % #
Participant 100% 2/2
Min score 0% 0/2
Avg score 66% 1.33/2
Max score 100% 2/2

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa5… 13/15
12/14/2020 View and Edit
CSP\InTouch CSP\InTouch 11.1 CSP 160308\Scripts
Comparison % #
Participant 83% 5/6
Min score 0% 0/6
Avg score 75% 4.48/6
Max score 100% 6/6

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Security


Comparison % #
Participant 83% 5/6
Min score 0% 0/6
Avg score 74% 4.44/6
Max score 100% 6/6

CSP\InTouch CSP\InTouch 11.1 CSP 160308\SQL


Comparison % #
Participant 100% 1/1
Min score 0% 0/1
Avg score 54% 0.54/1
Max score 100% 1/1

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Systemtags


Comparison % #
Participant 100% 1/1
Min score 0% 0/1
Avg score 81% 0.81/1
Max score 100% 1/1

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Tags


Comparison % #
Participant 100% 4/4
Min score 0% 0/4
Avg score 80% 3.19/4
Max score 100% 4/4

CSP\InTouch CSP\InTouch 11.1 CSP 160308\TagViewer


Comparison % #
Participant 100% 2/2
Min score 0% 0/2
Avg score 74% 1.48/2
Max score 100% 2/2

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Terminal Services


Comparison % #
Participant 100% 1/1
Min score 0% 0/1
Avg score 77% 0.77/1
Max score 100% 1/1

CSP\InTouch CSP\InTouch 11.1 CSP 160308\Windows Memory Caching


Comparison % #
Participant 100% 2/2
Min score 0% 0/2
Avg score 79% 1.57/2
Max score 100% 2/2

CSP\InTouch CSP\InTouch 2017 Delta CSP\Frame Windows


Comparison % #
Participant 75% 3/4
Min score 0% 0/4
Avg score 66% 2.63/4
Max score 100% 4/4

CSP\InTouch CSP\InTouch 2017 Delta CSP\Misc


Comparison % #
Participant 100% 5/5
Min score 0% 0/5
Avg score 59% 2.97/5
Max score 100% 5/5

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa5… 14/15
12/14/2020 View and Edit

CSP\InTouch CSP\InTouch 2017 Delta CSP\Object Wizards


Comparison % #
Participant 75% 3/4
Min score 0% 0/4
Avg score 52% 2.09/4
Max score 100% 4/4

CSP\InTouch CSP\InTouch 2017 Delta CSP\Scripts


Comparison % #
Participant 50% 1/2
Min score 0% 0/2
Avg score 78% 1.55/2
Max score 100% 2/2

CSP\InTouch CSP\InTouch 2020 CSP\InTouch Licensing


Comparison % #
Participant 100% 2/2
Min score 0% 0/2
Avg score 61% 1.23/2
Max score 100% 2/2

CSP\InTouch CSP\InTouch 2020 CSP\ITAA


Comparison % #
Participant 88% 7/8
Min score 0% 0/8
Avg score 82% 6.57/8
Max score 100% 8/8

CSP\InTouch CSP\InTouch 2020 CSP\New Since 2017


Comparison % #
Participant 100% 8/8
Min score 0% 0/8
Avg score 74% 5.89/8
Max score 100% 8/8

CSP\InTouch CSP\InTouch 2020 CSP\Web Client


Comparison % #
Participant 50% 4/8
Min score 0% 0/8
Avg score 57% 4.58/8
Max score 100% 8/8

Assessment total
Comparison % #
Participant 83% 100/120
Min score 0% 0/120
Avg score 72% 85.92/120
Max score 98% 117/120

https://ondemand.questionmark.com/em/modules/ERC/CRPreview.aspx?From=ASP&ResultID=1172675968&TemplateID=1&da=2&digest=7ef85d3affa5… 15/15

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy