
LNC-M8000
Function
228 寶元數控精密股份有限公司
LNC Technology Co., Ltd.
-4 => Curve data string over string length limit
-5=> Curve data amount over range
Refer to PLOT_SHOW function example
PLOT_SHOW("TITLE","TEXT","XLB","YLB")
This function will stop interpretation automatically.(TypeⅠ);this function will be
ignoredat graph preview and R-restart.
TITLE =>frame title, empty is allowed
TEXT => frame message, empty is allowed
XLB => frame X axis tag, empty is allowed
YLB => frame Y axis tag, empty is allowed
If above arguments string has MACRO variables, system will replace it to be the value
automatically. Refer to 5.5 string variables replace value chapter.
Alarm:
-1 => function arguments input format error
-2 => frame message is over string length limit
-3 => frame X axis tag is over string length limit
-4 => frame Y axis tag is over string length limit
-5 => did not input curve data
PLOT_ADD("DATA1.TXT","data1"); /* 1 data */
PLOT_ADD("DATA2.TXT","data2"); /* 2 data */
PLOT_SHOW("Curve frame","voltage data","time(ms)", "Votage(mV)");
8.14 MACRO write function
FILE =>write file name.
Open file, when open file command is valid, PRINT command can be used. Multi-part program
can not be opened at the same time, only one file at one time.
If above arguments string has MACRO variables, system will replace it to be the value
automatically. Refer to 5.5 string variables replace value chapter.
Alarm:
-1 => function arguments input format error.
-2 => Do not input file name.
-3 => File name is over string length limitation.
-4 => Do not close previous file.
-5 => open file fail.
Komentáře k této Příručce