# 6.6.7 Cycle/ Ellipse

**Introduction**

It is displayed as cycle in HMI screen to meet the display needs of user.

**Description**

![](/files/-LuqZ2tXueMSXDegPuU3)

**1) Display settings**

**Border:** It sets border line color;

**Frame width:** It sets border line type;

**Frame type:** It sets border line width

**Pattern:** It sets background type, there are four types.

**Background:** It sets background color of object, invalid when select \[No fill] in \[Pattern]

**Transparence:** It sets the transparency of the object background;

**2) Transparence control**

Read the numerical value of address, control the transparency; value range: 0-100.

**3) Cycle**

Check if for circle; uncheck it for ellipse.

**4) Color control**

Dynamically set the color of background. The values of the color RGB are controlled by three addresses, and the value range from 0 to 255.

**5) Move Control**

Dynamically set the position coordinate and size of circle/ellipse when HMI is running.

**X axis:** The length value moved along the X axis comes from the set address;

**Y axis:** The length value moved along the Y axis comes from the set address;

**Radius address:** The radius length of the circle/ellipse from the set address;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wecon.gitbook.io/pistudio-manual/6.-object/untitled/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
