IFC export
RC 2023.2 now exports your models to IFC. The most used IFC export formats are available: IFC2x3, IFC4 and IFC4.3.
Match Lua formulas between objects
Matching Lua formulas between objects is now made easy:
(1) Select the objects that don’t contain the updated formulas…
(2) You may check in the Object Manager what the current formulas’ results are (for instance – different ‘name’ formulas).
(3) …Run the new RC-MatchFormulas command…
(4) …Then select an object that has the right Lua formulas in it.
(5) You may check again that all objects now possess the correct Lua formulas.
Interlocking control tables
Create interlockings for your signalling designs, with full control over train routes and shunting routes interlocking parameters and table presentation.
Objects in dead zones
Have you been annoyed by objects that get “NaN” (Not a Number) as a kilometer value because the track or overhead contact line it belongs to zigzags exactly where the object is located? RailCOMPLETE 2023.2 calculates the linear address of objects also in such dead zones, as specified in ISO 19148:2012. The kilometer value is taken from the kink point of the line, and then RailCOMPLETE calculates a longitudinal and lateral offset based on the direction of the line as it approaches the kink point.
Debugger
The new debugger in RailCOMPLETE version 2023.2 makes programming and debugging Lua code a breeze! Set breakpoints, view variable values and see how your Lua code executes – step by step.