Search found 3 matches

by shuntley
Mon Apr 08, 2013 11:04 am
Forum: Controller Communication
Topic: Micrologix Ethernet Problem
Replies: 5
Views: 11691

Re: Micrologix Ethernet Problem

I'm having the same problem with my project. Please explain how to update the program on the panel.

I know that my PC has the most recent IX software, but I don't know how to update the software on the IX panel itself.
by shuntley
Tue Feb 12, 2013 5:30 pm
Forum: Application Development
Topic: Issues with on click Tag Connection
Replies: 4
Views: 8146

Re: Issues with on click Tag Connection

I have updated the drivers, but the issue remains. Here is an example of the tag. This tag comes up as No Tag FQIT_1001_C in IX Panel Fqit_1001_C, Float, readwrite, 0, 1, float, FQIT_1001_C This tag however works fine: FQIT_1001, Float, Readwrite, 0, 1, Float, Fqit_1001 Both tags are in the same pla...
by shuntley
Tue Feb 12, 2013 11:54 am
Forum: Application Development
Topic: Issues with on click Tag Connection
Replies: 4
Views: 8146

Issues with on click Tag Connection

Hello I'm doing programming for a T21C connected to a RSLogix5K L61 via ethernet. I'm having two issues currently first I have a bool that I wish to toggle with a button on click toggle. I have created the button and when I change the state in the PLC the button does change its state, but when i try...