Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
All Manual Versions
Ignition 8.0
Ignition 7.9
Ignition 7.8
Forces execution of a scan class. On a leased scan class, if both the fast and slow rate are set to 0, this will not execute
This scripting function has no Client Permission restrictions.
system.tag.scan(provider, scname)
String provider - The name of the scan class provider. If blank, it will use the default. Required if used in the gateway scope.
String scname - The name of the scan class to execute.
nothing
All
# This code would immediately execute a scan on the scan class named My Slow Scan Class, even though it is only supposed to execute every minute. system.tag.scan("MyProvider", "My Slow Scan Class")