POLAR_TO_RECT
Function block to convert polar representation to rectangular coordinates.
Parameters:
| * | Parameter | Data Type | Description | Default |
|---|---|---|---|---|
| VAR_INPUT | ||||
| B | Enable | BOOL | The function block will continue to execute every scan while Enable is TRUE and there are no errors. | FALSE |
| V | Angle | LREAL | Degrees | LREAL#0.0 |
| V | Radius | LREAL | In user units | LREAL#0.0 |
| VAR_OUTPUT | ||||
| B | Valid | BOOL | The Valid output indicates that the function block is operating normally and the outputs of the function block are valid. |
|
| V | X | LREAL | X coordinate |
|
| V | Y | LREAL | Y coordinate |
|