Jump to content

taygroebs

Members
  • Posts

    7
  • Joined

  • Last visited

taygroebs's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I guarantee you this was the case for these specific DINTs. It wasn't doing it for any other DINTs, just the ones from the camera. You can see in my snippets. Those were brand new tags that were not used anywhere else. I used set coils as well and they were behaving the same so they were not pulsating. We ended up changing the data type within our camera and the EDS file to an UINT8. When we did this everything worked as expected. No idea why Unilogic did not like the DINTs from this camera. I will say this issue is resolved.
  2. I also already tried using set contacts because I thought of the same thing. I also assure you that these tags are not used anywhere else and that I just created them! I have now learned that the Equals and Not Equal comparisons are swapped backwards? When the equal is true, it's not on but when it's false it is on. And the opposite is true for the not equal.
  3. Yes. We also have three IO modules connected to the CPU on the back of the HMI but this communication is via ethernet. There are 7 total scanner nodes being used.
  4. The hardware is USP-104-B10 Firmware 1.32.112 Software version 1.32.98
  5. I appreciate the response. Unfortunately I just made the tag for my troubleshooting and it is not used anywhere else. I have made a lot of new tags for troubleshooting, arrays and DINTs and nothing has worked.
  6. The subroutine is definitely being called in the program. In the same subroutine we are using REALs and bits from the same device and they are all working. This is the only rung that isn't working. I also put the rungs in the main routine and the same thing happens
  7. We are pulling in an INT32, along with REALS and other bits, over ethernet/ip coming from a camera. For some reason, when the compare is true, it will not activate the coil after. In the same routine we are storing REALs and other bits from the same device and they are working, but I can't get anything to happen with the INT32s. I have tried storing them into new tags, I've tried Num to Bits, I've tried comparing with another INT32 tag, INT to Real, and nothing has been working. I have some examples of what we have tried in the images below. You can see how the equal is true but the coil is not on. This is the only place where this coil is used. Any ideas? Thank you
×
×
  • Create New...