---
title: "Project supporting CUE Solution"
canonical: "https://docs.cuesystem.com/space/CVCIDE/1360265222/Project%20supporting%20CUE%20Solution"
format: markdown
---
> Macro (toc)

### CUE Solution server allows 

- manage and monitor units remotely
- upload and manage application remotely
- update units firmware remotely
- create multiple instances of the application and parameterize them
- connect physical devices and their applications with CUE front-end applications of CUE Solution (Navigation, Assist, etc.), which allows monitoring and control from the application in a web browser.


### Requirements

- CUE Solution version 11 and newer
- All units in the project must have firmware 21.10 or newer
- For Monitor&Control functionality, CUE Solution must be version 12 or higher and CVC and firmware version 21.20 or higher
- **appCUE is not supported**

CUE solution server is supported by following units:

|  |  |  |
| --- | --- | --- |
| controlCUE-basic | CS0552 | since revision R04 |
| controlCUE-dali-d | CS0454 | since revision R04 |
| controlCUE-dmx-d | CS0456 | since revision R04 |
| controlCUE-enocean-d | CS0458 | since revision R04 |
| controlCUE-hub | CS0487 | since revision R04 |
| controlCUE-knx-d | CS0455 | since revision R05 |
| controlCUE-three | CS0595 | all revisions |
| controlCUE-versatile | CS0475 | since revision R04 |
| controlCUE-versatile-d | CS0453 | since revision R04 |
| smartCUE-relay | CS0496 | since revision R04 |
| smartCUE-versatile | CS0491 | since revision R04 |
| smartCUE-versatile-d | CS0492 | since revision R04 |

|  |  |  |
| --- | --- | --- |
| touchCUE-10 | CS0559 | since revision R22 |
| touchCUE-10-B | CS0560 | since revision R22 |
| touchCUE-10-M | CS0561 | since revision R22 |
| touchCUE-10-W | CS0564 | all revisions |
| touchCUE-12 | CS0466 | since revision R22 |
| touchCUE-12-B | CS0467 | since revision R22 |
| touchCUE-12-M | CS0540 | since revision R22 |
| touchCUE-5-knob | CS0627 | all revisions |
| touchCUE-7 | CS0451 | since revision R22 |
| touchCUE-7-B | CS0452 | since revision R22 |
| touchCUE-7-M | CS0539 | since revision R22 |

|  |  |  |
| --- | --- | --- |
| signCUE-two | CS0592 | all revisions |

Application programming for the CUE Solution server is done in the same way as for regular applications.



### Which property type can be exported and which cannot be exported

- Exportable
  - Boolean
  - Byte
  - Long (Color)
  - Double
  - ByteString
  - Text
  - Time
  - AddressOf Text - supported since CVC 21.20.1316 and firmware 21.20m
- Not exportable
  - Picture
  - Font
  - Sound
  - Animation

You can export properties from instances of graphic objects or instances of device drivers or instances of applets.

### How to set property to be exported and make its value configurable in CUE Solution

- Select property
- click right mouse button to show context menu
- Choose - *Export to CUE Solution*
  - If property is not exportable text *Export to CUE Solution* is disabled.

![image-20240930-124010.png](media://9396e2ab-dafe-4820-8e11-f6a765bf3842)

The property that is set for export is marked with a green asterisk.

![image-20240930-124725.png](media://90069e4f-e532-4eff-a5a2-a592bc33e1ae)


### How to export project to make in uploadable to CUE Solution

- Final project
- Select *Export As* **CUE Solution project (cuesolutionproject)** in the *Upload and Export Application dialog*

![image-20240930-124415.png](media://fb67b6dd-82c3-4dfd-8e96-d23c561002af)

[Continue with CUE Admin manual >>](https://docs.cuesystem.com/space/TAM/1374781487)