json in process-data-standard-format
when mes-entity-matches-process save to MET08THFTIRQS408M EDA Logic for GV
This commit is contained in:
@ -30,6 +30,20 @@ public class MET08THFTIRSTRATUS
|
||||
[TestMethod]
|
||||
public void Production__v2_59_0__MET08THFTIRSTRATUS__MoveMatchingFiles() => _MET08THFTIRSTRATUS.Production__v2_59_0__MET08THFTIRSTRATUS__MoveMatchingFiles();
|
||||
|
||||
#if DEBUG
|
||||
[Ignore]
|
||||
#endif
|
||||
[TestMethod]
|
||||
public void Production__v2_59_0__MET08THFTIRSTRATUS__MoveMatchingFiles638014829236768048__Normal()
|
||||
{
|
||||
string check = "*.pdsf";
|
||||
_MET08THFTIRSTRATUS.Production__v2_59_0__MET08THFTIRSTRATUS__MoveMatchingFiles();
|
||||
MethodBase method = new StackFrame().GetMethod();
|
||||
string[] variables = _MET08THFTIRSTRATUS.AdaptationTesting.GetVariables(method, check);
|
||||
_ = _MET08THFTIRSTRATUS.AdaptationTesting.Get(method, variables[2], variables[3], false).ReExtract();
|
||||
AdaptationTesting.UpdatePassDirectory(variables[2]);
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
[Ignore]
|
||||
#endif
|
||||
|
@ -1182,7 +1182,7 @@ public class AdaptationTesting : ISMTP
|
||||
Assert.IsNotNull(extractResult.Item3);
|
||||
Assert.IsNotNull(extractResult.Item4);
|
||||
if (!validatePDSF)
|
||||
_ = GetProcessDataStandardFormat(fileRead, logistics, extractResult, ProcessDataStandardFormat.GetEmpty());
|
||||
_ = GetProcessDataStandardFormat(fileRead, logistics, extractResult, ProcessDataStandardFormat.GetEmpty(logistics));
|
||||
else
|
||||
{
|
||||
Assert.IsTrue(extractResult.Item3.Length > 0, "extractResult Array Length check!");
|
||||
|
@ -1,11 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
// getValue($('dcp.BIORAD4/csv/Count', ''), $('dcp.BIORAD4/csv/Index', ''), $('dcp.BIORAD4/csv/Slot', ''), $('dcp.BIORAD4/csv/Mean', ''));
|
||||
// getValue($('gv.thicknessMeanSlotOne', ''), $('dcp.BIORAD5/csv/Count', ''), $('dcp.BIORAD5/csv/Index', ''), $('dcp.BIORAD5/csv/Slot', ''), $('dcp.BIORAD5/csv/Mean', ''));
|
||||
|
||||
function getValue5(count, index, slot, mean) {
|
||||
function getValue5(thicknessMeanSlotOne, count, index, slot, mean) {
|
||||
let result = null;
|
||||
if (count !== 2 || index !== 0 || slot !== "1" || mean == '')
|
||||
result = '';
|
||||
if (count !== 2 || index !== 0 || slot !== '1' || mean == '')
|
||||
result = thicknessMeanSlotOne;
|
||||
else
|
||||
result = mean;
|
||||
return result;
|
||||
@ -26,12 +26,12 @@ values14.forEach(element => {
|
||||
console.info('Match');
|
||||
});
|
||||
|
||||
// getValue($('dcp.BIORAD4/csv/Count', ''), $('dcp.BIORAD4/csv/Index', ''), $('dcp.BIORAD4/csv/Slot', ''), $('dcp.BIORAD4/csv/Mean', ''));
|
||||
// getValue($('gv.thicknessMeanSlotTwentyFive', ''), $('dcp.BIORAD5/csv/Count', ''), $('dcp.BIORAD5/csv/Index', ''), $('dcp.BIORAD5/csv/Slot', ''), $('dcp.BIORAD5/csv/Mean', ''));
|
||||
|
||||
function getValue31(count, index, slot, mean) {
|
||||
function getValue31(thicknessMeanSlotTwentyFive, count, index, slot, mean) {
|
||||
let result = null;
|
||||
if (count !== 2 || index !== 1 || slot !== "25" || mean == '')
|
||||
result = '';
|
||||
if (count !== 2 || index !== 1 || slot !== '25' || mean == '')
|
||||
result = thicknessMeanSlotTwentyFive;
|
||||
else
|
||||
result = mean;
|
||||
return result;
|
||||
@ -52,7 +52,7 @@ values40.forEach(element => {
|
||||
console.info('Match');
|
||||
});
|
||||
|
||||
// getValue($('dcp.BIORAD4/csv/Count', ''), $('dcp.BIORAD4/csv/Index', ''), $('dcp.BIORAD4/csv/Slot', ''), $('gv.thicknessMeanSlotOne', ''), $('gv.thicknessMeanSlotTwentyFive', ''));
|
||||
// getValue($('dcp.BIORAD5/csv/Count', ''), $('dcp.BIORAD5/csv/Index', ''), $('dcp.BIORAD5/csv/Slot', ''), $('gv.thicknessMeanSlotOne', ''), $('gv.thicknessMeanSlotTwentyFive', ''));
|
||||
|
||||
function getValue57(count, index, slot, thicknessMeanSlotOne, thicknessMeanSlotTwentyFive) {
|
||||
let result = null;
|
||||
@ -78,7 +78,7 @@ values66.forEach(element => {
|
||||
console.info('Match');
|
||||
});
|
||||
|
||||
// getValue($('dcp.BIORAD4/csv/Count', ''), $('dcp.BIORAD4/csv/Index', ''), $('dcp.BIORAD4/csv/Slot', ''), $('gv.thicknessMeanSlotOne', ''), $('gv.thicknessMeanSlotTwentyFive', ''));
|
||||
// getValue($('dcp.BIORAD5/csv/Count', ''), $('dcp.BIORAD5/csv/Index', ''), $('dcp.BIORAD5/csv/Slot', ''), $('gv.thicknessMeanSlotOne', ''), $('gv.thicknessMeanSlotTwentyFive', ''));
|
||||
|
||||
function getValue(count, index, slot, thicknessMeanSlotOne, thicknessMeanSlotTwentyFive) {
|
||||
let result = null;
|
||||
|
Reference in New Issue
Block a user