Source_in
The data source of most things
Last updated
Was this helpful?
The data source of most things
Last updated
Was this helpful?
This node allows you receive data form system or connected devices (such as Modbus sensors, PLC, etc.)
source_in
allow you get DIO status, General information, HWM result and IO status from device AXView
You can get the digital input/output status in your computer by choosing sensor DIO, also, it'll show the pin define of GPIO. (1 means input, 0 means output)
General Information shows the device's basic information, such as BIOS version, CPU module type, OS version and memory usage.
Hardware monitor result shows the CPU temperature and system voltage.
IO status shows the interface status of computer, including Product ID , Vendor ID and Manufacturer.
After create a device and setup the parameters of Modbus, AXView 3.0 will start auto polling, so you can get data of Modbus device by using source_in
node, too.
If you connect the source_in
to debug
node, it will shows the result of polling. By default, the data format are always hexadecimal in string, if you want to know the result of decimal, you have to transform it by using function
node.
The code in the function
node "Hex to Dec":
After transformation process, you'll get a decimal in number result.