Moxa DA-682A-C7-W7E [17/53] Moxa synmap oids list
![Moxa DA-682A-C7-W7E [17/53] Moxa synmap oids list](/views2/1198936/page17/bg11.png)
DA-682A Win7 Software Installing Moxa Software
4-3
1. Open a required file handle using mxgpio_open
2. Get data using the file handle, an assigned port, and
mxgpio_get_data
3. Evaluate the returned data, and make a logical/control decision
4. Use
mxgpio_set_data with the file handle to set a value
5. Use
mxgpio_close to close the file handle
These examples show, in concise form, the difficulties application developers face when dealing with low level
APIs. Developers must understand each system’s API and track down various device node IDs from within the
user manual, the sample code, or the general system. Synmap significantly simplifies this situation. In
comparison to the example just shown, the pseudo code that replaces it will look something like this:
• GET an OID using SNMP and the localhost connection (127.0.0.1)
• Evaluate the returned data, make a logical decision
• SET an OID using SNMP and the localhost connection (127.0.0.1)
The benefits of using SNMP in this way should be clear.
• First, the code is easily migrated across different computers and even different operating systems, because
Moxa’s SNMP libraries are supported on both Windows XPE and Linux, as well as a host of other platforms.
• Second, the program can just as easily be ported to the network for remote operations simply by changing
the localhost connection (127.0.0.1) to the target IP address and hostname.
• Third, the time needed to learn how to control a peripheral is drastically cut; all one needs to do is
understand how to use an SNMP OID, and start scripting.
• Fourth, Developers are free to choose any kind of programming languages or utilities with which they might
be familiar, so long as they are apropos to the platform(s) on which they will be used. For example, in place
of the C API, Microsoft developers might want to use the SNMP libraries in .NET or Java to control remote
Linux devices, or it can be flipped around so that Linux developers use Net-SNMP libraries to control remote
Windows XPE machines.
All of these things mean that the Synmap virtualization makes the work of programming custom applications
much faster and simpler, and dramatically increases code interoperability. Complex controls such as USB notify,
mounting information, and BIOS settings have been integrated into the Synmap engine, so that creating a
customized monitoring or control application now only requires the coordination of a few SNMP SET/GET calls,
potentially allowing developers to save on hundreds of lines of code when authoring new applications.
Moxa Synmap OIDs List
The following table shows the OIDs currently supported on the DA-682A. For a full review of all Moxa Synmap
OIDs, check the Appendix section.
Item Name OID Access Description
productName 1.3.6.1.4.1.8691.17.1.1.1 read-only Returns the product name
productDesc 1.3.6.1.4.1.8691.17.1.1.2 read-only Returns a short device description
productVersion 1.3.6.1.4.1.8691.17.1.1.3 read-only Returns product version
productBuildDate 1.3.6.1.4.1.8691.17.1.1.4 read-only Returns the last software build date,
YYMMDDHH format
tempSensorsIndex 1.3.6.1.4.1.8691.17.1.5.1.1.1.1 read-only Reference index showing all
available temperature sensors;
starts from 1
tempSensorsDevice 1.3.6.1.4.1.8691.17.1.5.1.1.1.2 read-only Returns a list of the unique string
values that the database associates
with a temperature sensor index
value. May be used with
Содержание
- First edition september 2013 1
- Moxa da 682a 1
- Windows 7 software manual 1
- Www moxa com product 1
- Copyright notice 2
- Disclaimer 2
- Moxa da 682a windows 7 software manual 2
- Technical support contact information 2
- Trademarks 2
- Www moxa com support 2
- Table of contents 3
- Introduction 4
- Da 682a win7 software introduction 5
- Software components 5
- Da 682a win7 software introduction 6
- System initialization 7
- Basic administrative setup 8
- Da 682a win7 software system initialization 8
- Setting up an administrative account and creating user accounts 8
- Enabling windows 7 write protections 9
- Da 682a win7 software enabling windows 7 write protections 10
- Enhanced write filter 10
- Overview 10
- Da 682a win7 software enabling windows 7 write protections 11
- Enabling enhanced write filter 11
- Da 682a win7 software enabling windows 7 write protections 12
- Da 682a win7 software enabling windows 7 write protections 13
- Enabling file based write filter 13
- File based write filter 13
- Overview 13
- Da 682a win7 software enabling windows 7 write protections 14
- Installing moxa software 15
- Da 682a win7 software installing moxa software 16
- Overview 16
- The synmap design concept 16
- The synmap virtualization layer full interoperability with any moxa device 16
- Da 682a win7 software installing moxa software 17
- Moxa synmap oids list 17
- Mxgpio_clos 17
- Mxgpio_get_data 17
- Mxgpio_open 17
- Mxgpio_set_dat 17
- Da 682a win7 software installing moxa software 18
- Da 682a win7 software installing moxa software 19
- Installing the synmap virtualization layer 19
- Da 682a win7 software installing moxa software 20
- Installing a convenient nms moxa mxview 20
- Installing and using an nms 20
- Basic configuration of mxview 21
- Da 682a win7 software installing moxa software 21
- Da 682a win7 software installing moxa software 22
- Warning 22
- Da 682a win7 software installing moxa software 23
- Da 682a win7 software installing moxa software 24
- Loading the synmap mib file 24
- Da 682a win7 software installing moxa software 25
- Da 682a win7 software installing moxa software 26
- Da 682a win7 software installing moxa software 27
- Retrieving basic device information 27
- Using synmap oids to control the da 682a 27
- Da 682a win7 software installing moxa software 28
- Using synmap to control the programmable leds 28
- Da 682a win7 software installing moxa software 29
- Moxa sys mib values moxa embeddedcomputer moxasystem sensormgmt sensorobject tempsensortabl 29
- Using synmap to read the temperature sensor 29
- Da 682a win7 software installing moxa software 30
- Da 682a win7 software installing moxa software 31
- Moxa sys mib values moxa embeddedcomputer moxasystem sensormgmt sensorobject voltsensortabl 31
- Using synmap to read the voltage sensor 31
- Customizable sample code 32
- Da 682a win7 software customizable sample code 33
- Sample code for customizing the da 682a 33
- The led control walkthrough 33
- C programs example 34
- Da 682a win7 software customizable sample code 34
- Examples releas 34
- The watchdog control code walkthrough 34
- Watchdog control code 34
- System recovery 35
- Da 682a win7 software system recovery 36
- Overview setting up the recovery environment 36
- Recovery 36
- Step 1 prepare the usb drive 36
- Tuxboot windows 23 ex 36
- Da 682a win7 software system recovery 37
- Two types of recovery base install and fully configured 37
- Da 682a win7 software system recovery 38
- Media cd0 recovery os_imag 38
- Moxa moxa cp media cd0 recovery os_image media usb0 home partimag 38
- Step 2 opt recovering to a stock os 38
- Step 3 setting the bios to boot via usb 38
- Will be copied to the usb file tree at media usb0 home partimag depending on how the usb and cd have been automounted you will use a command much like this 38
- Da 682a win7 software system recovery 39
- F home partimag 39
- Step 4 opt create a custom system image 39
- Da 682a win7 software system recovery 40
- Home partima 40
- Da 682a win7 software system recovery 41
- Warning 41
- Da 682a win7 software system recovery 42
- F home partimag 42
- Recovery os_image 42
- Step 4 configure a stock os restoration 42
- Step 5 perform a trial recovery 42
- Da 682a win7 software system recovery 43
- Da 682a win7 software system recovery 44
- Step 6 reset the bios to its original state 44
- Da 682a win7 software system recovery 45
- A the 2013 synmap oid table 46
- The 2013 synmap oid table 46
- Da 682a win7 software the 2013 synmap oid table 47
- Moxa synmap the full oid table 47
- Da 682a win7 software the 2013 synmap oid table 48
- Da 682a win7 software the 2013 synmap oid table 49
- B sample code for da 682a customization 50
- Sample code for da 682a customization 50
- Led controls 51
- Watchdog controls 53
Похожие устройства
- Moxa DA-682A-C7-W7E Руководство по подключению
- Moxa DA-682A-C7-W7E Руководство пользователя Linux
- Moxa DA-682A-C7-W7E Руководство по аппаратной части
- Moxa DA-682A-C7-W7E Технические характеристики
- Moxa DA-682A-C7-DPP Инструкция по эксплуатации
- Moxa DA-682A-C7-DPP Руководство по подключению
- Moxa DA-682A-C7-DPP Руководство пользователя Linux
- Moxa DA-682A-C7-DPP Руководство по аппаратной части
- Moxa DA-682A-C7-DPP Технические характеристики
- Moxa DA-682A-C7-DPP-LX Инструкция по эксплуатации
- Moxa DA-682A-C7-DPP-LX Руководство по подключению
- Moxa DA-682A-C7-DPP-LX Руководство пользователя Linux
- Moxa DA-682A-C7-DPP-LX Руководство по аппаратной части
- Moxa DA-682A-C7-DPP-LX Технические характеристики
- Braun 5050s Series 5 Инструкция по эксплуатации
- Braun HD 550 Инструкция по эксплуатации
- Braun Silk-epil 7 SkinSpa 7-561 Wet And Dry Инструкция по эксплуатации
- Braun 195s Series 1 Инструкция по эксплуатации
- Braun BT 7050 Инструкция по эксплуатации
- Braun 7929 Silk-epil 7 Skin Spa Инструкция по эксплуатации