This function
can
change the data unit cycle of the designated position in the MilliData
Engine list.
void @MilliDataSetEngineTitle(int item_pos, int cycle);
Parameter
int item_pos : the member position
int cycle : cycle to change. Milliseconds (1000=1 sec)
Return Value
There is not a
return value.
Example1)
@MilliDataSetEngineCycle(0, 5000);
Description : It changes the data unit cycle of index 0 item in the MilliData list to 5 seconds
Related Helps)