I'm changing a working application from testStand 3.1 to 4.0 and I'm having trouble with the Property Loader.
Sequence File: 86-436-01.seq
Property loader step failed to import or export properties.
116 property value(s) were found.
0 property value(s) were imported from 120 row(s) of data
Error evaluating expression:StationGlobals.Mod1_Ch0_gain = (1)
Property does not exist.
Error evaluating expression:StationGlobals.Mod1_Ch0_offset = (0)
Property does not exist.
Error evaluating expression:StationGlobals.Mod1_Ch1_gain = (1)
Property does not exist.
Error evaluating expression:StationGlobals.Mod1_Ch1_offset = (0)
Property does not exist.
Error evaluating expression:StationGlobals.Mod1_Ch2_gain = (1)
Property does not exist.
Error evaluating expression:StationGlobals.Mod1_Ch2_offset = (0)
Property does not exist.
Error evaluating expression:StationGlobals.Mod1_Ch3_gain = (1)
Property does not exist.
Error evaluating expression:StationGlobals.Mod1_Ch3_offset = (0)
Property does not exist.
Error evaluating expression:StationGlobals.Mod1_Ch4_gain = (1)
Property does not exist.
-18; User-defined error code.
The similar step that follows works just fine - it uses a different Excel file stored in the same folder.
The beginning of the Excel file looks like:
| Start Limits |
|
| <StepName> |
Variable |
| <Locals> |
Variable |
| <FileGlobals> |
Variable |
| <StationGlobals> |
Variable |
| Mod1_Ch0_gain |
1 |
| Mod1_Ch0_offset |
0 |
| Mod1_Ch1_gain |
1 |
| Mod1_Ch1_offset |
0 |
| Mod1_Ch2_gain |
1 |
| Mod1_Ch2_offset |
0 |
| Mod1_Ch3_gain |
1 |
| Mod1_Ch3_offset |
0 |