10/10/2013 12:18 AM | |
Joined: 9/5/2013 Last visit: 8/25/2021 Posts: 43 Rating:
|
I changed it to POST on my code. No change though |
10/10/2013 12:27 AM | |
Joined: 7/7/2010 Last visit: 6/1/2023 Posts: 13349 Rating:
|
AWP_Out_Variable |
science guy |
|
10/10/2013 8:20 PM | |
Joined: 7/7/2010 Last visit: 6/1/2023 Posts: 13349 Rating:
|
Here is a simple example that works on s7-1215 FW 3.0 TIA Portal V11 SP2 Update 5: [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <!-- Web page to monitor PLC tags and Data Block Tags in STEP 7: The user-defined Web page displays current values forthe PLC data, and provides a select list to view data inside the PLC.--> <!-- AWP_Enum_Def Name="OnOff" Values='0:"Off",1:"On"' --> <!-- AWP_In_Variable Name='"UDP_ENABLE"' Use='"To_PC".UDP_ENABLE' -->
</head> </body> [/code] |
science guy |
|
Follow us on