SECS/GEM、测试自动化、AI 视觉和智能工厂的市场领导者

Smart FactorySupportFAQ

Inquire and change XCom setting status at Run Time

[XCom Configuration Status Inquiry at Run Time]
SECS communication parameter is set through XCom Configuration Tool and loaded into memory through
XCom drive function Initialize method.

However, if necessary, it is sometimes necessary to get SECS communication parameter setting information loaded in memory at run time. In this case, use XComs GetParam () API.

GetParam (BSTR ParameterName)
GetParam () API inputs key word of String type as parameter argument and receives the setting information as return value. For key words in
String format and more information, refer to XCom SetParam () and GetParam () instructions in
S / W Download.


[Run Time XCom setting status change]
SECS communication parameter is set in XCom Configuration Tool and loaded in memory through
XCom drive function Initialize method.

However, if necessary, you may need to change the settings of SECS communication parameter settings loaded in memory at run time
. In this case, use the XCom SetParam () API.

SetParam (BSTR ParameterName, BSTR ParameterValue)
SetParam () API uses Key word of String type and change value as parameter arguments.
Please refer to the XCom SetParam () and GetParam () instructions in
S / W Download for more information on key words in String format.