Search the Community

Showing results for tags 'special relays'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 5 results

  1. Hello there, This is my first time here on this forum and also my first time working with this software and PLC. I am working off-line (since my PLC did not arrive yet) on GX Works 2, in a structured project type, with LCPU series and L02 type. the problem is that when trying to use any of the special registers (m8000, r23500, etc...) on my code after compile the error F1028 pops-up, on the other hand the same code with special register will work just fine in a simple project type without labels and I dont know how to make it work on my structured project with labels.
  2. Hello, I have a Datalogic GD4430 barcode scanner and a Omron NS5 touchscreen. When I scan a barcode that contains characters CR (0x0D) or LF (0x0A), nothing appears on the text input on the screen.Scanning a barcode that doesn't contains special characters (excepted STX and ETX) works perfectly. How to get a barcode that contain CR or LF characters ?Thanks
  3. MC protocol

    Hello once again, before I'll dive into mitsu manuals, does anyone of you know if there is some special relay signaling that PLC (FX3GE) have lost communication via MC protocol? Thank you in advance
  4. GX Developer Special Relays

    HELLO TO EVERONE!!Could someone please help me find a special relay command (not a real relay) that stays activated when it receives a pulse from a NO contact (X0), and desactivies when it receives a second pulse from the same NO contact (X0)? So en conclusion I need to control a relay with only button.I hope you understand me... Help please....
  5. Hi, I need to create an Array Filled with random bool values to a certain Purcentage... ex : 25% of True...     would look somewhat like this.....   001011101011000010101011010100101010101... not like 111111111111111100000000000000000 or 00010001000100010001 I will be using a value introduced by the user as an Int from the HMI then create the Array with this random function...   Please Help... I am losing patience over this !!   Thanks