D
DJTepas
Hello all,
I need to write a database for work that can compare and report
differences of settings in a PLC.
The PLC saves the data in a paradox file. I can pull information into
access but I am unable to change the way the data is stored. PLC
table is stored;
Machine Number, Setting No., Setting Name, Setting, Setting Page,
Setting No. On Page
12345, 1.1, Max Speed, 3500, 1, 1
12345, 1.2, Min Speed, 3000, 1, 2
12345, 1.3, Selected Components, 10010000111, 1, 3
The Table I need to set up looks like this;
Machine Number, Setting 1.1 value, Setting 1.2 value Setting 1.3 value
12345, 3500, 3000, 10010000111
12223, 3500, 2900, 11101111100
There is alot of information in the tables that is not needed to
compare all the settings. I do need to be able to compare either a
single setting, a whole page, or all settings for a turbine number. I
have to compare these settings against many different sources of data
and I am trying to speed up my current why of doing this. To much
copying and pasting. I did write a macro for excel to speed some of
this up, but still to much time is being used to copy and paste the
different reports that are needed. How do I move that data I need
from table A to table B?
I need to write a database for work that can compare and report
differences of settings in a PLC.
The PLC saves the data in a paradox file. I can pull information into
access but I am unable to change the way the data is stored. PLC
table is stored;
Machine Number, Setting No., Setting Name, Setting, Setting Page,
Setting No. On Page
12345, 1.1, Max Speed, 3500, 1, 1
12345, 1.2, Min Speed, 3000, 1, 2
12345, 1.3, Selected Components, 10010000111, 1, 3
The Table I need to set up looks like this;
Machine Number, Setting 1.1 value, Setting 1.2 value Setting 1.3 value
12345, 3500, 3000, 10010000111
12223, 3500, 2900, 11101111100
There is alot of information in the tables that is not needed to
compare all the settings. I do need to be able to compare either a
single setting, a whole page, or all settings for a turbine number. I
have to compare these settings against many different sources of data
and I am trying to speed up my current why of doing this. To much
copying and pasting. I did write a macro for excel to speed some of
this up, but still to much time is being used to copy and paste the
different reports that are needed. How do I move that data I need
from table A to table B?