Finished development on requiring TW Entry on metrology frequency for scan app logging

This commit is contained in:
Infineon\Ouellette
2025-01-10 14:36:00 -07:00
parent 63bded8bb1
commit 75f6d207c6
2 changed files with 111 additions and 94 deletions

View File

@ -756,6 +756,10 @@ Service IsTWLoggingReqd(RDSNo)
end else
Response = True$
end
TWTrackingSystemActive = Database_Services('ReadDataColumn', 'APP_INFO', 'NEW_TW_SYSTEM_ACTIVE_SWITCH', 1, True$, 0, False$)
If TWTrackingSystemActive EQ False$ then
Response = False$
end
end service
//----------------------------------------------------------------------------------------------------------------------