LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

flex_jump_label_on_condition

status=flex_insert_program_label (PCI7344, IndexStoppedCheckStartMotion);
     if(status) return status;
 status = flex_read_var (PCI7344,MotionStart, 0);
     if(status) return status;            
    status = flex_jump_label_on_condition (PCI7344, 0,NIMC_CONDITION_GREATER_THAN,
    0x0, 0x0, NIMC_MATCH_ALL, StartMotion);
 status = flex_jump_label_on_condition (PCI7344, 0,NIMC_CONDITION_TRUE, 0x0, 0x0,
             NIMC_MATCH_ALL, StartCheckForIndex);
     if(status) return status;       

 根据以上程序如何来解读跳转函数(flex_jump_label_on_condition(boardID, resource, condition, mustOn, mustOff,matchType, labelNumber)中的各个参数在执行跳转时的作用?

 英文水平确实较差,资料上的解读确实难以深刻领悟,真切求助各位指点,谢谢!!!(希望是中文)

0 Kudos
Message 1 of 1
(4,003 Views)