MESSAGE(9) | HAL Component | MESSAGE(9) |
message - Display a message
loadrt message [count=N|names=name1[,name2...]] [messages=N]
Allows HAL pins to trigger a message. Example hal commands:
loadrt message names=oillow,oilpressure,inverterfail messages="Slideway
oil low,No oil pressure,Spindle inverter fault"
addf oillow servo-thread
addf oilpressure servo-thread
addf inverterfail servo-thread
setp oillow.edge 0 #this pin should be active low
net no-oil classicladder.0.out-21 oillow.trigger
net no-pressure classicladder.0.out-22 oilpressure.trigger
net no-inverter classicladder.0.out-23 inverterfail.trigger
When any pin goes active, the corresponding message will be displayed.
Les Newell
GPL v2
2023-02-10 | LinuxCNC Documentation |