Blame view

SanlienDataRecoder_01/Untitled1/DUTs/stAcquisitionData.TcDUT 614 Bytes
03a3ca636   frank   初版
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  <?xml version="1.0" encoding="utf-8"?>
  <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.11">
    <DUT Name="stAcquisitionData" Id="{96ac8e12-3ca1-4a21-afba-2475bc5cb67b}">
      <Declaration><![CDATA[{attribute 'pack_mode' := '8'} 
  TYPE stAcquisitionData :
  STRUCT
  	(* DC Time Stamp infomation *)	
  	nDcTimeStamp		: T_DCTIME;		(* Data Acquisition DC TimeStamp  *)
  	(* From IO Terminal *)
  	AIN0	: DINT;
  	AIN1	: DINT;
  	AIN2	: DINT;
  	AIN3	: DINT;
  	ADC_nSample			: UINT;
  	ECAT_IRQ_Counter	: UINT;
  	ECAT_SYNC0_Counter	: UINT;
  	ECAT_SYNC1_Counter	: UINT;
  END_STRUCT
  END_TYPE
  ]]></Declaration>
    </DUT>
  </TcPlcObject>