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.


Topics - davestewart53

Pages: [1]
1
Technical support / Nano problems with MDS100-BW
« on: December 10, 2010, 07:42:02 PM »
I am trying to attach a MDS100-BW lcd screen to RS485 port on the Nano plc and after looking at the documentation I used print #3 command in my dcust function script and as I found out this did not display my scripts so after contacting the support they told me Nano uses Print#1 to display the data so I changed to this
 I now have a different problem as some how this is changing the communication settings and once loaded I cannot access the plc at all through the RS 485 or ethernet
To solve this I set Jumper J4 on the PLC which allows the communication but halts the PLC and reloaded the program with out the LCD function and all is good again with full communication re established I would like to know if there is any solve for this as I would like to use the LCD and have communication with the PLC
Scipt sample
PRINT #1"?P0101"
PRINT #1"DATE: = "+str$(date[3])+"/"+str$(date[2]+"/"+str$(date[3])


2
Technical support / RS485
« on: November 11, 2010, 06:40:42 PM »
This may sound stupid but how do you use the USB to  RS485 device to chande the ethernet parameters to 192.168.0.1
I have connected it to the Nano 10 board switched it on and loaded all the drivers successfully on the laptop and it is active on com port 17
I have plugged it in to the laptop and it is connected via twisted pair to the nano board + and - rs485
Thats it I opened the tl6 program and gone through all the various options to connect to server etc and have no response there is absolutely no instructions with the Usb Device software so can any one give me a clue how it works as I was not born with this knowlege ???

Pages: [1]