Jump to content

SASA

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by SASA

  1. Dear colleagues, I‘ve project where I need to control two industrial ink-jet printers with UNISTREAM USC-B5-T42. By control I mean sending printing data and listening their reply using TCP Client functionality. In my PLC program I’m activating TCP Client Connect (see picture) with the same TCP Client1, and with different SERVER IP addresses but this isn’t working as I thought it would. I can’t communicate with both printers at the same time which is crucial for this project. I need to receive data from both when they are finished printing the message. Is it possible to use same PORT with two different IP addresses? I did the same project several years ago with the V570 PLC and I could use same PORT NUMBER with different IP addresses for two printers. We are distributors of LINX Printing Technologies (UK) and their industrial printers uses fixed PORT NUMBER = 29043. Regards! 27_02_24_IPM_PILA_BCD.ulpr
  2. My oldest Visilogic version is 9.3,, I don't have 9.01 is it available and how to get it ?
  3. Dear all, We have two V530 PLCs which we can't get alive We tried to connect with Visilogic 9.8.90 while it was working to make some changes to the program and after I tried to download it ERROR occured but I didn't write it down. Afterwards I tried to switch OFF/ON PLC while holding finger onto HMI to get to the STOP menu and then I tried to download new OS but with no luck. Colleague from Helpdesk Guy Sela tried to help me with the above but with no result. Is there any other way to fix OS download problem on V530, some secret procedure ? Regards, Sasa Jovanic LOGOKOD d.o.o. Croatia
  4. Hi Saragani, The program works very nice. Thanks again ! Sasa
  5. Dear Saragani, Thank you for your help. Frankly I'd never go that way you did I'll test the program right away. Sasa
  6. Dear Sarangi, As mentioned I was playing with byte replacement but I don't know how to send array. In Rang 2 I Find & replace / with Ž integer. but I don't know how to send this array through TCP Server Tx, or how to do Copy Tag to Buffer of this Array. I can only do this with STRING but when I work with Strings I can't replace / with Ž character. I was testing this with Hercules (sending and receiving data over TCP). The program is little bit messy because I'm in testing phase, Sasa proba1.ulpr
  7. Hi Saragani, The project is to read car registration plates which has standard alpha numeric characters, there won't be #$&/,...that's why I can teach Croatian characters as suggested. I played little bit with Unistream 7" PLC and I'm stucked with TCP Buffer function where I convert Buffer to Tag (INT8) and then find & replace in INT8 ARRAY character / to hex value of letter Ž (8E). This works fine but I don't know how to convert Tag to buffer INT8 array ?
  8. This is Cognex answer: OCR Max only supports the 7 Bit ASCII table. What can be done, is to "translate" Croatia characters into characters of the 7 Bit ASCII Area. In general you can teach the OCR-Tool every sign you want and tell it is a e.g Č as # Afterwards you can "decrypt" this translation in your PLC, in a script or somewhere else.
  9. Dear Aus, Unfortunately it is not possible, INSIGHT only operates with ASCII 7 bit characters. that is why I'm trying to work around it. Sasa
  10. Dear Aus, I don't quite follow your idea ? By comms settings what do you mean? Sasa
  11. Dear colleagues, I've one project where I need to read from TCP/IP port ASCII string from COGNEX Insight 7200 camera data. We are reading standard ASCII characters but also we have CROATIAN characters which are not represented in ASCII (ČĆĐŽŠ). I decided to use UNISTREAM 7" PLC for this purpose but I'm stucked with the way how to do this, I'm new to the UNISTREAM. I red in forum that we can use function COPY BUFFER TO TAG but when I do that I got ��਍. I can teach COGNEX camera to save font Ž as # for example, so if camera reads PŽ1234, it will send ASCII string P#1234 to PLC. At PLC side I need to convert # to Ž and then compile it to original state PŽ1234 and send it to SERVER. Can anyone help me with this ? Regards, Sasa Jovanic LOGOKOD d.o.o. Croatia
  12. Hi all, I just started up V430-TR430 and tried to download PTO program from VISILOGIC examples files (PTO). I changed in hardware from V350 to V430 TR34. After reboot PLC stucked on black screen with bellow error ?! I tried with V430-TRA22 model configuration (although I have TR34) and then it works ? So my question is can anybody help me with this, what can I do to make it work ? Regards, Sasa Jovanic LOGOKOD Croatia v430.bmp
  13. Hi all, I just started up V430-TR430 and tried to download PTO program from VISILOGIC examples files (PTO). I changed in hardware from V350 to V430 TR34. After reboot PLC stucked on black screen with bellow error ?! I tried with V430-TRA22 model and then it works ? So my question is can anybody help me with this, what can I do to make it work ?
×
×
  • Create New...