Difference between revisions of "Messages"
From ArcoWiki
								
												
				|  (Created page with "Messages are used during the program execution in order to communicate with the user.  <code><span style="color: green; text-decoration: none;">$$ Text/OPER: Message Box must...") | |||
| Line 6: | Line 6: | ||
| <code><span style="color: green; text-decoration: none;">$$ Text/MAN: Message Box disappear automatically when you measure the 1st point</span><br /></code> | <code><span style="color: green; text-decoration: none;">$$ Text/MAN: Message Box disappear automatically when you measure the 1st point</span><br /></code> | ||
| ::<code>TEXT/MAN,'MEAS UPPER HOLE' <br/></code> | ::<code>TEXT/MAN,'MEAS UPPER HOLE' <br/></code> | ||
| + | |||
| + | [[Category:Dmis_Tutorial]] | ||
Revision as of 15:16, 4 August 2016
Messages are used during the program execution in order to communicate with the user.
$$ Text/OPER: Message Box must be closed by pressing OK
- TEXT/OPER,'MAKE SURE THE PART IS ON THE FIXTURE'
 
$$ Text/MAN: Message Box disappear automatically when you measure the 1st point
- TEXT/MAN,'MEAS UPPER HOLE'
 
