FrameworX v10 Launch
Watch the Presentation
In this webinar, we explored some of the key features of FrameworX Version 10.
FrameworX Version 10 features a refreshed Solutions Designer for faster, more intuitive navigation, and with technology upgrades like .NET 8 and WebAssembly, the platform is even more open, cross-platform, and delivers high-performing graphics.
Q&A
We already have customers running v10 in production, so absolutely!
Yes, we manage installations of those versions separately!
Yes, we have a specific Upgrade button to use in the new version. You can learn more about that in our documentation.
We’ll automatically migrate the solution, although obviously some of the new technology we’re using might affect your solution, so make sure to verify.
Absolutely! Our Documentation has been completely redone – we also have two training courses published at training.tatsoft.com around v10 (Overview and the Brewery Tutorial). We’re currently working on content around some advanced features and around specific applications. If you have something you’d like to see, please let us know: https://tatsoft.com/feedback
Yes, you can learn more about our Extension APIs at our documentation.
The Store & Forward can be configured for the historian module or for the MQTTspB protocol, publishing data to an MQTT Broker, regardless of whether it is running on Windows or Linux and which product family is being used. However, high performance depends on the hardware capabilities, such as disk, network, etc. As long as the hardware can handle it, the software is optimized to work in blocks and within the standards of the protocol or database provider.
Yes, you can log the data using the Historian module, then use the method @Client.Context.SetDisplayValueToHistorian(DateTime selectedTime) to open a display where the DisplayValue of the Tags will show the HistorianValue of the selected time, instead of the current value. The example EstimativeValue shows a similar operation to show calculated values
Yes, it is possible to publish the entire UNS or part of it via MQTT. When using the built-in broker, there is a checkbox configuration to automatically make all the tags in the solution visible to the broker. You can more about this configuration at our documentation.
Debugging can only occur if the runtime is running, as debugging pertains to what is executing. Therefore, code debugging is only available when attached to the runtime.