Category

Plugin development

Examples and information for plugin developers

11 articles in this category

Add Pole to Model as Version Plugin

November 10, 2017 1 min read

In O-Calc Pro version 5.03, an additional plugin became available for use. This plugin, available from the plugins download website, allows a user incorporate an existing .pplx file…

Installing Optional Plugins in O-Calc Pro

April 21, 2016 2 min read

While version 5.0.2 of O-Calc includes a set of plugins, it may be beneficial to add additional functionality by downloading, installing, and enabling plugins that aren’t included with…

Fast indexing of PPLX data

January 5, 2016 2 min read

One of the tasks that sometimes comes up during plugin development is the need to rapidly parse and spatially index a large number of PPLX files. Performing this…

Using the Working Data Store (WDS)

December 11, 2015 2 min read

When creating a plugin, report, or script in O-Calc Pro it is helpful to be able to store information such as state, history, or keys identifying external data sources…

Token substitution helper

November 24, 2015 1 min read

When creating scripts and plugins it is sometimes convenient to be able to process a tokenized template and fill in selected values from calculated values or form attributes…

O-Calc Pro Report – “My First Report”

November 18, 2015 4 min read

The default O-Calc Pro Report template will create a simple report with default header and a single table of pole capacity utilization values.  Below are some explanations of…

Development Environment for O-Calc Pro Plugins

November 18, 2015 3 min read

Introduction This document describes the development process to create a customized O-Calc Pro Plugins and Reports. O-Calc Pro Plugins can be created to perform a wide verity of…

O-Calc Pro Plugin – “Hello World”

November 18, 2015 3 min read

The default O-Calc Pro Plugin template will create a message box showing the message “Hello World”. Below are some explanations of the various code components of this simple…

Units Conversion

November 9, 2015 2 min read

O-Calc Pro provides a complete set of routines for performing all of the units conversion that might be required by O-Calc developers. It is important to understand that…