先运行力控应用程序(如演示工程——反应釜),实时数据库系统亦随之启动。 然后启动delphi6.0,创建一个新的工程。 在form1窗体中,放置DdeClientConv控件(system标签页),设置ConnectMode属性值为ddeAutomatic、DdeService属性值为db、DdeTopic属性值为db; 接下来放置DdeClientItem控件(system标签页),设置DdeConv为DdeClientConv1,设置DdeItem属性值为所要读取的数据库点参数值如dbmixvol.pv; 放置一个edit控件; 放置一个TImer控件,设置interval属性值为100;在onTImer脚本中加入: procedure TForm1.TImer1TImer(Sender: TObject) begin edit1.text:=form1.DdeClientItem1.Text end
上传时间: 2014-01-22
上传用户:lwwhust
富士通微控制器8位MCU各项功能的应用实例源代码,包括I2C通信,PPG TImer,AD转换,Reload TImer等等的C语言例程。
上传时间: 2014-11-29
上传用户:363186
富士通芯片16位MCU MB90340系列各项功能的C语言例程,包括AD转换、CAN接口通信、I2C通信、UART通信以及各种TImer的应用实例。
上传时间: 2014-01-15
上传用户:Late_Li
富士通芯片 32位MCU各项机能应用实例的C语言例程,包括AD转换、DA转换、I2C通信、UART通信、Reload TImer、Watch TImer等等实例。
上传时间: 2017-03-16
上传用户:czl10052678
This program demonstrates how to draw lines in a picture box using the GDI, controlling background color and line color. It also includes a simple animation using a TImer.
标签: demonstrates controlling background program
上传时间: 2014-01-16
上传用户:小眼睛LSL
PIC16F877 各种模块例程,如SPI,I2C,TImer等
上传时间: 2017-04-11
上传用户:zsjzc
针对STM32F103RB的一系列例子程序,其中包括LCD,LED,UART,CAN,SPI,ADC,TImer等例子
上传时间: 2017-04-21
上传用户:xcy122677
1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is fixed tick. Fixed tick means that tick interrupt is occurred every 1ms. Variable tick means that TImer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\TImer\Sources file SOURCES= TImer_fixedtick.c watchdog.c -> SOURCES= TImer_vartick.c watchdog.c
标签: EVT0 followings BSP support
上传时间: 2014-01-27
上传用户:fnhhs
I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.net. I have spent lot of time in net for searching this but all in vain, I didn t get a simple programme to solve the same and lastly I gave myself a try for the same and developed the code, I have used there a folderbrowserdialogue and a TImer with a picture box control and in coding I have used IO name spaces to get the pathe and folder info here is the code. Enjoy Subhankar
标签: programme develope pictures trying
上传时间: 2017-04-24
上传用户:a3318966
The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit TImer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security
标签: microcontroller programmable in-system W78E58B
上传时间: 2017-04-27
上传用户:yiwen213