Inductive University: Ignition Training
what is the symbol that allows you to easily return all columns in a SELECT statement?
*
when in the designer, double clicking on a component ______
"deep selects" the component
the _______ Transform allows you to define one or more input values, and assign them to output values
Map
Is it possible to connect to a Allen-Bradley PLC5 through Serial?
No
the "style" property on a component can be found under which component category?
PROPS
when configuring security level rules, which items can not have custom logic applied to them?
authenticated and public
the functions available under the "system" package are:
ignition scripting API
which of the following are selectable for the label style property in a pie chart?
outset and simple
timer tasks that run quickly should use _____ threading
shared
you can. hold down the _____ key while using the arrows to Resize a component
shift
which of the following is not a valid drawing tool?
star
if "tf" is a reference to a text field component, which of the following would successfully get the current text value of that text field?
tf.getproperty('text')
which of the following statements about events and actions is true?
the actions configured on an event are run one after another
which statement regarding tag scaling is true?
the formula used for tag scaling depends on the scale mode property
the date format property is found in which object on a timeseries chart?
the properties tab
which of the following statements about the tag history splitter is true?
the tag history splitter stores the same history data to two other history providers
which of the following events cannot be caught by a tag event script?
the tag is set to disabled
Ignition can connect to any OPC-UA server
true
an smtp server is required to send out email notifications for alarming?
true
any chsnge made to the master template will automatically reflect on any template instance?
true
any view in perspective can be called as a popup?
true
by default, the flow of sara on a property binding is unidirectional, meaning it flows in one direction
true
client tags do not have a tag group?
true
configuring an alarm in the UDT definition will automatically propagate to each UDT instance?
true
data source parameters can reference to each other, but only the ones above them in the parameters list?
true
designer panes can be moved out of the designer onto an additional monitor?
true
diagnostic information on a tag is accessible from the tag editor?
true
selecting different objects in the project browser will change the designer layout?
true
shared settings allows you to configure docks that are applied to all pages in the project?
true
should you need to change the style class on a component from the session, a binding is generally the recommended approach?
true
system.date functions offer ways of adding or subtracting time from date variables
true
when a clients width or height is smaller than the projects minimum size, scroll bard are created?
true
when grouping by dataset on a table, header and summary rows can be added to each group?
true
you have a SQL query that is dependent on a property value from the window and you are using the "Polling Off" mode. The SQL query will run ________
when the window opens and when the property value changes
when configuring a security zone, which of the dolliwing can be used in the IP address identifier?
wildcard character eg'*', and numeric range: eg., 0-50
what happens when a "swap" window method is called, swapping from A to B?
window B is set to the dame size/maximized state as window A, window B is opened, and window A is closed
when applying multiplsle styles to a single component, how are the styles delimited?
with a space
when binding a scalar property to a SQL query. what is used in the UPDATE query as the placeholder for the value a user enters in that will get written to the database?
{this}
when initially creating a radio group component, how many radio buttons appear in the component?
1
using the arrow keys, components move by ______ pixels at a time and ______ pixels when holding down the ALT key
1,10
the steps below describe how to process barcode data in perspective. place steps in correct order
1. runthe scan barcode action 2. use the phones camera to take a picture of the barcode 3. process using the onBarcodeDataReceived session event
if a timer script is configured at a fixed rate of 5000 ms takes 25p ms to finish executing, what is the tine between execution finishing and starting again? ( in milliseconds)
4750
what is the default OPC-UA port for Kepware?
49320
what is the default value flr the project's base polling rate (relative polling mode)?
5 seconds
what is the default TCP port for modbus?
502
which of the following settings would you use when configuring a schedule from 7am to 6pm with a lunch from 12pm to 1pm?
7:00-12:00,13:00-18:00
assuming a parameter named "level", which of the following would we uemse if we were trying to pass a parameter into the page URL?
:level
which of the following expressions multiplies the "quantity" key by the "price" key?
@quantity*price@
a tag in a leased tag group will use the leased rate when viewed from which of the following?
A bound component on a vision client, a bound component in a perspective view in the designer, and any other bound component
when importing tags from a file, what is the default collision policy
Abort
which of the following is not a valid image type in Ignition?
BMP
when working with UDTs, you must first create a __________, and then you can create instances of the UDT
Definition
which od the following modus addresses would I use to read holding register 2 as a 16bit BCD value
HRBCD2
which of the following modbus addresses would I use to read 2 consecutive holding registers with float conversation starting at modus address 2?
HRF2
select all the valid fule types for a tag export
JSON and XML
If you needed to create a tag that represented values that are cutlrrently stored in an SQL database, which tag is ideal to use?
Query
transaction groups are provided by the.....
SQL Bridge module
which type of data source has the query builder tool?
SQL query
which of the following is not stored in the database using an alarm journal profile
Tag metadata
Does the ControlLogix driver in Ignition supports browing?
True
SQLite Database Connections in Ignition don't require any separate software installations
True
which command allows you to change the value of existing values in a database table?
UPDATE
what command is used to filter the results of a query
WHERE
which chart is best suited to show a scatter plot in a report?
XY chart
in a map transform, when using the numeric range input type, which of the following is an acceptable format?
[Min,Max]
most import and export formats use:
a file per language
what is a session prop?
a property that's available to all objects in a single session
all session event scripts have access to:
a session object containing details about the session
when using a standard group, I'd you wanted the group to update the value jn a certain row instead or insert g a new row, you would set the "update/select" option. this option I'd located under which tab?
action
suppose you have a button component, and you want a script to run when the button is pressed. which of the following event handlers would be most suitable?
actionperformed
you can hold down the _____ key while dragging your mouse to select components in the path that you draw
alt
you have to hold down the ______ key to move a container around the window
alt
which layout mode allows a component to Resize only in width?
anchored-top,left,right
in a perspective session, clicking on the "^" character in the lower corner opens the _______
app bar
expression bindings can use ________
bitwise operations, mathematical operations, tags, logical operations, and functions
when attempting to store bulk data from the plc in a database table, which type of group offers the best performance?
block group
what color do custom properties show up in?
blue
in the component property editor, a bold property name indicates that the property is _______
bound
the breakpoint container has just two children configurations, small and large, which the container switches between when resized
breakpoint
if your component doesn't have a suitable driving property for styles you_______
can add cla custom property
which property determines the distance between categories on a bar chart?
category margin
the first thing you should do in a propertychange event script is
check the name of the property that changed
the first thing you should do in a propertychange event script is:
check the name of the property that changed
an alarm can be in which of the following states?
cleared/active | acknowledged/unacknowledged
when using dataset grouping, if I wanted to group data by column 1 first, and column 2 second, which group should be on top?
column 1
regarding the elements of a perspective view, which element is the smallest?
component
which of the following would successfully reference a component named "A" if "container' is a reference to a vision container?
container.getComponent("A")
which of the following would successfully reference component named "A" if "constiner" is a reference to a vision container?
container.getComponent("A")
the "props" category of properties do which of the following?
controls how a component appears or behaves in a session
the ____ container, the most simplistic container, allows components to be configured with an x or y coordinate
coordinate
which table component would be best suited to visualize a dataset by groupings between two keys?
crosstab table
you can hold down the _____ key and click to select multiple components on the window using your mouse
ctrl
you can hold down the ______ key and click to select multiple components on the window using your mouse
ctrl
whe. using a format transform that is configured for a numeric type, which of the following options appear under the "format" dropdown?
currency, pattern, and percent
in the onNdefDataReceived event handler, which parameter would contain information from the NFC scan?
data
you can only bind _______ properties to the tag history binding type
dataset
which type of grouping allows you to group fats on a specific column?
dataset grouping
which of the following are valid project permissions?
delete, view, protect resources, and save
whe. cresting a report, components are placed from which tab?
design
when working with rows on a table component, there are three types of rows.
details, summary, and header
which shape geometry function would you use to cut out one shape from another?
difference
whe. configuring a tag binding, what does the "direct" model mean?
directly poll the value of the tag in the tag in the tag provider
you can .ale a docked view hide automatically when the session is narrow by setting the ______ property ondemand
display
when you drag a tag onto the root container of the window, Ignition will ________
display a list of components to create
which property of the alarm journal component would you use to filter alarms based on their display path?
display path filter
which of the following window types would you use to get a window to stick yo the bottom of the client?
docked window
the _____ behavior property in the popup action allows you to control whether or not a user can drag a popup view in a session
draggable
you can import an svg onto a perspective view by.....
dragging the SVG file onto the view in the designer
in order to drag and drop a tag onto a window to create a template, one of the template's parameters must be set as a ________ and have a matching datatype to the tag
drop target
when using the MULTI-Instance Wizard, the "Pattern" column can generate values in the following ways
e
the embedded view component is located under which component category in the component pallet?
embedding
when drawing a line using the line tool, pressing ______ will comolete the line after 2 or more points are created.
enter
which of the following is not a key made available by an alarm journal query data source?
evennotificationcleared
if an expression tag "A" is referencing the value of tag "B", and you wanted A to update whenever B updates, which execution mode would you use?
event driven
using the client's "shutdown-intercept" event, a script can prevent the client from shutting down using:
event.cancel =1
from a component's event script, which of these will reference the container the component is in?
event.source.parent
if a group is set to run at 10 seconds, and has a reference to a tag that is executed in a 1 second tag group, the alarm on the tagcwill be evaluated:
every 1 second
if you wanted to show the value of a tag on a component l, but needed to perform some calculation before hand, the _________ type of binding is generally the most useful
expression
when configuring user attributed mapping entries on an identity provider, you must select a type for each entry. which of the following are valid types that appear in the drop down menu?
expression and direct
isn't tags can be which of the following types?
expression and query
if expression tag "A" was polling a value from a PLC, and you needed Tag "B" to run a calculation using the value of A, what type of Tage would B be?
expression tag
Components can not be configured with multiple style classes?
false
Modus driver in Ignition supports browsing?
false
SVGs or vector graphics cannot be manipulated on the screen?
false
a group set to one hour timer rate will run every hour, on the hour?
false
a leased tag group I'd run at a different rate based on a trigger?
false
a main window cannot be converted to a pop-up window or a docked window later on?
false
a scheduled report can only have a single scheduled execution confugured?
false
after retracing quarantined queries, any quirkiness that fail again will be dropped from the store and forward system?
false
all components have the same set of properties?
false
all tags have the same properties?
false
an email alarm notification profile must be configured before an email action can run?
false
both data sources and parameters are exposed as report parameters on the report viewer component?
false
by default, views configured in an embedded view component use the height and width of the original view?
false
calculated keys (such as @total.KeyName@) can only be places in header columns if a crosstab table?
false
deleting or moving a tag that is used in binding will automatically update the reference in each binding?
false
each binding function in the function binding type has the dame set of parameters?
false
email notification profiles will automatically store information to the audit profile that is attached to their project?
false
event objects all contain the same properties?
false
every view in a single project must have a unique name?
false
for a given gateway, only one designer launcher can be open at a time?
false
from a component event script, you can only reference components within that same window
false
generally, dragging an entire device folder into the tag browser is the best approach to adding tags into the tag provider?
false
if ignition loses connection to a device, any tags driven from that device will stop updating, but will not otherwise indicate something Is wrong?
false
if you write a timer script that causes an error, you run the risk of filling up the logs with error messages?
false
in order for a label to be translated, a translation must be created specifically on that components text property?
false
in order to log to a database table, the table must first be defined in the database?
false
inherited recourse can be edited from the inheriting project?
false
it is important to stop a group before editing it?
false
it is not possible to pass a parameter to a named query binding?
false
launching a perspective session requires downloading the perspective session launcher?
false
message handlers are only useful for sending messages to clients?
false
new installations of ignition automatically generate security certificates that are signed by a recognized certificate authority?
false
other OPC-UA servers cannot connect to Ignition's OPC-UA module
false
pages are listed under the "views" folder in the project browser?
false
pop-up windows are always on top of main screens?
false
property change scripts can be configured only on certain properties?
false
query bindings in perspective allow you to write your own query on the binding, as well as use a named query?
false
quotes are required around strings in a static CSV?
false
scheduled reports can only utilize a single action?
false
selecting components by drawing a box with your mouse from the bottom right to the top left will only select the component if the entire component Is covered?
false
setting the ient update mode to push will effect immediately in the client?
false
tag references can only be used as triggers, and cannot he mapped to the database?
false
tags will enter every alarm notification pipeline that exists in the ignition gateway?
false
the 'static CSV' data source type allows ignition to automatically fetch CSV data from a shared drive?
false
the 7.8 reporting module is not backwards compatible with previous versions of the module?
false
the alarm journal component will automatically update and pill the database for jew alarms?
false
the batch accelerometer action mode returns a single point of data to the onAccelerometerDataReceived session event handler
false
the creat table query syntaxes will always look the same?
false
the dimensions of a view that has been docked are determined mostly by the size of the view?
false
the ignition perspective app is tied to a specific gateway?
false
the layer property of the window governs the z-order of windows and the lower the number the more on top it will be?
false
the navigation action can be used.to open popup and docked views?
false
the order of parameters and data sources is purely for organizational purposed, and has no functional implications?
false
the units of an hour meter must be the same as that of the group update rate?
false
the value of client Tage is shared across all running clients?
false
the vision client launcher is tied to a single gateway, and can only launch vision clients from that gateway?
false
there Is only one component traversal path that will reference a given component?
false
thr tag history binding type cannot automatically poll for new data?
false
unauthenticated users can not be granted a security level?
false
when a trigger is not defined, triggered expression items never execute
false
when adding multiple transforms to a binding, the position of the transforms does not matter?
false
when configuring view permissions, the default settings require that users must match any of the required security levels?
false
when setting a tag to be "read only" through the tag editor's "security" settings, writes originating from the designer are still allowed to write to the tag?
false
when updating data in a table, a where clause us always required?
false
when using a named query data source, the query can be directly modified from the data tabs interface?
false
you can only acknowledge one alarm st a time On the alarm status component?
false
you can only enable the UPDATE query on dataset properties?
false
you can only group vector graphics together on a window?
false
you can only have one window set to open on startup?
false
you can only pass a single parameter into a pop-up window?
false
you cannot import/export modus address mappings to/from CSV
false
you need to configure a client tag change script per tag you want to monitor?
false
a python list can contain either integers or strings but not both?
fas lse
which property would you modify to change the interior color of the shape?
fill paint
to filter the alarm journal component on the alarms associated data you must configure a script on which extension function?
filteralarm
using the eyedropper tool, a right click will set the selected component's _______ color
foreground/stroke
translations on components are generally stored:
globally
when a component is placed inside if a flex container, if you don't want the component to increase in size as the container becomes larger, then you set the _____ property to 0
grow
on a tag history binding, the time range dripdown has which od the following options?
historical and realtime
the most straightforward way to log historical data is with the
historical group
the following item mode can be used to accumulate time while a condition Is true:
hour meter
suppose you are trying to determine whether a value is greater than 5. place the following lines of code in the correct order to accomplish this.
if value > 5 print("greater than 5!") else: print("not greater than 5")
when configuring security level rules, the rules are defined using which language?
ignition expression language
transaction groups execute.....
in the gateway
if I wanted project B to inherit from project A, which property on A do I need to enable?
inheritable
what is the command to add new records to a table?
insert into
which of the following parameter datatype makes the most silence for a template using indirect tag bindings?
integer parameter
the format of the Microsoft SQL Server connect URL is:
jbdc:sqlserver://host\instanceName[:port]
which of the following statements about launching perspective sessions is true?
launching a perspective session can be done from a book.ark in a web browser
when using translations in perspective, the language is controlled by the ______ property
locale
which of the following can be modified in a client login screen?
login button text, welcome mesage, username text, and welcome image!
if a window has a docked position set to floating and start maximized property checked, what kind of window is it?
main window
which of the following lines is valid python syntaxes for declaring a variable
myVar=5
which of the following can cause a quality overlay on a tag?
network disconnection, tag configuration issue, and faulted database connection
navigation actions can be used to navigate to a
new main view in the project, new page in the project, and a URL inside or outside the project
how many parameters are allowed in a SQL query data source?
no limit
which of the following is a valid paint type of a shape?
no paint, linear gradient, solid color, and pattern paint
when launching a session, if your prowser shows a message stating "view not found, no view configured for this page," what are some potential reasons?
no primary view or you do have a primary view assigned but you have not saved the project yet
the fallback value will only be returned on a scalar property when ______
no rows are returned
when calling system.report.executeanddistribute(), what is returned by the function?
nothing
under the data tab, there are two main types of data. select the two types below
parameters and data sources
internal user sources have a property that will expire each user's password after a certain number of days. what Is this property?
password max age
when working with the embedded view component, you can determine which view is embedded in the component by setting the ______ property
path
many containers, such as the tab container, normally only contain one child component per configuration. if multiple components need to be placed into such a configuration, then the easiest approach is to __________
place another container into the configuration
when passing parameters to a page, the parameter will be passed to a property on the ________
primary view on the page
where are update notifications enabled in the designer?
project properties
which of the following statements about third party python modules is not true?
python modules must be developed in Ignition in order to be usable
a tags ______ is automatically reflected on components through an overlay
quality
what parameter should you use to dynamically reference cla column or table name in a Named query?
querystring type
when using the multi-instance wizard, the "Pattern" column can generate values in the following ways
range, list, repeat
which layout mode would you typically use for P and ID screens?
relative- maintain aspect ratio
when authenticating against an identity provider, the provider returns a _______ document, which contains information about the user
response
in order to accumulate the total time that a value has been true, even across value changes, the hour meter should be set to:
retentive
the system.nav.openwindow() method takes an optional dictionary argume t in order to pass parameters to the target window. what are the keys of this dictionary?
root container custom properties names
when configuring an event script on a perspective component, which action features a "security settings" button?
script
which tabs in the component scripting window could be used yo configure a script that opened a popup window?
script editor and navigation
when creating an identity provider, you must select a type. which of the following are valid types?
security assertion markup language 2.0, ignition, and openID connect 1.0
suppose you are writing a script action on a perspective conpinent. which of the following are valid examples of component paths?
self.getsibling("Root Label"), self.parent, and self.getChild("Inner Container Label")
regarding g the elements of a perspective view, which element is the largest?
session
which of the following is an advantage of using the perspective app, over launching a session in a web browser?
sessions launched from the perspective app can utilize mobile device hardware, like the accelerometer
in order to reset an event or hour meter from the database, you should:
set thr item to bi-directional, db-wins
in order to use an expression item as a trigger, it must be
set to run-always
which component would be best suited to display a dynamic number of rows AND columns?
simple table
when a component is placed into a breakpoint container, what is the name of the property that allows the component to change between the large and small children?
size
when displaying an image from image management, the _______ property on the image component allows you to paste the path to the image.
source
which property of the alarm journal component would you use to filter alarms based on their tag path?
source filter
which property of the alarm status component would you use to filter alarms based on their tag path?
source filter
which type of group is the only group that features an "output" column on the basic OPC/Group items table?
stored procedure group
which types of objects can be used in the query builder?
stored procedures, views, synonyms, tables
which of the following property datatype can ypu not bind to in a SQL query?
string
which property would you modify to give the shape a dashed outline?
stroke style
which of the following is a type of calculation available on tag calculation queries?
sum
which type of tag automatically returns performance information about the gateway?
system tags
if you needed to show the results from multiple data sources on a single table object, then you could use a
table groups
alarms in Ignition are tied to a specific:
tag
by default, when a query is made against a tag history splitter that should fetch the previous week of data, which database connection is the query run against?
the one specified as "first connection" in the splitters configuration
which chart us best suited to show tag history in a report?
timeseries chart
which of the following is NOT an available row version type?
total
A for loop js useful when a segment kf code shlikd be run multiple times?
true
UDTs are useful when working with repetitive tag structures?
true
a SQL QUERY binding can include values of component properties (within the same window) and tag values inside your query?
true
a driven tag group is a good way of improving network, PLC, and gateway efficiency, by limiting tag executions when you do not need them?
true
a gateway Tag event script has no easy way of reading the value of a property in a vision client?
true
a message can trigger multiple message handlers?
true
a named query must be configured before jt can be used in a Jame query binding?
true
a popul window can be configured to open in the center of the client or at a specific location?
true
a schedule can be configured for repeating or alternating schedules?
true
a session startup script can be used to pass a parameter into the new session?
true
a tag group, generally speaking, is a collection of tags that share the same execution setting?
true
a user must have contact information before a notification message can be sent out?
true
a valueChanfwd tag event script will run whe. the quality of the tag changes
true
alarms with an active pipeline set, will enter that notification pipeline every time the alarmcbecomes active?
true
all event objects have a 'source' property?
true
all resources in a project have access to tags in the tag browser?
true
an OPC data mode setting of "subscribed" is generally more efficient than the "polled" setting?
true
an identity provider is a system that handles user authentication?
true
an indirect tag binding is similar to a normal tag binding, except you can place parameters in the oath to the tag?
true
each alarm journal profile can only log to a single database connection?
true
each axis on the timeseries chart can be positioned on the left oflr right side of the chart?
true
each value in a dataset column has the same type?
true
every alarm in Ignition has an associated priority?
true
every database connection uses the store and forward system?
true
icons on the icon component automatically scale and Resize when the component is resized
true
images are displayed through the image component provided by ignition?
true
in an accelerometer action, a mode of continuous will update the accelerometer session props, rather than triggering a session event handler?
true
in general terms, an action is a components response to an event?
true
in order for the voice notification module to work, a compatible voice module must also be installed?
true
in order to pass a parameter into a window, custom properties must be created on the root container of that window?
true
in the designer's user interface, session props are located on the "root" or "home" of the perspective module
true
in the store and forward system, it is possible to schedule when data gets forwarded to the database?
true
it is possible to add custom properties to ignition tags?
true
it is possible to add new points between two other points when editing a shape using the path tool?
true
it is possible to bind the setpoint or any property of an alarm to a UDT parameter?
true
it is possible to delete multiple records from a database table at once using a single query?
true
it is possible to turn off the quality overlay on a per component basis?
true
multiple roles can be given to a single user?
true
nested queries are run once for each row of the parent query?
true
on a single ignition gateway, each project can use a different authentication profile?
true
on a tag history binding, the start and end date properties allow you to write expressions to determine their values
true
once defined, a named query can be invoked from anywhere in an ignition project that allows for named query bindings?
true
only run-always expression items can be used as a trigger?
true
permissions to certain views in a project can be configured directly on the view?
true
perspective messages are matched with message handlers by message type(name).?
true
scheduled actions for a report can be executed immediately outside of the schedule?
true
sms notification profiles can be two-way enabled allowing users to acknowledge alarms by sending a text message back?
true
svgs can be modified in the designer by modifying g the nodes under the elements property?
true
table groups are containers for multiple table components on the report?
true
tag history can be configured on a tag from the tag editor?
true
tag history data partitioning will break data into separate tables according to time so that one table doesn't grow indefinitely?
true
the "authenticated" security level, as well as levels under authenticated, are only applied to a user when they have authenticated against the identity provider?
true
the "import" keyword can be used to add custom library references into your script?
true
the "script console" is only available from within the designer?
true
the components layout inside of a template is ignored if the template's property "enable layout" us false?
true
the difference between a reference tag and derived tag is that a derived tag has a read expression and write expression property, allowing you to configure an expression on the incoming and outgoing values?
true
the documentation for an extension function is found in the functions docstring?
true
the menu bar In the client can be removed completely?
true
the previousValue and currentValue parameters in a Property change script are qualified values, consisting of a value, quality, and timestamp?
true
the report view component's inReportGenerated() extension function triggers when the report path property is changed?
true
the root container exists inside of every window and cannot he deleted?
true
the source and display path filters kn the alarm journal component supports the wildcard?
true
the store and forward system uses a FIFO(first in, first out) method?
true
touchscreen mode can be activated by the user from the client Login screen?
true
touchscreen mode can be activated in the client using a scripting function?
true
user grants allow you to override the security level system, granting levels as you see fit?
true
users are allowed to have no roles?
true
using the scan barcode action requires use of the ignition perspective app?
true
values on memory tags do not automatically update on their own?
true
when an incoming connection fits the criteria for multiple security zones, the highest ranking policy will be used?
true
when creating a UDT definition, you can define parameters that will be used by the properties of members in the UDT, such as the OPC item path?
true
when using animation on a style class, the animation repeats infinitely by default?
true
when working with UDTs, changes to the definition are automatically applied to instances of the UDT?
true
while yo ropt container is selected in the designer, clicking and dragging on the root container will create a selection box. if you drag the box to the left, it will have a dashed border, which selects all components the box touches?
true
window names must be unique within a given folder?
true
you can insert multiple rows of data at once in a single query?
true
you can open a dynamic set of windows in the client by configuring a client startup script?
true
you can use the system.getroles() function to require multiple roles for a specific action?
true
you should only add users to an on call roster who have contact information specified?
true
it is possible to have multiple windows opened, even if you can't see them, using the open navigation operation?
true!
swapping windows involves closing one window and then opening another window in it'd place?
true!
translations stored in the global translation memory are shared across all projects?
trye
how many parameters can we pass values into on a popup window?
unlimited
the easiest way to synchronize the value on a component property, with the value in another property, is to.....
use a property binding
a user wants to log exactly every 15 minutes, at :00, :15, :30, and :45, they should
use a schedule set to 0-23:59, set to 15 minute rate
if you leave the database connection blank in the SQL query binding, Ignition will ______
use the projects default database connection
when using the numeric entry field component, setting the "mode" property to "protected" means does which of the following?
users have to double click to change the value from perspective session
a script transforms has a built in argument that represents the value that's being provided by the binding. what is that argument called?
value
which of the following statements about Python dictionaries is false?
values in dictionaries cannot be accessed once stored
regarding the elements of a perspective view, which element is considered "flexible"?
view
the "PARAMS" category of properties is located on which object?
view
which of the following can't you do with the alarm status component?
view alarm pipelines
sustem.nav.swapwindow() navigates to a new window in a vision client. based on this information, the function can likely be used in:
vision clients