Jump to content
OMRON Forums

abhi

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

abhi's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. In Power Clipper, I want to report motor position to ethernet port / RS485 port at the rate of exactly 1000 samples per second in real time. I suppose I can use internal timers for getting the exact time and use the commands "send" followed by "sendall" to ensure that the string is transmitted. Is this the right way to do it ?
  2. In Turbo Clipper / Turbo UMAC, I want to report motor position to ethernet port / RS485 port at the rate of 1000 samples per second in real time. Is there any way of doing it ? What program commands do I use for this ?
  3. I am communicating over ethernet and there are multiple UMAC's connected, every one with different device number and different IP address. It seems from your communication that "GetResponseEx" is the correct command from the library to upload large programs. I will work on this further. Thank you for your support.
  4. I am in debug mode in Visual Basic .Net 2008. In that, I can see the contents of a string when I use the break point. When the response contains the program listing, I can see that. When the response is empty string, I can see that too.
  5. I made a mistake in writing, I am using PcommServer and not Pcomm32Pro2.
  6. I am using PComm32Pro2 on Windows Server 2008 (32 bit) and I am programming in Visual Basic .Net 2008. Can anybody tell me how to upload large motion program or PLC program in my application ? I tried using: command = "LISTPROG11" PmacDoc.GetResponseEx(PMAC_DEVICE, command, False, resp, pStat) However, if I try this 10 times, 5 or 6 times the response is empty string.
×
×
  • Create New...