A data acquisition and processing method for substation telecontrol system
A telecontrol system and data acquisition technology, applied in the direction of information technology support systems, electrical components, circuit devices, etc., can solve problems such as unfavorable data characteristic distinction, achieve the goal of improving compatibility and telecontrol performance, solving confusion, and ensuring accuracy Effect
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
example 1
[0027] void DealYXByInclusion(CIED*pIED, CIEDLink*pLink, CRCB*pRCB, PRIM_DATA*prims, const int leaf_cnt, ST_UINT8*Inclusion, const int item_cnt, ST_UINT8*EntryID)
[0028] This function realizes the parsing report according to the Inclusion method. The function passes the IED model information of the 61850 device, device connection, report, data parameters, Inclusion and other parameters into the function, and searches for the position where the bit is 1 in the Inclusion according to the uploaded report, then its The position indicates which signal in the data set has displacement information, and the position information can be set to the IED model of the 61850 device.
example 2
[0030] void DealYXByIndexPath(CIED*pIED, CIEDLink*pLink, CRCB*pRCB, PRIM_DATA*prims, const int leaf_cnt, ST_UINT8* / *Inclusion* / , const int / *item_cnt* / , ST_UINT8*EntryID)
[0031] This function implements report parsing according to the index path. The function passes the IED model information, device connection, report, and data parameters of the 61850 device into the function, and matches the index path in the report with the index path in the device model one by one. To find out the corresponding remote signaling point, the location information can be set to the IED model of the 61850 device.
[0032] 2. Design single-point and double-point conversion functions and their inverse functions to realize the conversion between double-point remote signaling and single-point remote signaling.
example 3
[0034] void CDPI::set_spi(Juint8spi)
[0035] {
[0036] m_state=(spi&SPI_MASK)? DPI_On:DPI_Off;
[0037]}
[0038] Juint8 CDPI::to_spi()const
[0039] {
[0040] return(DPI_On==m_state)? 1:0;
[0041] This function realizes the conversion between double-point remote signaling and single-point remote signaling.
[0042] 3. Design a data quality maintenance module, which is used to maintain the quality of collected and processed remote signaling and telemetry data.
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 
