API Reference v9.2.0
Warningsclass
Module: ZaberMotionAscii
Class used to check and reset warnings and faults on device or axis.
The following examples illustrate how you can obtain an instance of this type:
Example 1
Example 2
import ZaberMotionAscii
let connection = try await Connection.openSerialPort(portName: "COM3")
let device = try connection.getDevice(deviceAddress: 1)
let warnings = device.warningsimport ZaberMotionAscii
let connection = try await Connection.openSerialPort(portName: "COM3")
let device = try connection.getDevice(deviceAddress: 1)
let axis = try device.getAxis(axisNumber: 1)
let warnings = axis.warningsRelated Guides:
Index
mMethods
Methods
m