Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
scriptingexamples [2020/05/13 22:58] wikiadmin created |
scriptingexamples [2023/01/14 15:06] (current) wikiadmin |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | JavaScript Examples | + | ===== JavaScript Examples |
- | Many of these examples | + | Many of these code snippets |
+ | |||
+ | [[CreateValueObjectScripts|Creating ValueObjects in Scripts]] | ||
+ | Scripts to create various types of ValueObjects | ||
+ | |||
+ | [[ChangeValueObjectPropertiesScripts|Changing Value Object Properties]] | ||
+ | Scripts to change colors, data quality, and other properties of ValueObjects | ||
+ | |||
+ | [[UseLoadScript|Using Load() in the Script]] | ||
+ | Load a js file containing function(s) in your script | ||
+ | |||
+ | [[CalculateTimes|Calculate on/off time from SQLite]] | ||
+ | In a table that have, for example, valve open/close time, calculate how long the valve was open | ||
+ | |||
+ | [[DateAndTimeCalculationScripts|Date/ | ||
+ | |||
+ | [[GenerateJasperReportFromJavascript|Generate a JasperReports report from Javascript]] | ||
+ | |||
+ | [[FTPClientScriptExample|Use FTP in a script to put a file on an FTP Server]] | ||
+ | |||
+ | [[ScriptExampleRunExecutable|Run an executable from a script]] | ||
+ | |||
+ | [[AccessSystemPropertiesInScript|Use System Properties in a Script]] |