1. Home
    1. Dashboard
    2. Search
  2. Forum
    1. Unresolved Threads
    2. Members
      1. Recent Activities
      2. Users Online
      3. Team Members
      4. Search Members
      5. Trophys
  3. Articles
  4. Blog
  5. Videos
  6. Jobs
  7. Shop
    1. Orders
  • Login or register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Forum
  3. Industrial Robot Support and Discussion Center
  4. ABB Robot Forum
Your browser does not support videos RoboDK Software for simulation and programming
Visit our Mainsponsor
IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Sponsored Ads

Send string via Profinet to a PLC

  • SimoneCosti
  • February 22, 2023 at 5:24 PM
  • Thread is Resolved
  • SimoneCosti
    Trophies
    1
    Posts
    10
    • February 22, 2023 at 5:24 PM
    • #1

    Goodmorning,

    Actually i'm working on a project with a CRB15000, i'm programming it with Robotstudio. The Robot is mounting a camera that is going to read some serial numbers.

    From the camera i receive a string similar to "SN1234|123" but it could be different.

    I need to cast this string into an array of byte, so i can send it to my PLC via Profinet with SetGO.

    For example:

    PERS string sendString;

    sendString:= "SN1234|123";

    SetGO SendByte0, StrgToByte(sendString{1});

    SetGO SendByte1, StrgToByte(sendString{2});

    Ecc...

    But it didn't work

    I also tried with SetGO SendByte0, StrToByte(StrPart(sendString, 1, 1)) but it didn't work.

    What is the correct way to do it?

    Thanks everyone.

  • panic mode February 22, 2023 at 5:39 PM

    Approved the thread.
  • Mr.Robot
    Reactions Received
    6
    Trophies
    3
    Posts
    65
    • February 22, 2023 at 8:22 PM
    • Best Answer
    • #2

    I think syntax for sending the string should be:

    Code
    sendString{10}:= :=["S","N","1","2","3","4","|","1","2","3"]; 

    Additionally, the \Char argument can be used to convert it to ASCII. To implement this,

    Code
    SetGO SendByte0,StrToByte(sendString{1}\Char); 

    should be used. It should be noted that the string must be sent in ASCII and then converted back to a string from the PLC

    OR

    Code
    sendString:= "SN1234|123";
    
    SetGO SendByte0, StrgToByte(StrPart(sendString,1,1)\Char);
    
    SetGO SendByte1, StrgToByte(StrPart(sendString,2,1)\Char);
  • SimoneCosti
    Trophies
    1
    Posts
    10
    • February 23, 2023 at 8:21 AM
    • #3

    Unfortunatly i can't change the format of the string as you suggest in the first line of code.

    But in the second way it works very well! Thank you very much! :smiling_face:

  • SimoneCosti February 23, 2023 at 8:21 AM

    Selected a post as the best answer.
  • NullReference
    Trophies
    3
    Posts
    93
    • April 4, 2023 at 8:46 AM
    • #4

    Maybe not relevant but if you want faster communication then use tcp socket to send to the plc. The difference can be in the hundreds of milliseconds

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics

Job Postings

  • Anyware Robotics is hiring!

    yzhou377 February 23, 2025 at 4:54 AM
  • How to see your Job Posting (search or recruit) here in Robot-Forum.com

    Werner Hampel November 18, 2021 at 3:44 PM
Your browser does not support videos RoboDK Software for simulation and programming

Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • krc5
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Thread Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • krc5
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Tags

  • abb
  • RAPID
  • robotstudio
  • Sting
  • Byte
  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™
As a registered Member:
* You will see no Google advertising
* You can translate posts into your local language
* You can ask questions or help the community with your knowledge
* You can thank the authors for their help
* You can receive notifications of replies or new topics on request
* We do not sell your data - we promise

JOIN OUR GREAT ROBOTICS COMMUNITY.
Don’t have an account yet? Register yourself now and be a part of our community!
Register Yourself Lost Password
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on Google Play
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on the App Store
Download