Posts made by MikeyH
-
RE: HMI Designer 3.2.5
@cechurat Hi Tomas,
My versions are below.
The parse error has gone now. What seems to happen now is after I set the connect strings in the HMI configuration, it doesn't save them so are always blank when I open it again.
Thanks for your help with this
-
RE: HMI Designer 3.2.5
I'm also getting this for the logger too, but can't work out why, any ideas?
-
RE: HMI Designer 3.2.5
ok I've got it exported, now. I just synced the project compile with the HMI designer open and it worked. But now the TRND graph doesn't show the data. If does briefly when changing the time line.
It works if I give the Y axis a min/max range, but i though it would auto adjust?
-
RE: HMI Designer 3.2.5
I can connect and select the path etc
I then get the parsed error
It's a bit different than I remember and I can't seem to export the HMI svg etc, has that changed?
-
RE: HMI Designer 3.2.5
@cechurat Hi Tomas,
That makes sense and worked perfectly, getting this error now. What have I done to get this?
Cheers,
Mike -
HMI Designer 3.2.5
Hi All,
Any reason HMI Designer 3.2.5 (c049b2ff4e, 2023-02-13, custom) does not have the REXYGEN HMI extension when installed?
Have I downloaded the wrong program?
Cheers,
Mike -
RE: Update REXcore etc on Monarco
@cechurat Hi Tomas,
That worked thank you, I used apt-get which didn't seem to update the REX stuff.
Thank you
Mike -
Update REXcore etc on Monarco
Hi All,
I have a Monarco running REXcore 3.0.1 and I'm now using the new 3.0.3 studio. It won't connect, error code-126, which I assume is a compatibility issue.
Is there a way to update this without a complete reinstall?
Cheers,
Mike -
RE: Raspberry pi 5 with Book worm
@Jan-Reitinger Hi Jan,
Awesome thank you. I'll give it a try this week and let you know.
Cheers,
Mike -
Raspberry pi 5 with Book worm
Hi All,
It's been a while since I've used a plan RPi with REXYGEN haha
What does this error mean?
cheers,
Mike -
RE: RPi internet issues with REXYGEN 3.0
@Jan-Reitinger Hi Jan,
Thank you for the reply.
I'm not using a static IP, just DHCP on my home router at the moment. I've seen the changes DWM does with static IP, but have never seen it cause issues with normal DHCP. I've only used the Monarco image for a while now and have never had problems. This only seem to be when I use the bear raspberry pi command to install DWM.
Cheers,
Mike -
RPi internet issues with REXYGEN 3.0
Hi All,
I've just got a RPi 5 and installed Book Worm (64bit) on to it. I then used REXYGEN studio to bootstrap the runtime etc. Once I had done this, the pi lost internet access. I tired a few things but everything looked ok. I reinstalled Book Worm onto the SD card and started again. This time I used the manual RPi install method.
sudo wget https://download.rexcontrols.cz/partner/testing/rexygen.gpg -O /etc/apt/trusted.gpg.d/rexygen.gpg
echo 'deb https://download.rexcontrols.cz/partner/testing/rexygen/debian/ bookworm rexygen dwm' |
sudo tee -a /etc/apt/sources.list.d/rexygen-testing.listsudo apt update
sudo apt install rexygen-runtimeThis worked and internet access was ok, then I installed the dwm interface and it broke something in the internet settings.
Does the dwm install change network settings that might cause the pi to loose internet access?
Cheers,
Mike -
RE: Run Linux command
@cechurat Hi Tomas,
I had to delete all these highlighted lines. It worked perfectly then.
Cheers,
Mike -
Run Linux command
Hi All,
I have a python script running on a RPi, if the RPi shuts down I have a service call to restart the script, but it doesn't always work. The script is for modbus comms between the RPi and another device.
Is there a way I can run the script from within REXYGEN? I've tried the EPC block and can't seem to get it to work. Have I done something wrong or there there a better way?
Cheers,
Mike