You are here: Start » Conversions
Conversions
Select a function from the list below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| BarcodeFormatToMIL1DcodeFormat | Converts BarcodeFormat object to a MIL1DcodeFormat |
||
| BoolToHash | Converts a Bool to a Hash. |
||
| BoolToPassFailStatus | Converts a bool value to a pass/fail status. |
||
| BoolToXSightIOLevel | Converts port level to a bool. |
||
| BoxToRectangle2D | Converts a box to a rectangle. |
||
| BoxToShapeRegion | Converts a box to shape region. |
||
| Circle2DToEllipse2D | Converts a circle to an ellipse. |
||
| Circle2DToRing2D | Converts a circle to a full circle ring. |
||
| Circle2DToShapeRegion | Converts a circle to region of interest. |
||
| Ellipse2DToRectangle2D | Converts an ellipse to a rectangle. |
||
| Ellipse2DToShapeRegion | Converts an ellipse to region of interest. |
||
| Gap1DToSegment2D | Converts a gap to a segment. |
||
| HeatmapToImage | Converts a heatmap to an image. |
||
| ImageToImageFormat | Converts an image to an image format. |
||
| ImageToSize | Converts an image to a size. |
||
| IntegerToHash | Converts an Integer to a Hash. |
||
| IntegerToPixel | Converts an integer value to pixel. |
||
| LocationArrayToPoint2DArray | Converts an array of locations to an array of points. |
||
| LocationToPoint2D | Converts a location to its center point. |
||
| MIL1DcodeFormatToBarcodeFormat | Converts a MIL1DcodeFormat object to a BarcodeFormat. |
||
| PassFailStatusToBool | Converts a pass/fail status to a bool value. |
||
| PassFailStatusToHash | Converts a PassFailStatus object to a Hash. |
||
| PathToPoint2DArray | Converts a path to an array of points. |
||
| PixelToWebHMIColor | Converts an image pixel to WebHMI color. |
||
| Point2DArrayToLocationArray | Converts an array of points to an array of locations. |
||
| Point2DToLocation | Converts a point to a location its contained within. |
||
| ProfileToPoint2DArray | Converts a profile to an array of points. |
||
| ProfileToRealArray | Converts a profile to an array of real numbers. |
||
| RealArrayToPixelArray | Converts an array of real values to an array of pixels. |
||
| RealArrayToProfile | Converts an array of real numbers to a profile. |
||
| RealToPixel | Converts a real value to pixel. |
||
| Rectangle2DToEllipse2D | Converts a rectangle to an ellipse . |
||
| Rectangle2DToShapeRegion | Converts a rectangle to region of interest. |
||
| RegionToImage | Converts a region to an image. |
||
| RegionToShapeRegion | Converts a region to region of interest. |
||
| Ring2DToShapeRegion | Converts a ring to region of interest. |
||
| Segment2DToLine2D | Converts a segment to a line. |
||
| Segment2DToPath | Converts a segment to a path. |
||
| SparseImageToRegion | Converts a sparse region to a region. |
||
| StringLabelToString | Converts a StringLabel object to a String. |
||
| Stripe1DToSegment2D | Converts a stripe to a segment. |
||
| ValueLimits_f64ToValueLimits | Converts value limits of different types. |
||
| ValueLimitsToValueLimits_f64 | Converts value limits of different types. |
||
| WebHMIColorToString | Converts a WebHMI color to HTML color notation. |
||
| XSightIOLevelToBool | Converts port level to a bool. |
Select Filter Equivalent below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| BoolArrayToPythonObject | Packs an array of booleans to dynamic PythonObject as list. |
||
| BoolToPythonObject | Packs a boolean to dynamic PythonObject. |
||
| BoolToString | Converts a boolean value to a string. |
||
| DirectoryToPythonObject | Packs a directory path to dynamic PythonObject as string. |
||
| DirectoryToString | Converts a directory path to a string. |
||
| DoubleArrayToPythonObject | Packs an array of Double values to dynamic PythonObject as list. |
||
| DoubleToLong | Converts a double number (64-bit) to a long number (64-bit). |
||
| DoubleToPythonObject | Packs a double to dynamic PythonObject. |
||
| DoubleToReal | Converts a double number (64-bit) to a real number (32-bit). |
||
| DoubleToString | Converts a double number to a string. |
||
| FileToPythonObject | Packs a file path to dynamic PythonObject as string. |
||
| FileToString | Converts a file path to a string. |
||
| GocatorAddressToString | Converts a Gocator device address to a String. |
||
| GoPxLAddressToString | Converts a GoPxL device address to a String. |
||
| IntegerArrayToPythonObject | Packs an array of Integer values to dynamic PythonObject as list. |
||
| IntegerArrayToRealArray | Converts an array of integer numbers to an array of real numbers. |
||
| IntegerToDouble | Converts an integer to a double number. |
||
| IntegerToLong | Converts a integer number (32-bit) to a long number (64-bit). |
||
| IntegerToPythonObject | Packs an integer to dynamic PythonObject. |
||
| IntegerToReal | Converts an integer to a real number. |
||
| IntegerToString | Converts an integer to a string. |
||
| LongArrayToPythonObject | Packs an array of Long values to dynamic PythonObject as list. |
||
| LongToDouble | Converts a long to a double number. |
||
| LongToInteger | Converts a long number (64-bit) to an integer number (32-bit). |
||
| LongToPythonObject | Packs a long to dynamic PythonObject. |
||
| LongToReal | Converts a long to a real number. |
||
| LongToString | Converts a long to a string. |
||
| PythonObjectToBool | Unpacks a boolean from a dynamic PythonObject. |
||
| PythonObjectToBoolArray | Unpacks a list from a dynamic PythonObject to an array of booleans. |
||
| PythonObjectToDouble | Unpacks a double value from a dynamic PythonObject. |
||
| PythonObjectToDoubleArray | Unpacks a list from a dynamic PythonObject to an array of Double values. |
||
| PythonObjectToInteger | Unpacks an integer from a dynamic PythonObject. |
||
| PythonObjectToIntegerArray | Unpacks a list from a dynamic PythonObject to an array of Integer values. |
||
| PythonObjectToLong | Unpacks a long integer from a dynamic PythonObject. |
||
| PythonObjectToLongArray | Unpacks a list from a dynamic PythonObject to an array of Long values. |
||
| PythonObjectToReal | Unpacks a real value from a dynamic PythonObject. |
||
| PythonObjectToRealArray | Unpacks a list from a dynamic PythonObject to an array of Real values. |
||
| PythonObjectToString | Unpacks a string from a dynamic PythonObject. |
||
| PythonObjectToStringArray | Unpacks a list from a dynamic PythonObject to an array of strings. |
||
| RealArrayToIntegerArray | Converts an array of real numbers to an array of integer numbers. |
||
| RealArrayToPythonObject | Packs an array of Real values to dynamic PythonObject as list. |
||
| RealToDouble | Converts a real number (32-bit) to a double number (64-bit). |
||
| RealToInteger | Converts a real number to an integer. |
||
| RealToLong | Converts a real number to a long number. |
||
| RealToPythonObject | Packs a real to dynamic PythonObject. |
||
| RealToString | Converts a real number to a string. |
||
| SocketIdToString | Converts a SocketId to a string. |
||
| StringArrayToPythonObject | Packs an array of strings to dynamic PythonObject as list. |
||
| StringToDirectory | Converts a string to a directory path. |
||
| StringToFile | Converts a string to a file path. |
||
| StringToGocatorAddress | Converts a string to a Gocator device address. |
||
| StringToGoPxLAddress | Converts a String to a GoPxL device address. |
||
| StringToPythonObject | Packs a string to dynamic PythonObject. |
