1768-EWEB Question

Join Date
Feb 2017
Location
PA
Posts
49
Does this module have the capabilities to broadcast plc status over a closed wireless network? I'm wanting to connect it to a wireless router, then connect a cell phone to the network running an app that will scan for plc status changes.
 
Welcome to the Forum !

The typical way to do such a status monitor is for the external application to implement a driver to read and write data tags in the controller.

But the 1768-EWEB does have support for raw sockets, so you can transmit ASCII or binary data over TCP or UDP to whatever device you've connected to the network.

It generally requires professional level programming skills on the CompactLogix side; it's more complex than ordinary MSG instructions or ASCII serial port instructions are.
 
Thanks!

I was hoping to put a .txt file on the eweb server and have 3 outputs from the plc change the text from 0,1,and 2 depending on which output was active at the time. I'm going to get one and toy with it. I'm not very hopeful i can accomplish what i want. but won't know till i try.
 

Similar Topics

Hi Guys, Is anyone able to take a look at the attached and tell me where I am going wrong ? This is my first go at socket communication so in...
Replies
1
Views
1,801
Hi I'm trying to communicate with 1768 eweb with Socket Interface. the manual says that i must initialize a MSG instruction, and select Create...
Replies
3
Views
3,709
Hi I must write a custom webpage, from wich a user can save a csv file that contains the controller tags and their values. I use a 1768-eweb...
Replies
0
Views
2,664
Hello Friends I am trying to connect to a Zebra printer. I can print the label with hyperterminal both by RS232 and TCP/IP. Now, I am trying to...
Replies
7
Views
276
Apparently, they are not compatible and i was hoping there was a work around.
Replies
0
Views
690
Back
Top Bottom