Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

run program command

Featured Replies

Posted

Is a run program like a go to or a call subroutine?  On a go to it runs it and falls out the bottom and it's done while with a call subroutine it returns to the line after the call subroutine.

Is a run program like a go to or a call subroutine?  On a go to it runs it and falls out the bottom and it's done while with a call subroutine it returns to the line after the call subroutine.

Unless a program Then or Else ends with a Run Program .... statement, execution simply ends at the last statement.

 

Event driven programming in the ISY is not necessarily a linear program flow like a BASIC program.  Many things (threads) can run in parallel.

 

Take for example:

 

Program: TestProgram

If


Then
   Run Program1 (If Path)
   Run Program2 (If Path)
   Run Program3 (If Path)
   Run Program4 (If Path)
   Run TestProgram (Else Path)

Else
   Run Program5 (If Path)
   Run Program6 (If Path

Selecting Run Then on TestProgram will result in programs 1 through 6 all running simultaneously.

 

 

-Xathros

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.