25 第四采集点温度高位(实际值)
26 第四采集点温度低位(红外测量值)
27 第四采集点温度高位(红外测量值)
现在要取得里面的数字,填入sql表的字段
字段为站号,第一采集点实际温度,第一采集点测量温度.......全部是int4
请问怎么做?用byte数组接收?还是怎么的?解决一定给分,不是说着的,去问沧海桑田就知道我很守信用的。

解决方案 »

  1.   

    type typDataHead
      RESV1 as byte
      RESV2 as byte
      RESV3 as byte
      sFlag as byte
      iStationNum1 as byte
      iStationNum1 as byte
      iStationNum1 as byte
      iStationNum1 as byte
      iStationNum1 as byte
      iLDataLen as byte
      iUDataLen as byte
    end type
    接下去就可以自己写了
      

  2.   

    sorry,写错了type typDataHead
      RESV1 as byte
      RESV2 as byte
      RESV3 as byte
      sFlag as byte
      iStationNum1 as byte
      iStationNum2 as byte
      iStationNum3 as byte
      iStationNum4 as byte
      iStationNum5 as byte
      iLDataLen as byte
      iUDataLen as byte
    end type
      

  3.   

    jnue(沧海桑田)我知道你在,呵呵,拉我一把