Record data from link (OPC) and date next to each cell recorded automatically











up vote
0
down vote

favorite












I´ve been trying to develop a code in VBA Excel that records data from PLC link OPC, I´m trying to record downtimes and the date they were recorded, I have a code but it does not seem to work properly. I just know the basics of programming. Really looking forward to get this done.



This is the code I´ve been working in, (I took it from the web)



Thank you all before hand



Code










share|improve this question
























  • You mean to say that you need a Macro to down load data from Web and record Down load Date & Time also.
    – Rajesh S
    Dec 1 at 6:31










  • @RajeshS I have the PLC linked to one cell in excel through OPC Topic, the PLC data is constantly changing, I need a macro that records the previous data when the cell changes and also print the date and time the data was recorded. Regards
    – Oscar G.
    Dec 3 at 15:28












  • in that case for better response please edit the question and include that you need Macro should record previous data along with date in other sheet to audit modifications.
    – Rajesh S
    Dec 4 at 4:29















up vote
0
down vote

favorite












I´ve been trying to develop a code in VBA Excel that records data from PLC link OPC, I´m trying to record downtimes and the date they were recorded, I have a code but it does not seem to work properly. I just know the basics of programming. Really looking forward to get this done.



This is the code I´ve been working in, (I took it from the web)



Thank you all before hand



Code










share|improve this question
























  • You mean to say that you need a Macro to down load data from Web and record Down load Date & Time also.
    – Rajesh S
    Dec 1 at 6:31










  • @RajeshS I have the PLC linked to one cell in excel through OPC Topic, the PLC data is constantly changing, I need a macro that records the previous data when the cell changes and also print the date and time the data was recorded. Regards
    – Oscar G.
    Dec 3 at 15:28












  • in that case for better response please edit the question and include that you need Macro should record previous data along with date in other sheet to audit modifications.
    – Rajesh S
    Dec 4 at 4:29













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I´ve been trying to develop a code in VBA Excel that records data from PLC link OPC, I´m trying to record downtimes and the date they were recorded, I have a code but it does not seem to work properly. I just know the basics of programming. Really looking forward to get this done.



This is the code I´ve been working in, (I took it from the web)



Thank you all before hand



Code










share|improve this question















I´ve been trying to develop a code in VBA Excel that records data from PLC link OPC, I´m trying to record downtimes and the date they were recorded, I have a code but it does not seem to work properly. I just know the basics of programming. Really looking forward to get this done.



This is the code I´ve been working in, (I took it from the web)



Thank you all before hand



Code







microsoft-excel date recording






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 30 at 19:03

























asked Nov 29 at 20:39









Oscar G.

11




11












  • You mean to say that you need a Macro to down load data from Web and record Down load Date & Time also.
    – Rajesh S
    Dec 1 at 6:31










  • @RajeshS I have the PLC linked to one cell in excel through OPC Topic, the PLC data is constantly changing, I need a macro that records the previous data when the cell changes and also print the date and time the data was recorded. Regards
    – Oscar G.
    Dec 3 at 15:28












  • in that case for better response please edit the question and include that you need Macro should record previous data along with date in other sheet to audit modifications.
    – Rajesh S
    Dec 4 at 4:29


















  • You mean to say that you need a Macro to down load data from Web and record Down load Date & Time also.
    – Rajesh S
    Dec 1 at 6:31










  • @RajeshS I have the PLC linked to one cell in excel through OPC Topic, the PLC data is constantly changing, I need a macro that records the previous data when the cell changes and also print the date and time the data was recorded. Regards
    – Oscar G.
    Dec 3 at 15:28












  • in that case for better response please edit the question and include that you need Macro should record previous data along with date in other sheet to audit modifications.
    – Rajesh S
    Dec 4 at 4:29
















You mean to say that you need a Macro to down load data from Web and record Down load Date & Time also.
– Rajesh S
Dec 1 at 6:31




You mean to say that you need a Macro to down load data from Web and record Down load Date & Time also.
– Rajesh S
Dec 1 at 6:31












@RajeshS I have the PLC linked to one cell in excel through OPC Topic, the PLC data is constantly changing, I need a macro that records the previous data when the cell changes and also print the date and time the data was recorded. Regards
– Oscar G.
Dec 3 at 15:28






@RajeshS I have the PLC linked to one cell in excel through OPC Topic, the PLC data is constantly changing, I need a macro that records the previous data when the cell changes and also print the date and time the data was recorded. Regards
– Oscar G.
Dec 3 at 15:28














in that case for better response please edit the question and include that you need Macro should record previous data along with date in other sheet to audit modifications.
– Rajesh S
Dec 4 at 4:29




in that case for better response please edit the question and include that you need Macro should record previous data along with date in other sheet to audit modifications.
– Rajesh S
Dec 4 at 4:29















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1379560%2frecord-data-from-link-opc-and-date-next-to-each-cell-recorded-automatically%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1379560%2frecord-data-from-link-opc-and-date-next-to-each-cell-recorded-automatically%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How do I know what Microsoft account the skydrive app is syncing to?

When does type information flow backwards in C++?

Grease: Live!