Is it possible to add extra functions to your PLC's?
I have created four functions that help me calculate true 32 bit floating point values within the tri PLC. I tested them in F1616.
Function Names:
1- CBin - to convert to Binary
2- CPower - to raise a base to a power of x
3- CFloat - Convert a 32 bit value on to floating point. it uses CBin and CPower.
4- CRegStr - Convert a float string like "2.3" in to 32bit integer store in 2 16bit registers.
Parameters for these functions are 32bit A to Z, DM[3000] +
, and V$,W$,X$,Y$,Z$.
Is it possible to add these functions in to any PLC as part of the repertoire?
I will only release these functions to TRi Research.
Thanks
Edgar