patrickjmcd / ethernet-ip-tagreader

React Native app for reading tags on Rockwell PLC's
2 stars 0 forks source link

Development Status #1

Open jdingus opened 6 years ago

jdingus commented 6 years ago

Really interested in using this application if it is ready to try. Trying to do some live viewing of PLC tags for a project I'm working on. Would be viewing from the browser and not a mobile device. Thank you in advance for any help regarding your project.

patrickjmcd commented 6 years ago

Should be ready to test, although I'll make no guarantees about it being perfect. If you have any questions or issues, let me know

patrickjmcd commented 6 years ago

Actually, this application was built for react-native and probably won't be what you're looking for. I'd suggest starting with learning how node-ethernet-ip works first. You can look at my repo node-ethernet-ip-electron for an Electron implementation. It was built as an example for how to use Electron with node-ethernet-ip, so it should be pretty close to how a nodejs web server would work. I'd also suggest looking into node-ethernet-ip-scanlist for an implementation of a scanlist feature.

jdingus commented 6 years ago

Thanks for the great info. I'll brush up on my Node skills and start with node-ethernet-ip. Really like what I'm seeing in these repos you guys are doing some great work.

patrickjmcd commented 6 years ago

If you have any questions, feel free to reach out and I'll do my best to help you.

jdingus commented 6 years ago

Thanks Patrick.