JMaeder Posted July 20, 2011 Report Posted July 20, 2011 Hello everyone! I have a question regarding the Unitronics Vision 570 controller. We are currently using a V570 in combination with a remote I/O module to control resistors that are used to simulate electric loads. The Problem I am trying to solve is the following: We set up a manual control via the touch display of the 570 and are now aiming to run long term endurance simulations. This requires the PLC to operate by itself for long periods of time according to a predefined schedule. I understand that the PLC offers elements such as Time/Date-Functions. However, the more elegant solution from my point of view would be to create an interface that allows programming of these schedules with excel that are then transferred to the PLC. For this the RS232 connector that is used for programming would be used. Is this a possible and viable option or am I getting ahead of myself here? Thank you for your assistance! JMaeder
Stein Yair Posted July 21, 2011 Report Posted July 21, 2011 I agree that the solution you are offering is more elegant. However, transferring CSV or Excel files to the PLC, is impossible. For this need I recommend using a Visual Basic program. Please find an example of this attached. Note that the VB code is implemented in the Excel macro. Another option is to import a CSV file to a Data Table in VisiLogic and then write it to a Data Table in the PLC:
Saragani Posted July 24, 2011 Report Posted July 24, 2011 You can also transfer files to the PLC using the .Net communication driver. It has an SD Class which let you transfer files to the SD Card.
Saragani Posted July 28, 2011 Report Posted July 28, 2011 Hi, I'm attaching the SD Card Explorer Lite. It demonstrates the APIs of the SD Class. You have both an example and the source codes of the SD Card Explorer Lite... Unitronics SD Card Explorer Lite.zip Unitronics.SdCardExplorer.Lite Source Codes.zip
Marco G Posted August 6, 2014 Report Posted August 6, 2014 Hey there, Sorry for the kick, but i wanted to take a look at the SD Card Explorer, but it doesn't work in VB 2010. I can convert it, but after converting, the project won't load. Are you guys planning on making a newer version?
AlexUT Posted August 6, 2014 Report Posted August 6, 2014 Hi Marco, Please compile the solution as x86 and test. Does it works? B.R.
Marco G Posted August 6, 2014 Report Posted August 6, 2014 (edited) Hi Marco, Please compile the solution as x86 and test. Does it works? B.R. You mean the converted project? I can't find a option to convert to x86 from the original files. And so, i still havn't been able to convert it to vb.net 2010. Edited August 12, 2014 by Marco G
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now