
19
System hardware interface channel events
2 Application Programming Interface (API)
PHD API Reference
nxs.request_adc
Event
nxs.request_adc
Event Data
Keys
Values
Description
adc
<string>
Any data can be provided
Direction
output
Channel
nxs
Notes
Sent by the application to request ADC values.
The example below assumes the Storyboard application is set up to call Lua function
request_adc
periodically to request ADC values.
Note that the "adc" key merely has to be provided to confirm that you are interested
in the ADC data. The value provided for the key is not relevant, as all ADCs are
returned with each
nxs.adc
event.
Lua Example
function
request_adc
(
mapargs
)
local
data
= {}
data
["
adc
"] =
"1"
gre.
send_event_data("
nxs.request_adc
", "
1s0 adc
",
data
, "
nxs
"
)
end
Содержание PHD28
Страница 1: ...Parker Hannifin Display PHD User Guide UG PHD 1040001 201707 010...
Страница 52: ...44 PHD Mounting the PHD 9 1 2 PHD50 Figure 18 PHD50 dimensions mm...
Страница 53: ...User Guide 45 Mounting the PHD 9 1 3 PHD70 Figure 19 PHD70 dimensions mm...
Страница 58: ...Parker Hannifin Display PHD User Guide HY33 5021 IB US...
Страница 59: ...PHD Network Interface Configuration Publ no HY33 5021 M1 UK Edition 2017 02 02...
Страница 75: ...PHD API Reference Publ no HY33 5021 M2 UK Edition 2017 02 13...