Would I need to find an updated, or different version of PLC as you mention, if so where would I look for the alternate code?
If you don't need the other custom features, you might be better off looking for a current PLC program that does include the spindle load meter.
I was hoping you could clarify your comments so I can understand it a little better. I'm not all that familiar with how the PLC system is set up to interface with the source code we are feeding it.
This is an understandably confusing subject.
The PLC program can, and often must, be tailored to the needs of each particular installation.
In the past, Centroid factory programs were generally designed around a toolroom milling machine: one spindle with forward/reverse and speed control; auto lube system; flood coolant; mist coolant; hard-wired jog panel/pendant; and wired MPG pendant. Anything else probably would require changes or additions.
In recent years there have been periodic attempts to make a universal PLC program containing every possible feature, in every possible configuration, so that an unskilled user could (somehow) specify the features his machine had, and get that universal PLC program to support them. In my opinion, these efforts are misguided. Inevitably, such a PLC program still does not meet all needs, and because it is so large and contains so many unwanted features, it is much harder to modify for a particular application than a bare-bones PLC program would be.
Attached is one of my current "basic" All-in-one DC mill PLC programs, to which I have added support for the CWP-4 wireless pendant. I have not added support for the VCP (I generally work with industrial customers who can afford the hardware jog panel or pendant). You may find the spindle load meter code in this program a little simpler and clearer than what you can get out of TB296. Search for "LoadMeterStage". If your analog spindle load signal is not 10VDC for maximum load, then set Machine Parameter 990 to the analog volts for maximum load.