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...") | |||
| (2 intermediate revisions by one other user not shown) | |||
| 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> | ||
| + | [[it:messaggi]] | ||
| + | [[zh-cn:消息]] | ||
| + | [[pt:Mensagens]] | ||
| + | [[de:Mitteilungen]] | ||
| + | [[es:Mensajes]] | ||
| + | [[en:Messages]] | ||
| + | |||
| + | [[Category:Dmis_Tutorial]] | ||
Latest revision as of 12:50, 12 June 2018
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'
 
