Home |
On Time RTOS-32 Update SubscriptionsAn On Time RTOS-32 Update Subscription allows you to keep your On Time RTOS-32 software up-to-date. On Time regularly publishes new On Time RTOS-32 software releases with new features, bug fixes, new examples, etc as patch files on the On Time RTOS-32 Support Page. You can download and apply all patches that were published before your Subscription's expiration date. When you purchase On Time RTOS-32, a one-year Update Subscription is included at no extra charge. Subscription CheckTo check when your On Time RTOS-32 Update Subscription expires, please enter your 24-digit On Time RTOS-32 License Key below and click the Submit button. To obtain your License Key, click the Show License Key link in the On Time RTOS-32 Start Menu or look up License Key in the On Time RTOS-32 documentation index or see your License Certificate. Update Subscription RenewalWhen you purchase On Time RTOS-32, a one-year Update Subscription is included. Subsequently, you can extend your Subscription by one year for 20% of your On Time RTOS-32 license value (the list price of your complete new On Time RTOS-32 license at the time you order the Subscription Renewal). Subscription Renewals are available at any time, before or after your Subscription has expired. A Subscription Renewal always adds one year to the expiration date of your Subscription. New Update SubscriptionA new Update Subscription is available for 40% of the license value of an On Time RTOS-32 license. For a new Update Subscription, the one-year Subscription period starts on the day you order the Subscription. A new Subscription may be used if your Subscription has expired for a long period of time. Adding Components or Seats to an On Time RTOS-32 LicenseYour initial one-year Subscription period starts when you first acquire your On Time RTOS-32 License. If you later add On Time RTOS-32 components, your Subscription period will be extended depending on the value you add to the license and how much time remains in your current Subscription. The following algorithm is used to calculate how many days are added to your Subscription: int DaysToAdd(int OldValue, // Current value of your license int NewValue, // New value of your license int DaysLeft) // Days remaining in your Subscription { int Days = min(365 - DaysLeft, 365); return (NewValue - OldValue) * Days / NewValue; } Note that the above applies even if your current Subscription has expired or if you have more than 365 days left.
|