How can I Add ADS Route in Twincat programmatically - twincat

How can I add ads route programmatically?
I can add route only by TcAmsRemoteMgr.exe. The code that I only can find is https://github.com/nikvoronin/AdsRemote.
But, it doesnt seem to work.

You can add routes from within the PLC user code too. See this link. Please mark this as the answer if you think it is correct.

Related

Dialogflow CX Route Groups

I am having a bit of trouble understanding how to use route groups in Dialogflow CX: from Google's documentation I understand they were made to avoid mapping the same intent routes (if intent is X, go to flow/page Z). From their docs:
you can define the route group once, and add a reference to the group on all relevant pages
Now, my problem is i defined route groups in the manage tab of my agent (Dialogflow "Manage" tab), but they don't seem to work nor to be selectable in each page:
this is my "Onboarding" page for the same flow i defined routes for
Can anybody maybe help clear this up?
Thanks!
I solved the mystery, and will leave what follows for posterity:
Dialogflow is still under development, and some small things might not work as expected.
In the case of route groups, you can activate them only from the page view through the "+" add button.
If you click on route groups or try to modify in any other way it will only make you create a new route group.
So, once you've created a route group in the "Manage" tab, go to the page view in the visual console and click "Add route type", flag Route Groups and finally add the group you've created through the + button.
This is an example of where to add route groups

Magento custome module translation not working

For a specific module translation is not working for any of it's action. Even if i add the translation in the translate.csv file. And one more thing when i access that module actions then in Chrome translate option is also not showing.
Please help me. I really need help for it. Thank you
If the translation file is correct and loaded it most probably comes along with your caching policy. Is the cache emptied ? Do you have varnish or any other similar cache system ? If yes, you need to flush it too.
If things are still not working, please provide more information.
I have solved the issue. Actually i have override the customer account controller. To resolve the Ddos attach. I override the parent class predispatch function but not calling the parent predispatch from child class.

Croogo - allows users to add a pictures on a blog site

I am a new user of Croogo. I need to create a website, like a blog, where users can post and add pictures.
But I don't know how can I proceed, the admin can post trough the admin panel but what about users ? Which function should I use ?
I didn't found any tutorial on the web and I don't know how it works.
Thanks you for your help.
Better try to create it in the Vendor/croogo/croogo/Nodes path in the respective controller and view folder. You can start from here. Hope this will help you.

How to Develop Codeigniter Admin Panel

Hi i'm new to codeigniter.
I have developed this website using CI.
http://maxmovies.in/fattto
Now i want to create the admin panel for this website.
I want the url like this to access the admin panel.
http://maxmovies.in/fattto/admin/
First i thought adding a admin controller and proceed with that.
But my back-end will have around 25 pages.
I don't think adding 25 functions in the single controller is not
good idea.
I searched and got some tutorial but i'm not clear with that.
So can any one help me to config the admin panel for my website?
Thanks to all and sorry for if my english is not good.
create fattto/admin folder in controller view and module and set all code in this folder
when u write http://maxmovies.in/fattto/admin/ it open admin panel whatever code u write
You could organise your controllers into sub-folders, which would give you the desired effect.
The use of Routing could also help you achieve what you want, which will allow you to map a URL to a particular controller/method.

How to find which admin user posted the product?

Currently Im working on a magento project and it have a plugin developed by another team. This project have merchant logins also. But the issue I am facing now is. When I add a product from merchant panel, it is not getting displayed in his product list. It is shown in admin product list. I want to track down what userid is entering corresponding to that record inserting from merchant login.
In which table I have look? After searching a lot I believe they are not storing any userid corresponding to each product. But I am not sure about that. How can I confirm that?
Please help me
Thanks in advance
There is no such functionality in magento admin, as far as I know. But you can write your own module to controller_action_predispatch or to core_abstract_model_save_after(or something like this) events. And you will be able to see who did what.
UPDATE 1
If I am right, meaning this is not implemented, then you should your own custom logging module.
Module should use Observer functionality. If you want particullarly catch the product save, then you should catch the events of product saving.
here.
To compare product data you can see an example here.
Well to get current user you can read this example.
Moreover in case it is not enough, you may watch here, something might be interestring for you.

Resources