Jump to content

DaveE

Members
  • Posts

    83
  • Joined

  • Last visited

About DaveE

  • Birthday 12/25/1961

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

2,982 profile views

DaveE's Achievements

Advanced Member

Advanced Member (3/4)

2

Reputation

  1. I always knew you cared Joe Yes SI 103 and 104 I was only using socket 0 and 1
  2. Just if anyone cares, I fount the issue The socket was going to sleep after the time outs ended, and it took a while to wake them back up again I set them to the maximum and it still wasnt enough, I ended up having to set the time outs to 0 and then I always got the data coming in. Not the way I wanted to do it, but hey it worked
  3. Hmm seem also to remember some issue with the timing that I had, not sure exactly what now but what fixed it was starting a timer from when the first byte was received before moving on
  4. Just a thought, because its hard to tell, but how many characters are you sending I had a similar issue when my buffer length was too short, therefore it was clipping the message off
  5. Good Evening I have recently downloaded this version Is it just me or is it really twitchy? I stops, goes non responsive so frequently its doing my head in Running Windows 10 64Gb ram, I 7 processor, so it shouldnt be the computer. Never had an issue with 1.28 version any thoughts?
  6. Aus Yes you are correct scans of the camera (slip of the brain) The issue I have is that even if I just stay on the first 5 lines of the main routine, and dot run anything else at all, the MB33 and the MB38 do not increment to start with, and then "wake up" (Those are attached to the TCP/IP scan) One thing that was suggested to me today, which I forgot about was to go into info mode and scan then, to see if the PLC is getting something and doing nothing with the data, or not getting anything
  7. Good Afternoon I have a V570 that is connected over TCP/IP to 2 cognex cameras. for some reason that I cannot establish when I start the system, the first 3 or 4 scans will not trigger the scan. Neither MB33 or MB38 go high when the camera is triggered to take a picture. After the first couple of scans it seems to start working properly. The logic in my head tells me that the camera for some reason isnt sending the scans over properly, but that doesnt make sense to me either. This is the initialize in the main routine. If I go to the sub routine (and yes it is being called) if the positive edge of MB33 or MB38 is not seen, the whole system stops. I have to be missing something, I have time outs set, so If I lose communication for some reason is starts again. I am missing something and hoping a genius out there can assist my brain Thanks
  8. I had the same issue, however mine was my fault... Timers were saved and loaded up on start up and then stored and recalled on start again, if they changed Needless to say instead of loaded the saved number, I saved zero, and all my timers went away!
  9. Thanks guys I guess I will find out if Flex is a genius
  10. Good Morning I have a new project in which my customer wants the system to scan a barcode, connected either via serial or ethernet and then record the barcodes scanned. That bit is no issue, was going to use a data table and store all of the scans done, and use the last entry to give him a total. However he has just thrown a wrench in what I had planned as he wants the details on the screen too. Not only that he wants to show a totalized list of the barcodes scan with a subtotal for each barcode scanned during the day, and I am not sure how to created that on the PLC. And I will not know what those barcodes will be, could be one barcode, could be 10 different (they have 3000 different products, but fortunately not all running at once.) I will be using a V570 for this. Has anyone got any knowledge of doing this type of thing previously, or even if its possible? Thanks
  11. Good Morning I did this (and do this) using a data table and a sensor at both ends After the camera is triggered, store a bit in row 0 of a data table to "say" either " good read-0" or "bad read-1" and then increment the row in the data table, so the next trigger comes into the next row. Then at the reject end I read row 0 and if that bit is true I set the reject, if false I unset the reject (just to be safe) at the end of all that I delete row 0 and decrement the row works like a charm and no encoder needed. also, major benefit is that you change product sizes, it doesnt matter, as you are counting products. Also you can put the reject where you like, who cares, its only numbers. (Hint, if you go this way, make sure that you use plenty of rows when you set up the data table, when I started, I set the table for 30 rows, and needed 40 products before the reject eye.. oops)
  12. well I found a workaround! Had to extract the exe file with winrar, then go into the extracted folder and then double click the welcome.exe file all smoothly from there! All that work to start PLC coding
  13. Sorry about image size, wouldnt let me upload anything larger here is a link https://www.dropbox.com/s/cascwlo9zjgt3z2/oops.jpg?dl=0 It is while trying to install It reads the package content then fails
  14. Good Morning Just tried downloading and get an error message Not enough room on C drive I do however have 0.5 gb available I ran as admin, and turned of my antivirus. Trying to install on Windows 7 64 bit professional. Any thoughts??
×
×
  • Create New...