Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bad Sector

Pages: [1]
1
Tips & Tricks / Re: Raspberry Pi as Serial to Ethernet adapter
« on: March 06, 2019, 08:28:55 AM »
Thank you!  This will get me going.  Much appreciated.

2
Tips & Tricks / Re: Raspberry Pi as Serial to Ethernet adapter
« on: March 04, 2019, 09:02:06 AM »
Does anyone have the original instructions?  I'm wanting to use the pi zero as ethernet to serial interface for some MicroLogix processors.   But the first post instructions are on a dropbox that the link is no longer valid for.  If anyone can assist, I'd appreciate it.

Thanks,
Bad Sector

3
I'm not understanding how to use the new EthernetIPforCLXComm1.ReadSynchronous.  The release notes say: Added ReadSynchronous to IComComponent and all drivers
ReadSynchronous should now be used in place of the following:
EthernetIPforCLXCom1.AsyncMode=False
value=EthernetIPforCLXCom1.ReadAny("Tag1")

For instance, I am using:
plcvalue = EthernetIPforCLXComm1.ReadAny(plcaddy)

If I try:
plcvalue = EthernetIPForCLXComm1.ReadSynchronous(plcaddy)    ... VS gives an error likely because I have formatting wrong..


how do I change that to use the new ReadSynchronous?  Or do I need to?  Thanks!


Pages: [1]