Hi Folks, I'm new to 61499 and Holobloc, but definitely not new to control systems :-). I have downloaded the latest FBDK8 and am working my way through understanding everything. I am currently trying to get the FLASHER_TESTR running. I have a Rpi 4 as the remote device and a Win10 laptop as the CONTROL side. I have got as far as the FLASHER launching on the remote machine and the CONTROL launching on the local machine, but when I try to launch the configuration I get the TIMED OUT error. I have updated the timeout to 10 sec.
This is my command for launching the FLASHER:
And the CONTROL:
When I try to launch the configuration with this:
c:\fbdk>java -jar device.jar FLASHER_TESTR
I get the following error:
Exception in thread "main" fb.datatype.FBDataTypeException: UNDERFLOW
at fb.datatype.FBDataTypeException.<clinit>(FBDataTypeException.java:40)
at fb.rt.Device.main(Device.java:110)
When I launch the config from within the app I get the timeout error:
The network is good between the machines, I can ping either way.
Are there any video tutorials that I can watch to step through the entire process and see what I am doing wrong please?
Regards Simon