Functions
|
Page 159
errorNumberToRecommendation
Get a recommendation for the error code
Function specific parameters
In
language
integer: Language code
errNbr
interger: Error code to translate
Ou
t
errNo
errorCode
value_string1
string: Error recommendation (currently returning an
int = 0 until we have recommendations)
JSON Method
method: com.attocube.system.errorNumberToRecommendation
params: [language, errNbr]
Result: [errNo, value_string1]
C-DLL call
int system_errorNumberToRecommendation(int deviceHandle, int language,
int errNbr, char* value_string1, int size0)
Python
value_string1 =
[dev].system_service.errorNumberToRecommendation(language, errNbr)
Matlab
[value_string1] = system_errorNumberToRecommendation(language,
errNbr)
C#
string value = [Device].ErrorNumberToRecommendation(int language, int
errNbr)
LabVIEW
errorNumberToRecommendation.vi
Summary of Contents for attocube AMC100
Page 1: ...Interface Manual AMC100 AMC300...
Page 3: ......