What's new in ThingWorx code generation and reverse engineering
What’s new in ThingWorx code generator for Windchill Modeler 9.3
Windchill Modeler 9.3 delivers further capabilities for integrating with ThingWorx IoT environments. With Windchill Modeler 9.3 you can model ThingWorx entities including things, thing shapes, thing templates, services and properties to design any type of IoT solution. Then using Windchill Modeler 9.3 code generation features you can automatically create the thing model definitions required to deploy your ThingWorx IoT solution. Windchill Modeler 9.3 also provides code reversing so changes made within ThingWorx can be synchronized back into the Windchill Modeler model to ensure consistency and visibility.
What was new in ThingWorx code generation and reverse engineering for 9.0
The ThingWorx code generation and reverse engineering provided with Integrity Modeler 9.0 includes the following changes:
Automatic upload of ThingShapes, ThingTemplates, and DataShapes to ThingWorx servers in now done through a TWConfig.xml file.
The following stereotypes and tag definitions are now obsolete:
«ThingWorx Composer»
PROP_PASSWORD
PROP_USERNAME
curl
PROP_URI
PROP_APPLICATIONKEY
What was new in ThingWorx code generation and reverse engineering for 8.5
The ThingWorx code generation and reverse engineering provided with Modeler 8.5 does not include any significant changes.
What was new in ThingWorx code generation and reverse engineering for 8.4
The ThingWorx code generation and reverse engineering provided with Modeler 8.4 includes the following enhancements:
ThingWorx code generator can now generate POSIX compliant code for Linux.
Simulation notifications now use asynchronous ThingWorx calls.
The Electric Car Charger example model example has been restructured to separate the user interfaces out from the car and charger thus demonstrating inter-process communication via a comms broker (car - charger) and via direct naming (car – dashboard display, charger – charger UI).