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 - newbie-06

Pages: [1]
1
Frequently Asked Questions / Re:VBasic comms
« on: August 09, 2010, 11:36:07 PM »
Please use the Wb command if you wish to turn on a single bit.

thank you for the answer
;D



regards

newbie-06

2
Frequently Asked Questions / Re:VBasic comms
« on: August 08, 2010, 08:41:49 PM »
These host commands are for a external host computer or an external PLC to access the PLC's internal I/O via Serial Port or Ethernet port.  These are NOT commands to be used in the ladder program.

yes, actually i wanna controlled a PLC T100MD1616+ through vb as GUI.
im using vb sample from http://www.tri-plc.com/applications/VBsample.htm#VB6sample#VB6sample
and im working on it right now

The channel 01 for say the "WI01" command maps to the input #9 to #16. So if your external PC sends a "WI01FF" serial command to the PLC it will turn on the input #9 to #16.

Ooh i see it and i have tried it...
but can i turn on the input #9 without make the input #10 to #16 turn on?
thank you

3
Frequently Asked Questions / Re:VBasic comms
« on: August 06, 2010, 04:48:54 PM »
thank you,,
let me try it..

by the way,,
i wanna ask about the data,,,
it says


can u describe about the data?


from my simple ladder,if i wanna turn on the output i have to execute input in channel 01..
but what number i should put on the data?
is it just any number or i have to define it in the ladder or what?
thank you

4
Frequently Asked Questions / Re:VBasic comms
« on: August 05, 2010, 09:44:57 PM »
i wanna ask another thing...
this time i wanna try a simple ladder that would be access through TLServer 3.0...


here is the screenshot of the ladder



then here is the screenshot of the TLServer


I type @01WI0101 command
the response should be @01WI*
but the TLServer response was  @01FE42*

I dont understand how that could happen...
or maybe i wrote the wrong command?

5
Frequently Asked Questions / Re:VBasic comms
« on: July 25, 2010, 10:16:04 PM »
Hai all,,
I'd like to ask again
Im using my laptop for the connection to PLC
Because Laptop has no serial communication, I purchase a usb to rs232 converter
I was using the usb port for communication, the port comm number is around 17, 18, 19
when i was using TLserver there are no problem, but when i was using sample vb6 program from
Code: [Select]
http://www.tri-plc.com/applications/SerialComm.zip i have problem that the combo box "port choice" won't work when the port number is above COM8...
can someone tell me what wrong with the code?

here is the screenshoot



because i need the port opened at COM arround 17,18, 19
thanks before

regards ;D

6
Frequently Asked Questions / Re:VBasic comms
« on: June 28, 2010, 07:04:33 PM »
thank you for the answer..
let me try it later..
:D

i must have skipped reading the manual...
:D

7
Frequently Asked Questions / Re:VBasic comms
« on: June 27, 2010, 11:07:30 AM »
dear support...
i dunno what's wrong with my PLC TMD100 1616..
i try to connect with TLserver 3.0 using wind XP..
when i type command "IR*", the TLserver reply well, they sent back the response,,,
but when i type command "RVDnnnn*" the TLserver reply "No response from PLC"...
plis help me,,,
thanks a lot, support

for additional hereby i include the screenshoot from TLserver

Pages: [1]