![]() |
TopCon API
1.1.0
.Net API to control TopCon devices
|
This ErrorHistory is a generic list of TopConErrorState objects. The list might be a part of the overall list (from inside of the TopCon device) or might represent the whole list (transmission might be (very) slow, depending on the length of items in the TopCon device. More...
Public Member Functions | |
ErrorList (TC.Broker myBroker) | |
This is the standard constructor for the ErrorHistory More... | |
ErrorHistoryItemList | GetErrorHistoryList () |
Gets the error history. Set number of entries with SetMaxEntriesShowingInErrorHistory(). More... | |
ErrorItemList | GetActualErrors () |
Gets the actual error codes More... | |
ErrorItemList | GetActualWarnings () |
Gets the actual warning codes More... | |
void | SetMaxEntriesShowingInErrorHistory (UInt32 listLengh) |
Set the maximum entries to show in error history. Takes longer time to read if value is higher. More... | |
This ErrorHistory is a generic list of TopConErrorState objects. The list might be a part of the overall list (from inside of the TopCon device) or might represent the whole list (transmission might be (very) slow, depending on the length of items in the TopCon device.
CH.Regatron.HPPS.Device.ErrorWarning.ErrorList.ErrorList | ( | TC.Broker | myBroker | ) |
This is the standard constructor for the ErrorHistory
ErrorItemList CH.Regatron.HPPS.Device.ErrorWarning.ErrorList.GetActualErrors | ( | ) |
Gets the actual error codes
ErrorItemList CH.Regatron.HPPS.Device.ErrorWarning.ErrorList.GetActualWarnings | ( | ) |
Gets the actual warning codes
ErrorHistoryItemList CH.Regatron.HPPS.Device.ErrorWarning.ErrorList.GetErrorHistoryList | ( | ) |
Gets the error history. Set number of entries with SetMaxEntriesShowingInErrorHistory().
void CH.Regatron.HPPS.Device.ErrorWarning.ErrorList.SetMaxEntriesShowingInErrorHistory | ( | UInt32 | listLengh | ) |
Set the maximum entries to show in error history. Takes longer time to read if value is higher.
listLengh | maximum entries |