Rising Digital SECD-5I0A Display screen User Manual

Shanghai Rising Digital Co.,Ltd. Display screen Users Manual

User Manual

SECD‐5I0A‐03 user manualShanghai Rising Digital Co.,Ltd.SECD-5I0A-03&SECD-5I0A-03(S)&SECD-5I0B-03(S)USER MANUALDocumentNumber:Dense level:Version Number: V1.2
SECD‐5I0A‐03 user manualCATALOGOne: Function....................................................................................................................................................11、Powerful function, good sharp.................................................................................................................................12、LM development environment.................................................................................................................................3Two: Function definition.................................................................................................................................. 41、interface definition...................................................................................................................................................42、size............................................................................................................................................................................ 53、34 pin interface definition........................................................................................................................................5Three: development and debugging................................................................................................................71、hardware development platform.............................................................................................................................72.、software development environment.......................................................................................................................73、example.................................................................................................................................................................... 83.1、graphic development........................................................................................................................................ 83.3、download the photos and program................................................................................................................ 11Four: connect the controller...........................................................................................................................13
SECD‐5I0A‐03 user manual1One: Function1、Powerful function, good sharpcontrol、display、GPS/GPRS/WIF communicationinput and output signals,for sampling and controllinggood sharp:PAD sharp1) Voltage input:channel:6signal:0〜5V.DCprecision:0.5%resolution:0.025%2) Resistance input :channel:2precision:0.5%resolution:0.025%3) Discrete input(low level):channel:5signal peak:0〜40V.DCfrequency:0Hz〜1KHz4) Periodic input:channel:1signal peak:1.2〜36V.DCrange:10Hz〜70KHz
SECD‐5I0A‐03 USER MANUAL2precision:0.1%5) PWM output:channel:6frequency:50〜2.55kHzcurrent:0〜1.5Aprecision:1%resolution:0.025%features:overpressure、short circuit protection6) Motordriveroutput:channel:4(one stepper motor)contact capacity:40V.DC 1.2Afrequency:0Hz〜130Hzfeatures:overpressure、short circuit protection7) Digital output:channel:6contact capacity:36V.DC 1.8Afrequency:0Hz〜1KHz8) Communication interface:CAN:1circuit,Rate of optional,ISO11898 CAN 2.0B、J1939Communications link:1circuit,4G/GSMNorth American version‐frequency band LTE‐FDD B2/4/5/12/17,WCDMA B2/4/5,GSM 850/1900The European version—frequency band LTE‐FDD B1/3/5/7/8/20,WCDMA B1/5/8,GSM
SECD‐5I0A‐03 USER MANUAL3850/900/1800/1900The Chinese version—frequency band LTE‐FDD B1/3/8,LTE‐TDD B38/39/40/41,WCDMA B1,TD‐SCDMA B34/39,GSM 900/1800GPS link:1circuit9) Display parameters:resolution:640×480(3RGB)10) Other indicatorskernel:ARM Contex‐M4(32bit)proposed kernel:168MHzduty cycle:≤5mspower supply:9〜36V.DC(Under the recommended voltage 24 v DC 36 v can't work for a long time)output voltage:5V.DC,0.75ACurrent consumption:0.2A.DC(24V.DC)Working temperature:‐20〜+65℃Storage temperature:‐25〜+80℃overvoltage protection:37.2Vhigh temperature protection:80℃vibration level: 6.8g, 8.3‐400HZprotection grade:IP65,all‐round protectionrelative humidity:10%〜90%overall dimensions:120mm×88mm×51.5mm2、LM development environmentLM Studio development environment which is based on IEC61149
SECD‐5I0A‐03 USER MANUAL4LM Studio GUI module provide the graphic user interface(GUI)Lots of function blocks which can be used to develop graphic and program quicklyTwo: Function definition1、interface definition
SECD‐5I0A‐03 USER MANUAL52、size4×M6 screws3、34 pin interface definitionNO NAME FUNCTION REMARK1CAN_L CANLow Communicate with controller;Program download and debug2CAN_H CAN High3 TI1 Periodic input4 AI_V5 Analog input Active High5 AI_V6 Analog input Active High6 DI_L5 Digital input Active low7 RS Reset Ground beyond 3s8GND Ground9 +5VOUT +5V Output
SECD‐5I0A‐03 USER MANUAL610 PWM_1/DO_1 Pulse‐widthModulation/Digital Output11 A+ Moto A+12 DI_L1 Digital Input Active low13 DI_L2 Digital Input Active low14 DI_L3 Digital Input Active low15 DI_L4 Digital Input Active low16 A‐Moto A‐17 SMI The Ignition Signal18 PWM_2/DO_2 Pulse‐widthModulation/Digital Output19 B+ Moto B+20 B‐Moto B‐21 AI_V1 Analog input Voltage type22 PWM_6/DO_6 Pulse‐widthModulation/Digital Output23 AI_R1 Analog Input Resistance type24 GND Ground25 +24VIN Power Range:12~36VDC26 PWM_3/DO_3 Pulse‐widthModulation/Digital Output27 PWM_4/DO_3 Pulse‐widthModulation/Digital Output28 PWM_5/DO_4 Pulse‐widthModulation/Digital Output29 AI_V2 Analog Input Voltage type30 AI_V3 Analog Input Voltage type31 AI_R2 Analog Input Resistance type32 AI_V4 Analog Input Voltage type33 GND Ground34 +24VIN Power Range:12~36VDC
SECD‐5I0A‐03 USER MANUAL7Three: development and debugging1、hardware development platformThe LM USB emulator plug in PC by USB interface. And the USB emulator is connect with the display screenby CAN‐bus. LM Studio (the software development environment) can be setup in PC. And the hardwaredevelopment platform is completed.2.、software development environmentLM Studio is the platform for software project management, code editing, code compiling, code debugger,code downloading. We can use LM language to develop program.User can develop HMI by the way of graphic user interface(GUI) . We only need to create some widget in thedevelopment environment. Then attach the value to the widget parameter. And write some LM script on thebackground program. Graphical show by LM studio GUI module is the same to one which is running in thedevice.
SECD‐5I0A‐03 USER MANUAL8Figure 1 LM Studio setupLM Studio (the software development environment) can be setup in PC. The user can create project,create page, add the widget, generate the script, download program, program debugger.3、example3.1、graphic developmentcreate a new projectadd the GUI widgetgenerate GUI code3.1.1 create a new GUI project3.1.2 add the GUI widgetcreate the widgets in one page by the software development environment
SECD‐5I0A‐03 USER MANUAL9create an icon by the software development environment
SECD‐5I0A‐03 USER MANUAL10create the number by the software development environmentcreate a bar graph
SECD‐5I0A‐03 USER MANUAL113.1.3 generate GUI codeDouble –click the graphic, GUI code is generated automatically3.3、download the photos and program3.3.1 ready to start1)create CODE,GUI file in the USB diskCODE file ‐‐‐ copy the LM program and GUI program
SECD‐5I0A‐03 USER MANUAL122)GUI file, create a new file —GUICFG.txt ,which is the configuration file。GUICFG.txtGUIType:n,n is the type of display screen:1—4.3 inch;2‐‐‐5.0 inch3—7.0 inchGUILib:V3)GUI file: create the ICON file、LIB file、PHOTO fileLIB file‐‐‐libs,such as XXXX.DZKPHOTO file‐‐‐photos,such as XXXX.bmpICON 文件夹‐‐icons,such as XXXX.bmp3.3.2 Start to read photos, libs, and icons from the USB disk1)USB disk is connect with the display screen USB interface2)delay 5 seconds,it starts to read。
SECD‐5I0A‐03 USER MANUAL13Four: connect the controllerConnect with the controller by CANBus. Support CAN2.0B, CanOpen, J1939 protocol

Navigation menu