Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
scriptingexamples [2020/05/13 23:04] wikiadmin |
scriptingexamples [2023/01/14 15:06] (current) wikiadmin |
||
---|---|---|---|
Line 8: | Line 8: | ||
[[ChangeValueObjectPropertiesScripts|Changing Value Object Properties]] | [[ChangeValueObjectPropertiesScripts|Changing Value Object Properties]] | ||
Scripts to change colors, data quality, and other properties of ValueObjects | 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]] |