recipe是什么内容呢?
recipe是机台加工不同产品时的对应程式,指的是由制造工程师提前在机台上设置,并且EAP控制生产时会自动根据货的类型选择并控制机台按照制造工程师提前设置的方式进行加工。
recipe也称为配方,配方是怎么来的?
配方是工艺工程师对产品进行试样得出的最佳加工参数。
配方包含什么呢?配方包含加工过程中的各种参数。
SECS/GEM是怎么处理配方recipe呢?
只需要设置配方的路径
广州金南瓜SECS/GEM源代码 下载网站 www.secsgem.cn
// 设置winrar.exe的路径
m_pSecs.SetRecipeDirectory("D://");
m_pSecs.SetWinrarPath("C:/Program Files/WinRAR/WinRAR.exe");
m_pSecs.PPAllowHostDowmload(true);
m_pSecs.PPIsFolderDir(false);
剩下来的都交由金南瓜SECS/GEM就可以了。
This message is used by the host to request the equipment to delete process programs from equipment storage.
S7F17是对设备配方数据进行删除。