Displaying the IP address using the N520 command
-
I Would suggest that it is on a Meastro not a WiFi!
-
Sorry I did not make that clear this is the Maestro, perhaps I mispoke. At any rate the formatting and the question still stands is there any examples perhapos the menu from the Wifi can be translated over, can anyone post the menu files form the Duet Wifi as it lists the IP address on the HD screen
-
@3dmntbighker Do you have any menu code or formatting that could help with this, perhaps something that could copy and paste?
-
@novaprint Wifi doesnt support LCD 12864 as far as i know. Only Maestro does. So there are no menu files for Wifi.
-
@aidar There is code that lines up the commands for the wifi. The code the N commands in the wifi shoild be common between the two platforms. There is no alternaive st of copmmands for the siplay on the LCD screen versus the HD The commands are the same, I would like to see the commands, would someone please post them?
-
@3dmntbighker Do you have an example of lining up the N commands for this one, I wonder how many different ways the width, the decimals etc would need to be manipulated before I get it correct.
-
@novaprint Not sure what code and commands you are talking about. LCD 12864 and PanelDue are two completly different things. PanelDue has its own firmware and talks to board via serial connection. Btw PanelDue firmware is open source so if you want to look at it .. https://github.com/dc42/PanelDueFirmware/releases
-
@aidar I will take a look.
-
On a PanelDue, to find the IP address go to the Console page, press the keyboard icon and enter M552.
-
@novaprint said in Displaying the IP address using the N520 command:
@3dmntbighker Do you have any menu code or formatting that could help with this, perhaps something that could copy and paste?
No, I'm not displaying the IP on my display.
-
@3dmntbighker THis is the code that I have so far:
My code: the IP part appearstext R3 C5 F0 T"IP:"
value R3 C30 F0 W27 D0 N530 -
At present you have to display the 4 octets separately, for example:
text R3 C5 F0 T"IP:"
value D0 N530
text T"."
value D0 N531
text T"."
value D0 N532
text T"."
value D0 N533 -
@dc42 said in Displaying the IP address using the N520 command:
text R3 C5 F0 T"IP:"
value D0 N530
text T"."
value D0 N531
text T"."
value D0 N532
text T"."
value D0 N533thank you for that line of code, but at present, the display shows a series of asterixs (little stars) after each period. As if it is trying to show the information, but is somehow unable. I Had this unit connected to the internet last night and when I woke up it would not react to the same ISP numbers that it previously was assigned. The display of the little stars is consistent with the behavior that I was able to get before. The operating system is the latest from M3D. Just got it in November.
-
@dc42 Yes it is connected to the internet and I am getting yellow and green lights on the Connecting network wire.
-
What firmware version are you using? I don't think M3D has updated to 2.02 yet.
-
2.01 beta is the firmware that it shipped with. Do I need to update? Is that a new feature in 2.02?
-
@dc42
2.01 beta is the firmware that it shipped with. Do I need to update? Is that a new feature in 2.02? -
@novaprint said in Displaying the IP address using the N520 command:
@dc42
2.01 beta is the firmware that it shipped with. Do I need to update? Is that a new feature in 2.02?This is working for me using 2.02:
text R54 C0 T"IP " value N530 W15 text T". " value N531 W15 text T". " value N532 W15 text T". " value N533 W15
I guess 530-533 were not supported in 2.02.
-
@dc42 said in Displaying the IP address using the N520 command:
text R54 C0 T"IP "
value N530 W15
text T". "
value N531 W15
text T". "
value N532 W15
text T". "
value N533 W15David,
The information did not make itself visible, the screen is not the more expensive LCD screen, it is the smaller LED one and I am now running the firmware 2.02.
-
@novaprint, which LED screen are you using? Does it display anything at all?