Collapsible Sections
Use native HTML <details> / <summary> for FAQ-style expand/collapse. Works without any JS imports.
Single FAQ Item
What is FASTsuite E2?
FASTsuite E2 is a manufacturing execution platform for programming, simulation, and offline processing of industrial robots and CNC machines.
<details>
<summary>What is FASTsuite E2?</summary>
FASTsuite E2 is a manufacturing execution platform for programming, simulation, and offline processing of industrial robots and CNC machines.
</details>FAQ List
How do I install the software?
- Download the installer from the customer portal.
- Run
setup.exeas administrator. - Follow the installation wizard.
- Activate your license via Help → License Manager.
What operating systems are supported?
- Windows 10 (64-bit)
- Windows 11 (64-bit)
- Windows Server 2019 / 2022
Where are log files stored?
Logs are written to %APPDATA%\CENIT\FASTsuite\logs\. Each session creates a new timestamped file.
<details>
<summary>How do I install the software?</summary>
1. Download the installer from the customer portal.
2. Run `setup.exe` as administrator.
3. Follow the installation wizard.
4. Activate your license via **Help → License Manager**.
</details>
<details>
<summary>What operating systems are supported?</summary>
- Windows 10 (64-bit)
- Windows 11 (64-bit)
- Windows Server 2019 / 2022
</details>
<details>
<summary>Where are log files stored?</summary>
Logs are written to `%APPDATA%\CENIT\FASTsuite\logs\`. Each session creates a new timestamped file.
</details>Pre-opened Item
This section is open by default
Add the open attribute to <details> to expand on load.
<details open>
<summary>This section is open by default</summary>
Add the `open` attribute to `<details>` to expand on load.
</details>Was this page helpful?