VBA coding for iterating online tag values from RSLinx


VBA coding for iterating online tag values from RSLinx



I'm fetching online tag values from RSLinx into a cell in my excel sheet , and I've stored the online value of a fan output ( 0 or 1) in a different cell. Now i want to write a code in vba to iterate the value of the online tags into the successive rows for as long as the fan output is 1.





Welcome to Stack Overflow. When you're worried about being vague in your questions please refer to this link to help you write your questions. Then people will be able to help you more effectively.
– Lux Claridge
Jun 29 at 17:30






What's an RSLinx? What is a "fan output"? What "Online tags"? How is your sheet set up? How are "Fetching online tags" from the RSLinx thing? Have you written any code yet and this new functionality is adding to it, or is this starting from scratch?
– JNevill
Jun 29 at 19:16





RSLinx is a software to interface my PLC's and and the fan output is something that runs on the PLC . through a dde/opc link i copy the data tags that are running online on the plc into excel . I'm starting from scratch.
– chitra korimilli
Jun 29 at 19:45









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Export result set on Dbeaver to CSV

Opening a url is failing in Swift