AutomationConnectIQ

AutomationConnectIQ-Sample5

# Setting the number of notifications. $sim.SetNotificationCount(4) # Setting the number of alarms. $sim.SetAlarmCount(3...
AutomationConnectIQ

AutomationConnectIQ-Sample6

# Get diagnostic results $sim.ToggleMenu(::LowPowerMode, $true) Start-sleep -Milliseconds 500 # Earn time to update the ...
AutomationConnectIQ

AutomationConnectIQ-Sample7

$time = $sim.CreateTime() $time.Open() $time.Time = Get-Date "2020-1-1 13:00:00" $time.Factor = 3 $time.Action(::Start) ...
AutomationConnectIQ

AutomationConnectIQ-Sample8

Automation Connect IQ SDK Introducing the convenience class Checker that builds and starts the simulator. First, about t...
AutomationConnectIQ

AutomationConnectIQ-Sample9

Automation Connect IQ SDK Introducing the convenience class Checker that builds and starts the simulator. A function tha...
AutomationConnectIQ

AutomationConnectIQ-Sample10

Automation Connect IQ SDK Introducing what you can create a class with PowerShell and make effective use of the classes ...
AutomationConnectIQ

AutomationConnectIQ-Sample11

Automation Connect IQ SDK Explanation about what was added in Ver0.3. using namespace AutomationConnectIQ.Lib; $sdk = Ne...
AutomationConnectIQ

AutomationConnectIQ-Sample12

Automation Connect IQ SDK Explanation about what was added in Ver0.3. Unit Test, Connect IQ runs what is called "Run No ...
AutomationConnectIQ

AutomationConnectIQ-Sample13

Automation Connect IQ SDK Explanation about what was added in Ver0.3. Ability to edit Activity Monitor tables using name...
AutomationConnectIQ

Sample video of AutomationConnectIQ Check class operation

A sample video of what you can do with "Automation Connect IQ". In this video, only Fr45 is checked. In the first half, ...
Sponsored Link