Sign in to follow this  
Followers 0
RMVitrum

Steps to Update Programming to Allow Pulling of Data From Network

7 posts in this topic

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.

Share this post


Link to post
Share on other sites
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?

Share this post


Link to post
Share on other sites
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...

Share this post


Link to post
Share on other sites
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?

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites
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 person likes this

Share this post


Link to post
Share on other sites
Any tips on displaying tables on the NS8? Thanks, Rob.

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0