RMVitrum Posted October 15, 2015 Report Posted October 15, 2015 Newbie... NS8-TV01B-V2 / NJ501-1320 / NetworkIP. Can someone let me know if it is possible with the combination of components above to import a file of parameters from a network and use those for the PLC? What are the steps to accomplish this, ie, program this functionality into the HMI? Will I need an external PC and CX-Server to accomplish this? TIA Rob.
Crossbow Posted October 18, 2015 Report Posted October 18, 2015 You've got an NJ CPU with the database functions in it. Can't you just put the data on a database server like SQL Express and poll it with the built in database function blocks? Why do you want to use the HMI to do this?
RMVitrum Posted October 18, 2015 Author Report Posted October 18, 2015 It still would require user intervention to load a list of jobs to be done. The process now is that the user uses the HMI to input parameters and send them to the CPU. Hoping to automate the parameter input part of the process...
Crossbow Posted October 23, 2015 Report Posted October 23, 2015 What about recipes? You set the data once, save it in the screen, and then using recipe functions, send them to the PLC as a batch. What exactly are you trying to import them from?
RMVitrum Posted October 23, 2015 Author Report Posted October 23, 2015 Recipes won't work as the data is infinitely variable. I've now decided to use the DB functions on the NJ to pull data from SQL into a table, then displaying this table on the NS to, allowing the user to step through it, verify and process each item. Any thoughts, tips, gotcha's you have would b greatly appreciated. Thanks, Rob.
Crossbow Posted October 25, 2015 Report Posted October 25, 2015 The database stuff in the NJ is shockingly simple. Had one up and running with zero experience in a couple hours, and that included building a SQL Express server and a database. 1
RMVitrum Posted October 26, 2015 Author Report Posted October 26, 2015 Any tips on displaying tables on the NS8? Thanks, Rob.
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