opensourceautomation / Open-Source-Automation

Open Source Automation is a home and commercial automation engine
www.opensourceautomation.com
GNU Lesser General Public License v3.0
97 stars 63 forks source link

Phidget-IK replace internal scripting #357

Closed VaughnRupp closed 7 years ago

VaughnRupp commented 8 years ago

There are Formulas that can be applied to analog sensor values. This worked well using VBScript to evaluate the formula, but it was 32-bit only and no longer works.

This functionality needs to be replaced with Powershell or find some other way to evaluate the formulas.

VaughnRupp commented 7 years ago

We now use the PowerShell engine to run scripts against Phidget Analog sensors. It is 64-bit, unlike the old VBScript engine that we were using.