里下班还要2小时,不若写篇文章
目的与效果:在Cognex VisionPro的Vpp中,对运行数据进行保存
需要工具:Cognex,WPS Office
开整:
public override bool GroupRun(ref string message, ref CogToolResultConstants result)
{
// To let the execution stop in this script when a debugger is attached, uncomment the following lines.
// #if DEBUG
// if (System.Diagnostics.Debugger.IsAttached) System.Diagnostics.Debugger.Break();
// #endif
int num = (int) mToolBlock.Outputs.Count;
bool used = (bool) mToolBlock.Inputs["Used"].Value;
string path = (string) mToolBlock.Inputs["Path"].Value;
path += DateTime.Now.ToString("yy-MM-dd") + ".csv";
string[] xyz = ((string) mToolBlock.Inputs["Value"].Valu