Panasonic TH-47LF20W &TH-47LF30W
aksyal
Junior Member
Hi all,
Here I have some problem with Panasonic LCD display, type of :
TH-47LF20W with 1 connector serial for control and TH-47LF30W with 2 serial control.
Both of devices have command below.
"$02,'PON',$03" it's for Power on
"$02,'PON',$03" it's for Power off
Base on manual in box packages shipping.
I have read manual book carefully but until I create this thread I have not found the solution.
This is the documentation program :
Baud rate : 9600:N:8:1 485 Disable
Handshakes is OFF
When I send command power on into device I have feed back "$FF"
Other command I get feed back from device is "$02,_BoW,$FF,$FE"
Notes :
There is no baudrate setting from OSD (remote control) in menu.
Anyone can help solve the problem or maybe all of you have some experience control this device (mean that panasonic display) integrated with AMX or others ??
Thanks
NVA-Indonesia
Here I have some problem with Panasonic LCD display, type of :
TH-47LF20W with 1 connector serial for control and TH-47LF30W with 2 serial control.
Both of devices have command below.
"$02,'PON',$03" it's for Power on
"$02,'PON',$03" it's for Power off
Base on manual in box packages shipping.
I have read manual book carefully but until I create this thread I have not found the solution.
This is the documentation program :
Baud rate : 9600:N:8:1 485 Disable
Handshakes is OFF
When I send command power on into device I have feed back "$FF"
Other command I get feed back from device is "$02,_BoW,$FF,$FE"
Notes :
There is no baudrate setting from OSD (remote control) in menu.
Anyone can help solve the problem or maybe all of you have some experience control this device (mean that panasonic display) integrated with AMX or others ??
Thanks
NVA-Indonesia
Comments
-
Try this
"$02,'PON',$03" it's for Power on
"$02,'POF',$03" it's for Power off
hth
cheers -
Hi all,
Here I have some problem with Panasonic LCD display, type of :
TH-47LF20W with 1 connector serial for control and TH-47LF30W with 2 serial control.
Both of devices have command below.
"$02,'PON',$03" it's for Power on
"$02,'PON',$03" it's for Power off
Base on manual in box packages shipping.
I have read manual book carefully but until I create this thread I have not found the solution.
This is the documentation program :
Baud rate : 9600:N:8:1 485 Disable
Handshakes is OFF
When I send command power on into device I have feed back "$FF"
Other command I get feed back from device is "$02,_BoW,$FF,$FE"
Notes :
There is no baudrate setting from OSD (remote control) in menu.
Anyone can help solve the problem or maybe all of you have some experience control this device (mean that panasonic display) integrated with AMX or others ??
Thanks
NVA-Indonesia
That looks like a baud rate issue, maybe in your code you've not set it correctly? Have you waited for the Port to come online before setting the Baud rate?
DATA_EVENT[dvPlasma]
{
ONLINE:
{
SEND_COMMAND dvPlasma,"'SET BAUD 9600,N,8,1 485 DISABLE'"
}
STRING:
{
}
}
if you try and use wait statements in DEFINE_START, it can be a disaster as you may send the command before the port comes online and it will not execute. You should first check the baud rate by using the command GET BAUD to the relevant port in device notifications, just to make sure that the baud rate has been set....otherwise you're onto a losing streak before you start
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums