Class LegacyClientTagUtilities
java.lang.Object
com.inductiveautomation.ignition.common.script.builtin.LegacyTagUtilities
com.inductiveautomation.ignition.client.script.LegacyClientTagUtilities
- Since:
- 8.0
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.script.builtin.LegacyTagUtilities
LEGACY_DEFAULT_TIMEOUT_MILLIS, TAG_PATH
-
Constructor Summary
ConstructorsConstructorDescriptionLegacyClientTagUtilities
(ClientContext context, ClientTagManager tagManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addTagImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) protected BrowseTag[]
browseTagsImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) protected BrowseTag[]
browseTagsSimpleImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) protected void
editAlarmConfigImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) protected void
editTagImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) protected void
editTagsImpl
(org.python.core.PyObject[] pyArgs, String[] keywords) protected TagAlarmDefinition[]
getAlarmStatesImpl
(String tagPath) protected String
protected void
loadFromFileImpl
(String fileAsString, String fileType, String providerName, CollisionPolicy policy) protected QualifiedValue[]
protected void
removeTagsImpl
(List<TagPath> tagPaths) protected void
protected int
writeToTagImpl
(TagPath tagPath, Object value, boolean suppressErrors) protected int[]
writeToTagsImpl
(List<TagPath> tagPaths, List<Object> values, boolean suppressErrors) protected void
writeToTagsSynchronousImpl
(List<TagPath> paths, List<Object> values, int timeoutSecs) protected void
writeToTagSynchronousImpl
(TagPath tagPath, Object value, int timeoutSecs) Methods inherited from class com.inductiveautomation.ignition.common.script.builtin.LegacyTagUtilities
addTag, browseTags, browseTagsSimple, editAlarmConfig, editTag, editTags, getAlarmStates, getAttribute, getTagValue, getTagValues, loadFromFile, lookupLegacyProp, lookupLegacyProp, parseTagPath, read, readAll, removeTag, removeTags, scan, write, writeAll, writeAllSynchronous, writeAllSynchronous, writeSynchronous, writeSynchronous, writeToTag, writeToTag, writeToTags, writeToTagSynchronous, writeToTagSynchronous
-
Constructor Details
-
LegacyClientTagUtilities
-
-
Method Details
-
addTagImpl
- Specified by:
addTagImpl
in classLegacyTagUtilities
- Throws:
Exception
-
editTagImpl
- Specified by:
editTagImpl
in classLegacyTagUtilities
- Throws:
Exception
-
editTagsImpl
- Specified by:
editTagsImpl
in classLegacyTagUtilities
- Throws:
Exception
-
editAlarmConfigImpl
protected void editAlarmConfigImpl(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Specified by:
editAlarmConfigImpl
in classLegacyTagUtilities
- Throws:
Exception
-
browseTagsImpl
protected BrowseTag[] browseTagsImpl(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Specified by:
browseTagsImpl
in classLegacyTagUtilities
- Throws:
Exception
-
browseTagsSimpleImpl
protected BrowseTag[] browseTagsSimpleImpl(org.python.core.PyObject[] pyArgs, String[] keywords) throws Exception - Specified by:
browseTagsSimpleImpl
in classLegacyTagUtilities
- Throws:
Exception
-
getAlarmStatesImpl
- Specified by:
getAlarmStatesImpl
in classLegacyTagUtilities
- Throws:
Exception
-
read
- Specified by:
read
in classLegacyTagUtilities
- Throws:
Exception
-
writeToTagImpl
- Specified by:
writeToTagImpl
in classLegacyTagUtilities
-
writeToTagsImpl
protected int[] writeToTagsImpl(List<TagPath> tagPaths, List<Object> values, boolean suppressErrors) - Specified by:
writeToTagsImpl
in classLegacyTagUtilities
-
writeToTagSynchronousImpl
protected void writeToTagSynchronousImpl(TagPath tagPath, Object value, int timeoutSecs) throws Exception - Specified by:
writeToTagSynchronousImpl
in classLegacyTagUtilities
- Throws:
Exception
-
writeToTagsSynchronousImpl
protected void writeToTagsSynchronousImpl(List<TagPath> paths, List<Object> values, int timeoutSecs) throws Exception - Specified by:
writeToTagsSynchronousImpl
in classLegacyTagUtilities
- Throws:
Exception
-
removeTagsImpl
- Specified by:
removeTagsImpl
in classLegacyTagUtilities
- Throws:
Exception
-
scanImpl
- Specified by:
scanImpl
in classLegacyTagUtilities
- Throws:
Exception
-
getDefaultTagProvider
- Specified by:
getDefaultTagProvider
in classLegacyTagUtilities
-
loadFromFileImpl
protected void loadFromFileImpl(String fileAsString, String fileType, String providerName, CollisionPolicy policy) throws Exception - Specified by:
loadFromFileImpl
in classLegacyTagUtilities
- Throws:
Exception
-